What problem does it solve? Code implementations often accumulate redundancy, unnecessary complexity, and low-value tests during development. This Skill reviews and refines your implementation to reduce clutter while preserving existing behavior. ## Core Features & Use Cases - Simplification: Streamlines overly complex logic and reorganizes code structure for clarity. - Deduplication: Identifies and removes repeated code patterns across the implementation. - Test Pruning: Removes low-value tests and unnecessary churn without changing behavior. - Use Case: After finishing a feature branch, run this Skill to clean up the diff before opening a pull request, ensuring reviewers see only meaningful changes. ## Quick Start Ask the AI to simplify the current implementation by removing duplication and low-value tests while preserving behavior.