refactoring
SKILL.md
Refactoring Guide
When to Use
Use this skill when refactoring code or improving code structure.
Refactoring Principles
1. Safety First
- Ensure tests exist before refactoring
- Make small, incremental changes
- Commit after each successful step
- Keep functionality identical