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

  1. LSP Check: Run lsp_diagnostics on modified files.
  2. Type Check: Run the workspace typecheck command.
  3. Lint: Run the workspace lint command.
  4. Fix Errors: Resolve root causes, do not suppress.
Installs
12
GitHub Stars
6
First Seen
Mar 18, 2026
lint-gate — open-hax/opencode-skills