When your code works and all tests pass, it is time to finish your development branch. This skill gives you clear steps to wrap up your work. You do not need to guess what to do next.
The skill first checks that your tests pass. Then it looks at your Git setup. It shows you a menu of choices. You can merge your branch locally, push it and create a pull request, keep the branch as is, or discard your work. Each choice has a safe and clear process.
Using this skill helps you avoid mistakes like merging broken code or deleting a branch too early. It makes finishing a branch simple and reliable. Any developer can use it to keep their Git workflow clean and organized.
Global
mkdir -p ~/.claude/skills/finishing-a-development-branchProject
mkdir -p .claude/skills/finishing-a-development-branchSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes