What problem does it solve? Autonomous coding agents open pull requests that still need a rigorous review before a human merges them. This Skill performs a one-time, two-axis review of a freshly green agent PR — checking both code correctness and fidelity to the issue's Acceptance Criteria — and routes the findings into an automated fix loop so no finding is lost. ## Core Features & Use Cases - Dual-axis review: Runs a correctness pass (via the built-in /code-review at medium effort) and a spec pass (diff vs. Acceptance Criteria and parent Spec) in parallel subagents. - Inline review comments: Posts deduplicated, severity-ranked findings as marked inline review threads on the PR, capped at 10 comments. - Automated fix handoff: Applies the AFK:revise label so the next daemon fire routes the PR into the /pr-reconcile loop, which fixes, replies, and resolves each thread. - Idempotency and safety: A done-marker comment guarantees the review runs exactly once per PR; the skill never commits, merges, or resolves threads itself. - Use Case: After an agent's PR passes CI, invoke this Skill to get a structured review posted on the PR and fixes queued automatically, keeping merge decisions human-gated. ## Quick Start Run /pr-review with the PR number, branch, and issue number to review the open agent pull request and post its findings.