finishing-a-development-branch

Installation
SKILL.md

Finishing a Development Branch

Overview

Provide a structured, safe process for completing work on a development branch, including verification, merge strategy selection, and cleanup. This skill ensures no branch is merged without passing tests, and every destructive operation requires explicit user confirmation.

When to Use

  • All planned work on a feature branch is complete
  • A branch is ready for code review or merge
  • Cleaning up after development work is finished
  • Preparing a pull request for team review

Phase 1: Verify All Tests Pass

[HARD-GATE] Do NOT proceed to any merge or PR activity without passing verification.

Before any merge or PR activity, invoke verification-before-completion to confirm:

Related skills
Installs
32
GitHub Stars
1
First Seen
Apr 2, 2026