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:

  1. Verify all tests pass
  2. Determine the base branch and merge strategy
  3. Generate a meaningful PR description
  4. Execute the chosen action
  5. Clean up worktrees and stale branches

Step 1: Verify Tests Pass

MANDATORY. Never skip this step.

Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 13, 2026