Agent skill

swiftlint-autofix

Run SwiftFormat and fix all auto-correctable SwiftLint issues

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/swiftlint-autofix

SKILL.md

SwiftLint Auto-Fix Workflow

Automatically fix code style issues:

  1. Run SwiftFormat:
bash
make format
  1. Run SwiftLint with autocorrect:
bash
swiftlint --fix --quiet
  1. Check remaining issues:
bash
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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results