What problem does it solve? It automates independent code review of diffs, uncommitted work, and full branches, producing severity-classified findings and a deterministic Ready/Blocked merge gate instead of ad-hoc manual review. ## Core Features & Use Cases - Three review variants: Fast (diff only), Full (diff plus lint/build pre-checks), and Branch (whole feature branch against a resolved merge base). - Frozen scope baseline: Computes the changed-file set once per session so every dispatch and re-review judges the same change. - Fallback and dual review: On Codex failure a contract-aware fallback reviewer carries the gate fail-closed; an optional --dual mode adds a second reviewer with conservative field-level merging. - Use Case: Before merging a feature branch, run the branch review to get P0/P1/P2/Nit findings with scope classification, acceptance-criteria coverage, and a gate verdict deciding whether the branch can proceed to precommit. ## Quick Start Ask the assistant to run a Codex code review on the current changes, for example by requesting a full review of the working tree before committing.