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 codebase for evidence. - Scoped Diff Sources: Reviews uncommitted changes, staged changes, the last commit, a branch, or specific files based on what you ask for. - Aggregation and Safe Application: Dedupes findings, discards false positives, resolves conflicts, applies fixes, and verifies with targeted tests. - Use Case: After finishing a feature, say "simplify my changes" to get duplication, quality, and efficiency issues found and fixed, with a summary of what changed and what was skipped. ## Quick Start Ask the agent to simplify my recent changes and report what it fixed.