deep-review

Installation
SKILL.md

Deep Review: Blind Parallel Review Panel + Triage

Operationalizes CLAUDE.md rule 3.5 (Phase-Gated Review for code) as ONE command. The core principle, from PostHog's qa-swarm and the "panel of diverse models" research: the agent that wrote the code cannot be the one that reviews it. So this fires several independent reviewers that are each blind to the others, plus a different model family (Codex), then reconciles. Convergent findings (2+ reviewers, especially a Claude lens and Codex agreeing) carry the most weight.

Two things this skill is NOT:

  • Not a fixer by default. Default mode REPORTS ONLY. It edits code only with --fix, and never on the default branch (rule 3.4). "Review this" must not silently mutate your tree.
  • Not verification. A clean review is not a live-surface pass. If the change has a user-facing surface, rule 3.13 still applies (live-surface run + visual-render gate) after this passes. This reviews the code; /verify, /live-e2e-test, /browse, /static-qa verify the running thing.

When to use / not use

Installs
7
First Seen
Today
deep-review — joydai2026-del/skills