skills/code-review/SKILL.md
Systematically review a PR or branch, categorize concerns by severity and system area, then work through each with the user — discussing, patching, and checking off. Use when the user says "review this PR", "review this branch", "help me review", "what's wrong with this diff", or wants to improve code before merging.
npx skillsauth add jkvc/jkvc-skills code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review a PR or branch systematically: categorize every concern, discuss each with the user, patch what's agreed, and track progress until done.
Group findings by system area, not by file. Examples: schema/types, agent tools, API routes, UI components, tests, docs. Within each category, flag:
Present the full categorized review as a table with severity and a recommended order. Let the user decide what to tackle.
For each item the user wants to address:
Maintain a running checklist showing every concern, its status (done, pending, left, deferred), and what was decided. Present it when asked "what have we checked off" or "what's left."
testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.