swiftlint-autofix

📁 willsigmon/sigstack 📅 Jan 25, 2026
14
总安装量
7
周安装量
#23027
全站排名
安装命令
npx skills add https://github.com/willsigmon/sigstack --skill swiftlint-autofix

Agent 安装分布

opencode 7
codex 7
gemini-cli 7
claude-code 6
antigravity 5
github-copilot 5

Skill 文档

SwiftLint Auto-Fix Workflow

Automatically fix code style issues:

  1. Run SwiftFormat:
make format
  1. Run SwiftLint with autocorrect:
swiftlint --fix --quiet
  1. Check remaining issues:
swiftlint | grep -E "(error:|warning:)" | head -20
  1. Report:
  • Files formatted count
  • Issues auto-fixed count
  • Remaining manual issues
  • File paths needing manual attention

Return concise summary of what was fixed.