finishing-development-branch
Installation
SKILL.md
Finishing a Development Branch
When to Use
- After implementing a feature
- After all tests pass
- Ready to merge or create PR
- Cleaning up after development
When NOT to Use
- Work is still in progress and not all planned changes have been implemented
- Tests are failing and need to be fixed before the branch can be finalized
- Uncommitted changes remain that have not been staged or committed yet