refactoring
Installation
SKILL.md
Refactoring Skill
Safe, systematic approach to improving code structure without changing behavior.
When to Use
- Breaking up large files/components
- Extracting reusable logic
- Modernizing legacy patterns
- Reducing code duplication
- Improving testability
- Paying down technical debt
CRITICAL: Check Existing First
Before ANY refactoring, verify current state: