What problem does it solve?
It reduces the chance of shipping defects by running an orchestrator-aware three-reviewer code review with severity calibration and a TDD fix loop.
Core Features & Use Cases
- Orchestrator-aware reviewer selection: Chooses three external reviewer lanes based on whether Claude Code is orchestrating via codex-family/agy/gemini or Codex is orchestrating via claude/agy/gemini, avoiding self-review unless explicitly requested.
- Invariant-first prompt structure + diff-correctness: Enforces a consistent review format (verdict, severity-grouped findings, and risk callouts) anchored to project invariants from CLAUDE.md/SPEC, then appends a git diff for concrete, file/line-based critique.
- Triage and test-driven repair cycle: Triages disagreements using invariant-first heuristics (while requiring factual verification via Read/Grep/Glob), writes failing tests, applies the smallest fix, runs full checks, and archives all review artifacts.
Quick Start
Run: /triple-review <PR#> to perform a three-reviewer PR review, produce severity-triaged findings, and drive a test-first fix cycle.