Skip to content

Refactor It

refactor-it

Safely refactor code to improve structure, clarity, or testability without changing intended behavior. Use when the user says “refactor it”, asks to clean up a module, extract helpers, reduce duplication, or prepare code for a feature — not for product behavior changes (use fix-it) or pure test adds (use test-it). Prefer small steps with tests green between steps.

Terminal window
npx skills add DecisionNerd/dev-skills --skill refactor-it