lint-fix
Installation
SKILL.md
/lint-fix — Lint, Fix, and Capture
Who Should Call This
Dev agents only — specifically:
dev-implement-story(via its verification phase)dev-fix-story(via its fix and verification phases)dev-code-review(viacode-review-lint.agent.md)
Never call pnpm lint, pnpm eslint, or pnpm turbo run lint directly. Always go through /lint-fix so fixes are attempted, results are captured in the KB, and suppressions are tracked as debt.
Gate Behavior (CRITICAL)
After auto-fix and manual fix attempts, if any errors remain:
VERDICT: FAIL