swiftlint-autofix
Installation
SKILL.md
SwiftLint Auto-Fix Workflow
Automatically fix code style issues:
- Run SwiftFormat:
make format
- Run SwiftLint with autocorrect:
swiftlint --fix --quiet
- Check remaining issues:
swiftlint | grep -E "(error:|warning:)" | head -20
- Report:
- Files formatted count
- Issues auto-fixed count
- Remaining manual issues
- File paths needing manual attention
Return concise summary of what was fixed.
Related skills
More from willsigmon/sigstack
dead code eliminator
Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
22error handling auditor
Find and fix unsafe error handling in Leavn - try! force unwraps, empty catch blocks, silent try? failures
20performance expert
iOS performance - main thread blocking, rendering, memory leaks, battery drain, profiling
20widget extension builder
Create and maintain iOS widgets for Leavn - VOTD widget, reading plan widget, prayer widget with proper data sharing and refresh
20multi-agent coordinator
Spawn 10-20 parallel agents for Leavn codebase audits, systematic fixes, comprehensive analysis across multiple domains simultaneously
19app store connect expert
App Store Connect API - metadata, screenshots, release automation
18