refactor
Installation
SKILL.md
/refactor — Code Quality Pass
Overview
Improve code structure without changing behavior. Propose changes, get approval, make one change at a time with tests between each.
Core principle: Never change behavior. Tests must stay green after every change.
When to Use
- After implementation and QA pass
- User requests a quality check on recent work
- You notice structural issues while working
The Process
1. Establish Baseline
Run the test suite first. Actually run it.