crv
01Plugin Claude Code
Consensus code-review plugin for Claude Code (Opus + codex, optional pi advisor).
Plugin Claude Code
Consensus code-review plugin for Claude Code (Opus + codex, optional pi advisor).
Plugin Claude Code
Two code-review strategies sharing one contract: /consensus-review (parallel multi-source panel with an Opus arbiter, codex consultant and strict sceptic) and /loop-review (sequential coverage-directed passes with evidence-backed cells and a CLEAN verdict enforced in code). Strictly read-only.
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.
Command
Architectural impact review of a change (diff-scoped) via the arch-reviewer agent.
Command
One-shot architecture audit — layers, slices, contracts, paradigms, complexity.
Command
Consensus code review (Opus arbiter + codex, optional pi advisor) across 4 dimensions (architecture/quality/impact/tests) for a PR or uncommitted changes; P0–P2 findings; strict sceptic by default; every flag also accepted with a leading -.
Command
Diagnose the consensus-review setup — consultants, code graph, contracts and live probes — and say what a broken piece would silently do to a review.
Command
Review of a change and its impact on adjacent parts via the impact-reviewer agent.
Command
Sequential, coverage-directed cyclic review of a PR or uncommitted changes — one immutable diff, differentiated discovery passes, per-cell evidence, adversarial verification, and a CLEAN verdict that cannot be produced by a failed run.
Command
Maintainability and code-quality review via the quality-reviewer agent.
Command
Test-quality review via the test-reviewer agent.