Purpose and inputs
Run the repository lint scripts and apply the smallest idiomatic fixes. This is not a merge gate and does not commit.
Steps
- Run the documented lint command with autofix when the repo provides one. Capture remaining errors.
- Fix remaining issues with minimal diffs. Change suppressions or config only with evidence they belong.
- Re-run lint. Spot-check the diff. Do not stage or commit.
Verification
- Lint was re-run after edits.
- Remaining failures are listed with files.
- Working tree was not committed.
Handoff
Report lint result. Use /git-commit only if the user asked to publish.