Refactor

Test-first refactoring — audit coverage, add characterization tests, apply changes with safety net, run quality stack and review loop. TRIGGER when: user wants to restructure existing Python code without changing behaviour; phrases: "refactor X", "clean up Y", "extract Z", "restructure this module", "improve code quality". SKIP when: bug fixes (use `/develop:fix`); new features (use `/develop:feature`); mixed refactor+feature — run `/develop:refactor` first, then `/develop:feature`; non-Python projects.

Borda f945805 2 files · 36.2 KB Updated

File contents

Borda/AI-Rig/tree/main/plugins/cc_develop/skills/refactor commit f9458059bb

Frequently asked questions

npx skillmds@latest add borda/refactor