finishing-a-development-branch
Installation
SKILL.md
Finishing a Development Branch
Overview
Verify tests pass, present options, execute choice, and clean up.
Core principle: Test verification before any merge or PR action.
The Process
Step 1: Verify Tests
Before anything else, verify tests pass:
Run appropriate test command for project type.
Cannot proceed with merge/PR until tests pass.