What problem does it solve? Reviewing a GitHub PR thoroughly requires reading the code locally with full context, but checking out PR branches pollutes your working tree, and ad-hoc reviews often miss concerns or produce scattered, duplicate comments. ## Core Features & Use Cases - Worktree-Isolated Review: Creates a single throwaway git worktree for the PR (handling fork PRs via detached HEAD checkout) and guarantees cleanup on success, failure, or interruption. - Multi-Lens Orchestration: Fans out read-only reviewer sub-agents across lenses like correctness, error-handling, security, design, tests, and language-specific idiom checks for C, Go, Rust, and Zig, with an inline single-pass fallback. - One Consolidated Verdict: Synthesizes all findings, dedups by location, classifies blockers vs nits, and submits exactly one GitHub review with inline comments, including self-approval guardrails. - Use Case: A teammate shares a PR URL touching Rust error-handling code. The skill checks out the PR in an isolated worktree, dispatches correctness and error-handling reviewers, and submits a single request-changes review with line-anchored comments. ## Quick Start Use the pr-review skill to review the GitHub pull request at this URL and submit a consolidated review.