From Agents Dev Kit
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adk:pr-review <pr-url> [-i|--interactive] [--scope security|correctness|tests|all] [--no-post] [--deep]<pr-url> [-i|--interactive] [--scope security|correctness|tests|all] [--no-post] [--deep]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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`.
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 |
(owner, repo, number). Verify gh auth status. (workflow.md Phase 0.)git fetch, add a detached git worktree at the PR head SHA. The worktree is read-only — you never edit the PR's code.gh pr view --json / gh pr diff / gh api; linked Jira/Confluence via the adk-atlassian MCP.dimensions.md, workflow.md Phase 3.)comment-resolution.md).gh CLI. Confirm before transmitting.Every real PR gets the parallel-dimension Workflow in workflow.md: review fans out one dimension per agent → each finding is adversarially refuted by an independent skeptic → only survivors are reported. This catches what a linear pass misses and kills plausible-but-wrong findings. There is no "skip the workflow" fast path here — that's what /adk:review is for.
rules.md. --no-post produces the report and posts nothing.rules.md). Recommend merge; the human clicks. Never force-push.-i / --interactive — walk each finding (accept / reject / edit) before anything is posted.--scope security|correctness|tests|all — restrict the fan-out to one dimension family (default all).--no-post — review and report only; transmit nothing to the PR.--deep — stronger reasoning profile; auto-selected for security-sensitive, cross-module, or feature-flag-bearing diffs.npx claudepluginhub sujeet-pro/agents-devkit --plugin adkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.