refactor-git-plan
Installation
SKILL.md
Refactor: Git Plan
Structure version control for safe, reviewable refactoring.
Branch Strategy
Naming Convention
refactor/<scope>-<action>
Examples: refactor/auth-extract-service
Commit Granularity
One Commit Per
- Single rename across files
- One method extraction
- One file move
- One pattern application