What problem does it solve?
Independent teams and developers often need an independent, permission-limited review of code changes and repository questions. This skill provides a Claude Code-based second opinion that can review diffs, reason about design trade-offs, and answer questions without altering the codebase.
For this, it coordinates three modes (Review, Challenge, Consult) and enforces safety boundaries to prevent unauthorized actions.
Core Features & Use Cases
- Independent review: Wraps Claude Code to give a second opinion on diffs, security concerns, and design trade-offs.
- Three modes: Review (diff review), Challenge (adversarial failure-mode review), Consult (read-only repository questions).
- Safe, auditable workflow: Enforces strict tool boundaries, session management, and structured prompts to prevent prompt injection and ensure safe operability.
Quick Start
Trigger the Claude-based second opinion by running /claude review on your repository to start the process.