finish-feature
Installation
SKILL.md
Finish Feature
Process
1. Verify Current Branch
Run git branch --show-current:
- If main/master: Ask which feature branch to merge
- If feature branch: Confirm this branch
2. Check Working Directory
Run git status:
- Uncommitted changes? Ask: commit or stash?
- Clean? Proceed