swiftlint-autofix

Installation
SKILL.md

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
Installs
30
GitHub Stars
10
First Seen
Jan 25, 2026
swiftlint-autofix — willsigmon/sigstack