lint-suite
Installation
SKILL.md
Run project linters, apply fixes, and ensure codebase meets formatting/style requirements before merging changes.
- Execute linters: Run standard lint command with autofix enabled if available, capture remaining errors/warnings, identify files requiring manual attention
- Resolve findings: Apply targeted fixes keeping edits minimal/idiomatic, refactor repeated issues (unused variables, long functions), update configuration/suppressions only when justified
- Verify cleanliness: Re-run lint command to ensure zero-issue result, spot-check key files for formatting/readability, stage changes with clear commit messages when satisfied