pr-reviewer
Installation
SKILL.md
PR Reviewer
Review a peer's PR by running the code-reviewer pipeline (initial round only), then transforming raw findings into courteous, tiered draft comments ready to copy into GitHub.
Step 1 — Run code-reviewer (initial round only)
Load the code-reviewer skill and run Step 1 only (the initial round): spawn all four sub-reviewers (correctness-reviewer, failure-path-reviewer, readability-reviewer, security-reviewer) in parallel against the PR diff. Do NOT enter the fix cycle — this is a peer's code, not yours to fix.
Gather the diff:
gh pr diff <N>
If gh pr diff fails (unauthenticated, private repo, wrong PR number), surface the error to the user and ask them to paste the diff inline instead.