Incremental Refactoring

Use when the user asks to refactor, clean up, restructure, extract methods, reduce complexity, or improve code structure without changing behavior. Triggers on: extract method, move function, simplify conditional, reduce nesting, split class. To FIND duplicates first, use duplicate-code-detector then return here. Not for features, bugs, or performance.

pvillega Updated

File contents

pvillega/claude-templates/tree/main/plugins/ct/skills/incremental-refactoring commit d152e1da98

Frequently asked questions

npx skillmds@latest add pvillega/incremental-refactoring