Three-stage code review that actually stops you from skipping steps. First pass checks spec compliance requirement by requirement, second pass evaluates code quality and domain types, third pass audits domain boundaries and type system opportunities. Each stage can block the next, which sounds rigid but prevents the common problem of diving into code style before you've verified the thing actually meets requirements. Checks for primitive obsession, validates against architecture docs if they exist, and enforces vertical slice coverage so you're not just unit testing isolated functions. Writes findings to `.reviews/` files because chat messages don't survive context compaction. Built for agents but the structure works fine for human reviews too.
npx -y skills add jwilger/agent-skills --skill code-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills