What problem does it solve? It replicates the @claude GitHub Action PR review entirely on your local machine, so you get an unbiased review from a fresh subagent with no stake in the code, plus a saved audit trail, without waiting on CI. ## Core Features & Use Cases - Fresh-Eyes Review: Dispatches a single zero-context code-reviewer subagent (Sonnet by default, Opus with --deep) to analyze the PR diff, plan alignment, docs drift, and blast radius. - Persistent Audit Trail: Saves structured verdicts (blockers, warnings, suggestions, nits) to .planning/pr-reviews/ and posts a labeled comment to the PR for parity with the bot workflow. - Workflow Routing: Routes the result to /finish or /address-pr based on the verdict, with merge-decision handoff in interactive mode. - Use Case: Before merging a feature branch, run the review locally to catch scope creep and missing tasks, then post the findings to the PR so reviewers see the same audit trail the GitHub Action would produce. ## Quick Start Ask the agent to run a local review of the current pull request, optionally with the --deep flag for a deeper Opus-based analysis.