What problem does it solve? Reviewing your own recent changes for duplication, quality issues, and inefficiencies is slow and easy to do superficially. This Skill runs three focused reviewers in parallel over your git diff, aggregates their findings, and applies the fixes worth keeping. ## Core Features & Use Cases - Parallel Three-Agent Review: Launches reuse, quality, and efficiency reviewers concurrently via delegate_task batch mode, each searching the full codebase for evidence. - Aggregation and Conflict Resolution: Merges findings, discards false positives, resolves conflicts using a correctness-first priority order, and applies fixes with patch or write_file. - Flexible Scoping and Dry Run: Supports staged changes, last commit, branch diffs, specific files, focus filters (reuse, quality, efficiency), and report-only dry runs. - Use Case: After finishing a feature branch, say "simplify my changes" to get duplication, quality, and performance issues found and fixed, with targeted tests re-run to confirm nothing broke. ## Quick Start Ask the agent to simplify my recent changes and it will review the current git diff with three parallel reviewers and apply the worthwhile fixes.