What problem does it solve? Reviewing someone else's pull request requires fetching the diff, running a structured review, and turning findings into posted comments without accidentally publishing unapproved feedback. This Skill manages that entire inbound review workflow with explicit approval gates. ## Core Features & Use Cases - PR Fetching and Preflight: Resolves the PR from a URL or the current branch using host tooling like gh or glab, and reports available capabilities before touching external systems. - Structured Review Execution: Runs the side-effect-free review contract against the diff with requirements context, supporting scoped passes for large PRs and multi-reviewer mode for security-sensitive changes. - Approval-Gated Comment Posting: Drafts concise inline or general review comments, presents them for explicit user approval, and posts only after confirmation using safe temp-file body handling. - Use Case: A teammate shares a GitHub PR URL and asks you to review it. The Skill fetches the diff, produces severity-grouped findings, drafts comments for the critical issues, and posts them only after you approve the drafts. ## Quick Start Review the pull request at this URL and draft review comments for my approval before posting anything.