What problem does it solve? When working in a non-Claude AI host, you lose access to Claude's perspective for code review and second opinions. This Skill wraps the Claude Code CLI so any host can request an independent diff review, an adversarial failure-mode challenge, or a read-only consultation about the repository. ## Core Features & Use Cases - Review mode: Runs an independent diff review via claude -p, giving you a second set of eyes on uncommitted changes before shipping. - Challenge mode: Performs an adversarial failure-mode review that hunts for edge cases and weaknesses in your implementation. - Consult mode: Asks Claude questions about the repo using read-only file tools, useful for architecture questions or onboarding to unfamiliar code. - Use Case: Before merging a branch, ask for a "claude review" to get an outside voice on your diff, then run "claude challenge" to surface failure modes your primary agent missed. ## Quick Start Ask the agent to run a claude review on my current diff to get an independent second opinion before I ship.