What problem does it solve? Reviewing pull requests often pollutes your working branch, spawns unnecessary sub-agents, or produces scattered feedback. This Skill performs a single-pass PR review in a temporary git worktree and submits exactly one GitHub review, keeping your local state clean. ## Core Features & Use Cases - Isolated Worktree Review: Checks out the PR into a temporary worktree via a bundled helper script, never touching your current branch. - Single Verdict Submission: Submits exactly one review—approve when no blocking issues exist, request changes with concrete file-level evidence when they do. - Guaranteed Cleanup: Always removes the review worktree before finishing, including on errors, with marker-file safety checks. - Use Case: You are asked to review a teammate's PR while mid-feature on your own branch. Invoke the skill with the PR number; it fetches metadata, reviews the diff in isolation, posts one English review, and cleans up. ## Quick Start Use $mini-pr-review to review pull request number 42 in this repository.