lint-judge

Installation
SKILL.md

Lint Judge

Turn review findings into permanent lint rules. The goal: every pattern caught by a reviewer should be caught by a linter next time, so the reviewer never has to flag it again.

The bar is high. Only propose a rule when you can guarantee it catches the exact pattern through AST structure, not heuristics.

Step 1: Detect the Linter Stack

Before evaluating any findings, determine what linter system(s) the project uses. Check in priority order:

Installs
2
First Seen
Mar 29, 2026
lint-judge — somtougeh/dotfiles