What problem does it solve?
Manually reviewing code changes for duplication, quality flaws, and performance inefficiencies is time-consuming and prone to oversight, especially for larger or complex code modifications.
Core Features & Use Cases
- Parallel Multi-Angle Review: Runs three concurrent specialized reviews covering code reuse, code quality, and efficiency to catch all common issues in modified files.
- Reuse Optimization: Flags duplicated logic and suggests existing utilities in the codebase to replace redundant new code, reducing technical debt.
- Efficiency Improvements: Identifies unnecessary computations, missed concurrency opportunities, and hot-path bloat to boost application performance.
- Use Case: After modifying a set of utility functions in your project, use this skill to automatically spot duplicated helper code, redundant state, and unnecessary API calls, then fix them all in one pass.
Quick Start
Use the simplify skill to review all your recent code changes, fix any reuse, quality, or efficiency issues found, and summarize the fixes made.