claude
SolidClaude Code CLI wrapper for getting an independent second opinion. Three modes: Review (diff review via claude -p), Challenge (adversarial failure-mode review), Consult (ask Claude about the repo with read-only file tools).
Install
Quality Score: 78/100
Skill Content
Details
- Author
- timurgaleev
- Repository
- timurgaleev/vibestack
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
claude-code-review
Cross-model review through Claude Code with local verification. Use when the user requests an independent Claude review or repository policy requires a Claude review pass.
claude-review
Get an independent cross-model code review from Anthropic Claude (a different vendor's model) on the current review scope: branch diff plus staged, unstaged, and untracked working tree changes, from inside a non-Claude host such as Codex. A different training distribution has non-overlapping blind spots, so Claude catches spec ambiguity, missing edge cases, and fake tests that Codex's self-review cannot see. Use before merging, after a tricky change, or for a debug second opinion. Triggers: "claude review", "second opinion", "ask claude", "outside voice", "让 claude 审", "找外部意见", "二审".
claude
Use Claude Code as an independent `claude -p` subagent when the user explicitly asks for Claude, wants a second-agent opinion from Claude, or asks to delegate a well-scoped task to Claude. Supports selecting `--model` and thinking/effort level with defaults of `opus` and `high`.