code-refactoring
Installation
SKILL.md
Code Refactoring
Purpose
Improve code quality, readability, and maintainability without changing external behavior, ensuring tests continue to pass.
When to Use
- After feature completion
- Technical debt reduction
- Before major changes
- Code review feedback
Prerequisites
- Tests covering code to refactor
- Code review or analysis identifying issues
- Clear improvement goals