finishing-branch
Installation
SKILL.md
Finishing a Development Branch
Adapted from obra/superpowers — MIT. Structured end-of-feature workflow for the NodeJS-Starter-V1 monorepo.
Overview
Before merging or creating a PR, every development branch must pass a structured completion protocol:
- Verify all tests pass
- Determine the base branch and merge strategy
- Generate a meaningful PR description
- Execute the chosen action
- Clean up worktrees and stale branches
Step 1: Verify Tests Pass
MANDATORY. Never skip this step.