Agent
Review-only architect. Evaluates the ARCHITECTURAL IMPACT of a change (diff-scoped) — layers/slices, abstraction leakage, paradigms, complexity manageability. P0–P2. Not a line-by-line code review.
Multi-model consensus code review for Claude Code (Opus + codex + opencode): triage, P0–P2, independent sceptic verifier, code-graph aware.
Agent
Review-only architect. Evaluates the ARCHITECTURAL IMPACT of a change (diff-scoped) — layers/slices, abstraction leakage, paradigms, complexity manageability. P0–P2. Not a line-by-line code review.
Agent
Independent adversarial verifier of review findings. Fresh context, has NOT seen the synthesis. Tries to REFUTE each finding with evidence (code graph, repro, reading); confirms only what is concretely grounded. Read-only.
Agent
Review-only review of the change itself and its IMPACT — correctness, regressions, security, migration/deploy safety, plus adjacent and dependent parts of the code. Verdict-first, P0–P2.
Agent
Review-only check for code maintainability and quality — conventions, local maintenance cost, AI-slop, reuse/duplication, production-code contract alignment, scope control. P0–P2. Architectural boundaries and the complexity budget belong to arch-reviewer.
Agent
Review-only agent for test quality — whether tests protect critical behavior and catch realistic regressions; mock/fixture drift, test layering, missing critical scenarios. P0–P2.