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 git diff and applies the safe fixes for you. ## Core Features & Use Cases - Parallel Three-Agent Review: Launches reuse, quality, and efficiency reviewers concurrently, each searching the full codebase for evidence rather than reasoning 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), then applies them in order with test runs after each step. - Flexible Scoping and Dry Run: Supports focusing on one reviewer category, reviewing staged changes, the last commit, a branch, or specific files, and a report-only mode that changes nothing. - Use Case: After finishing a feature branch, ask to simplify your changes; the Skill captures the diff, finds duplicated utilities, redundant state, and N+1 patterns, applies the safe cleanups, runs the targeted tests, and summarizes what changed. ## Quick Start Ask the agent to simplify my recent uncommitted changes and report anything risky without applying it.