Verifies implementation then offers options to merge locally, create PR with verification steps, keep, or discard Git branches at development completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-optimized:finishing-a-development-branchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Close development work with explicit integration choice.
Close development work with explicit integration choice.
Run full project verification before offering options.
If verification fails, stop and return to implementation.
Detect merge base (main/master or repo default) and confirm if unclear.
<base-branch> locallydiscardInclude:
npx claudepluginhub repozy/superpowers-optimizedVerifies tests and presents merge, PR, branch cleanup, or discard options after implementation is complete.
Finishes Git development branches: verifies tests pass, presents options to merge locally, push/create GitHub PR, keep as-is, or discard; executes choice and cleans up worktrees.
Finalizes development branches: verifies tests pass, presents merge/PR/keep/discard options, executes git workflows including GitHub PR creation, and cleans up worktrees.