← ClaudeAtlas

pr-reviewlisted

Review a GitHub pull request in depth by dynamically dispatching fresh, independent, read-only subagents based on the PR's actual changes and risks, validating candidate findings, and publishing one concise high-confidence COMMENT review to GitHub by default.
dceoy/ai-coding-agent-skills · ★ 3 · Code & Development · score 64
Install: claude install-skill dceoy/ai-coding-agent-skills
# PR Review Review one pull request at an exact head SHA. Use the active coding runtime's native independent-subagent mechanism to build a review plan from the diff, dispatch only the review tasks that the change warrants, validate candidate findings, and let the top-level agent arbitrate and publish the final GitHub review. This skill is review-only. Do not modify repository files, commits, branches, or pull-request state other than publishing the requested review feedback. Never approve, request changes, merge, or close the pull request unless the user explicitly asks for that separate action. ## Runtime Requirement A real native independent-subagent capability is required. Every delegated review or validation task must run in a fresh context, receive only the explicit context packet supplied for that task, and be unable to mutate repository or GitHub state. Do not emulate subagents with sequential passes in the parent context, nested coding-agent CLIs, copied prompts, fixed provider-specific agent definitions, or inherited conversation history. If the runtime cannot launch suitable independent subagents, report `unsupported` and stop rather than silently degrading the review. Read [references/subagent-contract.md](references/subagent-contract.md) before dispatching any subagent. ## Inputs and Modes Resolve the pull request from a URL, `OWNER/REPO#NUMBER`, CI event context, or the current branch's associated PR. If no pull request can be resolved, stop without revie