What problem does it solve? Before merging or shipping a change, developers need an independent, multi-angle review that reports findings without silently applying fixes, and that honestly states what each review source actually covered. ## Core Features & Use Cases - Multi-source review round: Runs one review over the current change using Claude's finders, the security angles, and a Codex pass, then consolidates everything into a single report. - Coverage accounting: Produces a row per source stating what it covered, including explicit n/a or partial rows when a source was skipped or could not run. - Scoped reviews: Supports narrowed reviews (a path or focus like "only error handling") and working-tree-only reviews based on HEAD, while refusing to treat an audit of untouched code as a change review. - Use Case: Before merging a feature branch, ask for a review of the diff; the skill resolves the correct base, runs all sources at the appropriate rung, and returns a findings table you act on yourself. ## Quick Start Ask the assistant to review the current change with multi-review before merging the branch.