MUST USE when implementation is verified and you need to choose the branch outcome: merge, PR, keep, or discard. Triggers on: "merge this", "create a PR", "squash and merge", "we're done with this branch", "clean up the branch", "push this", "get it merged", after verification-before-completion passes. Routed by using-superpowers or executing-plans at completion.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add brunob54/superpowers-orchestrator --skill finishing-a-development-branch --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Finishing A Development Branch?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/brunob54-finishing-a-development-branch)More formats (shields.io, HTML) on the badges page.
---
name: finishing-a-development-branch
description: >
MUST USE when implementation is verified and you need to choose the
branch outcome: merge, PR, keep, or discard. Triggers on: "merge this",
"create a PR", "squash and merge", "we're done with this branch",
"clean up the branch", "push this", "get it merged", after
verification-before-completion passes. Routed by using-superpowers
or executing-plans at completion.
---
# Finishing a Development Branch
Close development work with explicit integration choice.
## Step 1: Verify
Run full project verification before offering options.
If verification fails, stop and return to implementation.
## Step 2: Identify Base Branch
Detect merge base (`main`/`master` or repo default) and confirm if unclear.
## Step 3: Offer Exactly Four Options
1. Merge back to `<base-branch>` locally
2. Push branch and open PR
3. Keep branch/worktree as-is
4. Discard branch/worktree
## Step 4: Execute Safely
### Option 1
- Checkout base
- Pull latest
- Merge feature branch
- Re-run verification
- Delete merged branch
- Remove worktree
### Option 2
- Push feature branch
- Create PR with a description that includes:
- **What changed** — one-paragraph summary of the change set
- **Why** — the motivation or problem this solves (link to plan doc if one exists)
- **How to verify** — exact commands or steps a reviewer can run to confirm the change works
- **Notable decisions** — any trade-offs made, alternatives rejected, or non-obvious choices.
If `session-log.md` has `[saved]` entries written during this branch's lifetime, extract the Decisions and Rejected bullets from the most recent entry and include them here. This ensures PR reviewers see the "why" without needing to read the log.
- Keep worktree by default (remove only if user asks)
### Option 3
- Keep branch and worktree
- Report exact path and branch name
### Option 4
- Show destructive impact summary
- Require exact confirmation: `discard`
- Delete branch and remove worktree
## Hard Rules
- Never merge with failing tests.
- Never delete work without explicit confirmation.
- Never force-push unless explicitly requested.
## Final Report
Include:
- Selected option
- Commands executed
- Final branch/worktree status
- PR link (if created)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!