What problem does it solve? Reviewing pull requests thoroughly requires checking diffs, security, tests, docs, and changelogs, which is easy to do inconsistently or skip under time pressure. This Skill enforces a repeatable, read-only review workflow that produces a structured readiness recommendation without risking accidental merges or pushes. ## Core Features & Use Cases - Isolated worktree reviews: Checks out the PR in a dedicated git worktree so the main working tree stays untouched. - Structured A-through-J report: Produces a TL;DR recommendation, security findings, concerns ranked as BLOCKER/IMPORTANT/NIT, test and docs status, and a suggested PR comment. - Duplicate detection: Searches main for existing implementations of the PR's feature before evaluating the diff. - Use Case: A maintainer receives a community PR and asks the agent to review it; the agent inspects the diff, flags a missing changelog entry and an unvalidated input as IMPORTANT, saves the review to .local/review.md, and recommends NEEDS WORK. ## Quick Start Ask the agent to review pull request number 123 using the review-pr skill and provide a readiness recommendation.