What problem does it solve? Reviewing your own changes before pushing is error-prone, and a single-pass review often misses bugs, duplication, or convention violations. This Skill runs a structured multi-perspective review so issues are caught from several quality angles and reported in one prioritized summary. ## Core Features & Use Cases - Scoped Review: Automatically determines what to review — unstaged changes, staged changes, a branch diff, specific files, or a PR — using the appropriate git diff command. - Parallel Multi-Perspective Analysis: Launches three reviewer agents simultaneously covering simplicity/DRY, bugs/correctness, and project conventions/abstractions, each reporting only high-confidence issues. - Consolidated Prioritized Report: Deduplicates overlapping findings, classifies them as Critical, Important, or Minor, and presents a single sorted report with file locations and suggested fixes. - Use Case: Before pushing a feature branch, ask for a review of your changes; the Skill diffs against main, audits the changeset from three angles, and returns a report listing a critical null-handling bug plus minor DRY suggestions. ## Quick Start Ask the assistant to review my current branch changes against main and report any bugs or convention violations.