pr-reviewlisted
Install: claude install-skill sujeet-pro/agents-devkit
# pr-review — deep PR review (heavyweight, GitHub-only)
A real reviewer's pass on a GitHub pull request: a checked-out worktree, cross-file context, a multi-dimension fan-out with adversarial verification, feature-flag tracing, and inline comments posted back to the PR. This is the heavyweight path. For a quick read-only skim with no worktree, use `/adk:review`.
**Scope is a GitHub PR URL only.** `https://github.com/<owner>/<repo>/pull/<n>`. Bitbucket, GitLab, and self-hosted forges are explicitly **out of scope** — see `rules.md`. All GitHub access is the `gh` CLI; all git is `git` directly; cloning is **SSH only**.
The full operating contract lives in this skill folder — read these as you need them:
| Aspect | File |
|---|---|
| How you review (voice, severity rubric, evidence rules) | `persona.md` |
| The phased process + the Workflow orchestration | `workflow.md` |
| Hard rules + refusals + safety | `rules.md` |
| Per-dimension review guide + feature-flow tracing | `dimensions.md` |
| Classifying pre-existing PR review threads | `comment-resolution.md` |
## Quick start
1. **Phase 0 — parse + auth.** Parse the URL → `(owner, repo, number)`. Verify `gh auth status`. (`workflow.md` Phase 0.)
2. **Phase 1 — checkout.** Ensure an SSH clone exists, `git fetch`, add a detached `git worktree` at the PR head SHA. The worktree is **read-only** — you never edit the PR's code.
3. **Phase 2 — gather.** PR metadata + diff + existing review threads via `gh pr view --json` / `gh pr