What problem does it solve?
This Skill helps you decide where refactoring is actually worth the effort, instead of cleaning code just because it looks messy. It uses evidence like churn, recurring bugs, and upcoming work to separate real structural debt from harmless ugliness.
Core Features & Use Cases
- Evidence-based survey: Identifies refactor candidates from git churn, complexity, bug logs, and planned work.
- Safe execution: Performs behavior-preserving changes in small steps, with tests as the arbiter after each move.
- Decision support: Classifies areas as REFACTOR, PREP, LEAVE, or WATCH and records the rationale in a tracker.
- Use case: Ask for a refactor review on a codebase, then apply only the approved candidate with a green test baseline.
Quick Start
Ask the skill to survey your repository and recommend the one refactor that will pay off most without changing behavior.