What problem does it solve? Code that passes type checks, linting, and builds can still ship with edge-case bugs and design flaws, and self-review by the same agent that wrote the code carries inherent bias. This Skill enforces a structured, independent review pass before merging, with severity-ranked findings and disciplined feedback handling. ## Core Features & Use Cases - Risk-Triage Diff Review: Computes BASE_SHA/HEAD_SHA against the repo's actual default branch and dispatches the dylan-dog skill in Hunting mode, which partitions the diff by risk instead of applying one uniform review pass. - Degraded and Snapshot Modes: Falls back to a snapshot review of session-modified files when no git repository exists, or to an explicit self-review when subagent dispatch is not viable, always labeling the review mode in output. - Opus Second Opinion: Optionally dispatches a read-only opus-review pass after the primary review and merges its findings into the same Critical/Important/Minor report. - Use Case: After implementing a feature spanning a dozen files, run this Skill before merging to main; it triages the diff, hunts edge cases per file, and returns confirmed findings you fix one at a time with technical reasoning rather than performative agreement. ## Quick Start Request a code review of my current branch's changes before merging into the default branch.