Refactor

Restructures existing code without changing its behavior: maps callers and test coverage, adds characterization tests where coverage is thin, then applies the change in small steps verified against the full test suite after each one. Use when the user wants to refactor, extract a method or class, simplify logic, reduce duplication, improve naming, restructure modules, or pay down technical debt in code that already works. Not for adding new functionality (use implement-feature) or fixing broken behavior (use fix-bug).

mgiovani d7d6da6 5 files · 30.8 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/refactor commit d7d6da6cce

Frequently asked questions

npx skillmds@latest add mgiovani/refactor