#refactoring
2 listings tagged refactoring.
agent โ Verified
Coding Refactor Planner
Plans a safe, incremental refactor โ sequenced steps that preserve behavior, each independently shippable and testable. Use before refactoring messy or risky code.
skill โ Verified
Coding Refactoring Patterns
Improve code structure without changing behavior โ safe, incremental moves backed by tests. Use when code is hard to change or before adding a feature to messy code.