wk-refactor
Installation
SKILL.md
Refactor
- Refactor preserves behavior → only shape changes.
- Passing tests + clean lints prove new code paths work → say nothing about whether paths that should still exist survived.
- This skill = the gate that catches dropped behavior before "ready for review."