A structured code review workflow that catches the usual suspects: N+1 queries, SQL injection risks, magic numbers, and architectural misfits. It walks through context, structure, details, tests, then delivers prioritized feedback in a fixed format (critical, major, minor, plus what's done well). The checkpoints are smart, like forcing you to summarize the PR's intent in one sentence before reviewing, which prevents reviewing code you don't actually understand. Includes quick reference patterns showing bad versus good for common issues and pulls from detailed guides on feedback quality and spec compliance. Built for PR reviews and code audits where you want consistent, actionable output instead of ad hoc comments.
npx skills add https://github.com/jeffallan/claude-skills --skill code-reviewer