What problem does it solve? When working alone, a coding agent can miss bugs, risks, and design flaws in its own work. This Skill brings Claude in as an independent peer reviewer via the claude -p CLI, giving you a genuinely different read on recent changes or plans before you commit to them. ## Core Features & Use Cases - Diff and Commit Review: Pipes the actual git status, staged/unstaged diffs, branch ranges, or single commits to Claude for peer review, with findings reported first and no file edits allowed. - Design Consultation: Sends a design plan or open trade-off to Claude before any code is written, keeping the uncertain parts intact for an honest critique. - Multi-Round Dialogue: Supports follow-up exchanges that quote the peer's prior findings alongside your evidence, resolving or sharpening each disagreement. - Use Case: After finishing a feature branch, pipe git diff main...HEAD to Claude, receive a list of bugs and missing tests, then push back on one flagged race condition with evidence from your locking code. ## Quick Start Ask the agent to get a second opinion from Claude on the current uncommitted changes in this repository.