What problem does it solve? Recent code changes often accumulate duplication, needless complexity, wasted work, and shallow band-aid fixes that a single broad review misses. This Skill runs four narrowly focused reviewers in parallel over your diff, aggregates their findings, and applies the fixes worth applying. ## Core Features & Use Cases - Parallel 4-Agent Review: Fans out reuse, quality, efficiency, and altitude reviewers concurrently via delegate_task batch mode, so you pay the latency of one review instead of four. - Risk-Tiered Application: Auto-applies SAFE fixes (unused imports, dead code), verifies CAREFUL refactors with tests, and flags RISKY changes (API renames, N+1 restructuring) for human decision. - Flexible Scoping: Supports focus modifiers (reuse, quality, efficiency, altitude), dry-run report-only mode, and diff scoping to staged changes, last commit, branch, or specific files. - Use Case: After finishing a feature branch, say "simplify my changes" to get duplication flagged against existing utilities, nested conditionals flattened, and band-aid fixes escalated — with tests re-run after every applied fix. ## Quick Start Ask the agent to simplify my recent uncommitted changes and apply only the safe fixes.