What problem does it solve? Cleaning up freshly written code is tedious and easy to skip, and a single broad review pass often misses duplication, quality issues, or inefficiencies hiding across files. This Skill runs three focused reviewers in parallel over your recent diff and applies the safe fixes for you. ## Core Features & Use Cases - Parallel Three-Agent Review: Launches reuse, quality, and efficiency reviewers concurrently via batch delegation, each searching the full codebase for evidence rather than guessing from the diff alone. - Risk-Tiered Fix Application: Classifies findings as SAFE (auto-apply), CAREFUL (apply with test verification), or RISKY (flag for human review), so behavior-changing edits are never applied silently. - Flexible Scoping and Dry Run: Supports focusing on one review category, scoping to a commit, branch, staged changes, or specific files, and running in report-only mode. - Use Case: After finishing a feature branch, ask to simplify your changes; the Skill reviews the diff, removes unused imports and duplicated logic, verifies tests still pass, and presents risky restructuring suggestions for your approval. ## Quick Start Ask the agent to simplify my recent code changes and report anything risky before applying it.