Finishing Development Branch

Automate Git development branch completion with test verification and merge options.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/vietlinhh02/meeting-bot --skill finishing-development-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Finishing Development Branch
Source: https://github.com/vietlinhh02/meeting-bot/tree/main/.claude/skills/methodology/finishing-development-branch
Command: npx skills add https://github.com/vietlinhh02/meeting-bot --skill finishing-development-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, safe, and efficient workflow for completing development branches in Git, ensuring code quality and minimizing errors before merging or creating pull requests.

Core Features & Use Cases

  • Automated Testing: Ensures all tests pass before proceeding.
  • Branch Strategy Guidance: Helps determine the correct base branch for merging.
  • Actionable Options: Presents clear choices for merging, creating PRs, keeping the branch, or discarding changes.
  • Cleanup: Manages local and remote branch cleanup and worktree management.
  • Use Case: After finishing a new feature, you can use this Skill to automatically run tests, decide whether to merge locally or create a PR, and clean up your Git environment, all through a guided, interactive process.

Quick Start

Use the finishing development branch skill to complete your current feature branch.

Frequently Asked Questions about Finishing Development Branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I complete a Git development branch after passing tests?

To complete a Git development branch after passing tests, this Skill automates the process by verifying test status and guiding you through a 5-step workflow to safely merge changes or create a pull request with proper cleanup.

What is the best way to merge a feature branch into a base branch safely?

The best way to merge a feature branch safely is using an automated branching strategy workflow that validates code quality, confirms the correct base branch, and executes the code merge while managing local worktree cleanup.

How does automated testing verification work before creating a pull request?

Automated testing verification works by running your test suite as the first step in the development workflow, ensuring all tests pass before presenting actionable options to create a pull request or merge locally.

Can I choose between creating a pull request and merging locally?

Yes, you can choose between creating a pull request and merging locally. The Skill presents clear actionable options during the branch completion process, allowing you to select your preferred integration method.

How do I clean up local and remote Git branches after a merge?

To clean up local and remote Git branches after a merge, the Skill manages branch deletion and worktree management automatically as the final step of the completion workflow to streamline your development environment.