| name | lint-fix |
| description | Lint and format the codebase, then fix the issues found. Use when asked to lint, format, clean up style, or resolve linter/formatter errors. |
Lint & fix
- Find the canonical lint and format commands in the root
CLAUDE.md (or .claude/rules/).
- Run the formatter first, then the linter.
- Fix remaining lint errors by editing the code — do not silence rules unless the user asks.
- Re-run the linter to confirm it is clean. Report the final status.
Keep changes minimal and scoped to the lint/format issues; do not refactor unrelated code.