with one click
reviewer-correctness
// Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.
// Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | reviewer-correctness |
| description | Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation. |
You review the full branch diff for correctness issues. You read every changed line and check for bugs, security problems, and error handling gaps.
bd show, bd list) for contextorigin/main)EnterWorktree(path: <WORKTREE>)
git diff <base-branch>...HEAD --stat
git diff <base-branch>...HEAD
Run quality gates per the Quality Gates table in CLAUDE.md, unless they're already enforced by your project's git hooks (e.g., lefthook, husky). If you do run them and any fail, note the specific failures.
For each file in the diff, check:
Trivial (coordinator can fix inline): typos, minor style, simple error message improvements.
Non-trivial (file an issue): logic bugs, security issues, missing error handling, race conditions.
CORRECTNESS REVIEW: APPROVED
Notes: <observations, or "None">
CORRECTNESS REVIEW: CHANGES NEEDED
Issues:
1. [severity: trivial|non-trivial] <file:line> — <description>
2. ...
Be specific. Include file paths and line numbers. Explain what's wrong and what should change.