finishing-branch
⚠Review·Scanned 2/19/2026
This skill helps finish a development branch by verifying tests, generating merge summaries, and offering actions to merge, create a PR, keep, or discard work. It executes local shell commands (e.g., git, test runners), performs network operations to origin and https://github.com/wpank/ai/tree/main/skills/tools/finishing-branch, and instructs installing into agent dirs like ~/.claude/skills.
from clawhub.ai·vb20c72e·20.3 KB·0 installs
Scanned from 0.1.0 at b20c72e · Transparency log ↗
$ vett add clawhub.ai/wpank/finishing-branchReview findings below
Finishing a Development Branch
Complete development work by presenting structured options for merge, PR, or cleanup. After implementation is complete, guides you through verifying tests, presenting integration options, and executing the chosen path.
What's Inside
- Test verification before proceeding
- Base branch detection
- Four integration options: Merge locally, Push and create PR, Keep as-is, Discard
- Worktree cleanup procedures
- Quick reference table for each option's behavior
- Safety guards (typed confirmation for destructive actions)
When to Use
- Implementation is complete
- All tests pass
- Ready to integrate work into the main branch
- Triggered by: "finish branch", "complete branch", "merge branch", "create PR", "done with feature", "implementation complete"
Installation
npx add https://github.com/wpank/ai/tree/main/skills/tools/finishing-branch
Manual Installation
Cursor (per-project)
From your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/tools/finishing-branch .cursor/skills/finishing-branch
Cursor (global)
mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/tools/finishing-branch ~/.cursor/skills/finishing-branch
Claude Code (per-project)
From your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/tools/finishing-branch .claude/skills/finishing-branch
Claude Code (global)
mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/tools/finishing-branch ~/.claude/skills/finishing-branch
Related Skills
- subagent-driven-development — Calls this skill after all tasks complete
- session-handoff — For preserving context when pausing work
Part of the Tools skill category.