What problem does it solve? Single-pass code reviews miss cross-cutting concerns like security flaws, race conditions, and lifecycle bugs, especially in high-stakes changes such as auth, payments, migrations, and large refactors. ## Core Features & Use Cases - 7-Agent Parallel Review: Dispatches specialized agents (Architect, Logician, Sentinel, Performer, Cartographer, Observer, Tracer) covering architecture, correctness, security, performance, completeness, observability, and lifecycle transitions. - Mandatory Pre-Flight Verification: Runs build, test, lint, and typecheck before review so agents consume verified status instead of guessing. - Structured Verdict with Auto-Fix: Produces a severity-tagged report with a 0-100 readiness score, posts it to GitHub in PR Mode, and hands findings to dev-cycle for automated fixing and re-review. - Use Case: Before merging a 20-file refactor touching session handling and database migrations, invoke an ultra review to catch stale-reference bugs, N+1 queries, and schema drift that a standard review would miss. ## Quick Start Ask the AI to run multi-agent-review on PR #42 or on your current uncommitted changes for an ultra review.