Branch Finishing
Installation
SKILL.md
Branch Finishing
Tests pass. Base determined. Options presented. Clean finish.
Triggers
- Feature implementation is complete and verified
- User says "finish this branch", "merge this", "create a PR", "we're done"
- After
verification-before-completionconfirms the work is done - After
executing-plansPhase 3 completes
HARD GATE: Pre-Finish Verification
Before presenting finish options, ALL of these must be true:
- Tests pass: Full test suite runs green
- No uncommitted changes: Working tree is clean (or changes are staged)
- Branch is not main/master: You're on a feature/fix branch
- Verification evidence exists: The work has been verified per
verification-before-completion