What problem does it solve? Code written during feature development often contains duplicated logic, unnecessary nesting, and redundant computations that slip through initial review. This Skill performs a focused cleanup pass on your branch's changes before they are merged, fixing obvious issues directly instead of just reporting them. ## Core Features & Use Cases - Reuse Review: Detects duplicated logic and checks whether existing utilities or helpers in the codebase could replace newly written code. - Quality Review: Flags copy-paste code, leaky abstractions, deep nesting, and overly clever implementations that should be simplified. - Efficiency Review: Identifies redundant computations, missed concurrency opportunities, and expensive operations in hot paths. - Use Case: Before opening a pull request, run this Skill to automatically clean up your branch's diff — it fixes issues in place and commits them with a descriptive refactor message. ## Quick Start Ask the AI to run the simplify skill to review and clean up the changes on my current branch before I open a pull request.