lint-gate
Installation
SKILL.md
Skill: Lint Gate
Goal
Prevent tasks from being marked complete when lint or type errors remain.
Use This Skill When
- You finished edits and want to verify readiness.
- LSP or CI shows lint/type errors.
Do Not Use This Skill When
- You are in the middle of a refactor (but fix errors before completion).
Steps
- LSP Check: Run
lsp_diagnosticson modified files. - Type Check: Run the workspace typecheck command.
- Lint: Run the workspace lint command.
- Fix Errors: Resolve root causes, do not suppress.