What problem does it solve? Code reviews done by the same agent that wrote the code tend to rubber-stamp it, and single-pass reviews miss whole categories of defects. This Skill runs multi-dimensional code review with independent reviewers, adversarial verification of every candidate finding, and duplicate consolidation before results reach the report. ## Core Features & Use Cases - Two review modes: Light mode dispatches one independent reviewer against dimension quick checklists for ordinary review asks; Deep mode (explicit /deep-review only) runs the full pipeline of dimension reviewers, per-finding verification, global consolidation, and a structured report. - Fourteen review dimensions: logic, security, performance, release-risk, compatibility, UX, observability, reuse-architecture, code style, and more, each with executable rules and pruning criteria. - Anti-hallucination verification: every candidate finding is falsified by an independent verify subagent returning confirmed, false_positive, or need_more_context verdicts, with severity and likelihood overrides. - Use Case: After finishing a feature branch, ask for a review of the PR. The Skill scopes the diff correctly (three-dot range, submodule diffs included), prunes irrelevant dimensions, dispatches reviewers, verifies findings, and renders a report with a merge verdict, hand-off items for pre-existing issues, and a pre-deploy checklist. ## Quick Start Ask the agent to review the current branch or a specific PR, for example: review PR #123 for problems before merging.