finishing-a-development-branch

Community

Streamline branch completion, integrate work flawlessly.

AuthorAlabamaMike
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Completing development work on a branch involves critical steps like verifying tests, deciding on integration (merge, PR), and cleaning up the workspace. Mistakes in this process can lead to broken main branches or lost work. This skill automates and guides the entire completion workflow, ensuring tests pass, presenting clear options, and handling the chosen integration path and worktree cleanup reliably.

Core Features & Use Cases

  • Mandatory Test Verification: Ensures all tests pass before offering completion options.
  • Structured Integration Options: Presents clear choices for merging, creating a PR, keeping the branch, or discarding work.
  • Automated Cleanup: Handles Git branch deletion and worktree removal based on the chosen option.
  • Use Case: After completing a feature on a development branch, use this skill to verify everything, then choose to merge it locally, create a Pull Request, or discard the work, with automated cleanup.

Quick Start

Use the finishing-a-development-branch skill to complete work on the 'feature/dark-mode' branch.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: finishing-a-development-branch
Download link: https://github.com/AlabamaMike/copilot-agents/archive/main.zip#finishing-a-development-branch

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository