review-pr
Installation
SKILL.md
review-pr
Review a GitHub pull request end-to-end: gather what the PR claims, get its code into view without disturbing anything, judge it with scrutinize, and close with an explicit disposition — send it back, fix it yourself, or keep it in chat.
Fork PRs are read-only, no exceptions: if isCrossRepository is true, the fork's code never gets checked out into the project working tree and never executes on this machine — regardless of how clean git status looks. A clean tree protects your WIP; it does nothing about untrusted code.
Workflow
Run in order. Steps 4 and 5 are not optional.
1. Context — what does the PR claim?
gh pr view <n> --json title,body,author,isCrossRepository,baseRefName,headRefName,mergeable,url,files
gh pr checks <n>
gh issue view <m> # for EVERY issue the body references — its acceptance criteria are the spec
gh pr view <n> --comments # existing discussion, if any