Use Cases
After completing feature development on a topic branch with all tests passing, developers need to decide how to integrate back to the main branch. The finishing-a-development-branch skill provides standardized menu options: merge to base, push and create PR, or keep as-is. It re-runs the full test suite to ensure the current tree is green, detects workspace type, confirms the base branch, then waits for user decision.
After isolated development using git worktrees, proper cleanup is needed. The finishing-a-development-branch skill automatically detects whether the current environment is a worktree (by comparing GIT_DIR and GIT_COMMON), determines cleanup strategy based on worktree provenance (.worktrees/ owned by Superpowers vs externally managed), and correctly deletes branches and performs worktree prune self-healing after merging.
Skill File
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.