← ClaudeAtlas

pr-reviewlisted

HEAVYWEIGHT, GitHub-only deep PR review. Takes a GitHub PR URL, prepares a read-only git worktree at the PR head (SSH clone only), and reviews the diff with full cross-file context via Read/Grep/Glob. Fans out one agent per dimension (correctness, security, tests, performance, api, docs, observability, concurrency, feature-flow) through the Workflow tool, then adversarially verifies every finding before it survives. Traces feature flags / experiments via the adk-statsig MCP and pulls linked Jira/Confluence via the adk-atlassian MCP. Posts inline review comments, a review summary, and appreciations through the gh CLI after confirmation. NEVER merges, never force-pushes, never edits the PR's code. For a quick read-only pass with no worktree, use /adk:review.
sujeet-pro/agents-devkit · ★ 0 · Code & Development · score 73
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