refactor
Installation
SKILL.md
Refactor & Clean
Clean up code while maintaining functionality.
Scope
Specify what to refactor:
- A specific file
- A feature/module
- Dead code removal
- Pattern application
Process
- Run tests first - Ensure green baseline
- Identify issues - List what needs improvement
- Refactor incrementally - One change at a time
- Run tests after each change - Never break functionality
- Final verification - All tests pass