🎯

git-flow-branch-creator

🎯Skill

from github/awesome-copilot

VibeIndex|
What it does
|

Analyzes git status and diff to intelligently create Git Flow branches (feature, release, hotfix, bugfix) following the nvie branching model with automated naming conventions.

Overview

This skill analyzes the current git status and diff to intelligently create Git Flow branches following the nvie branching model. It examines changed files and the nature of modifications to automatically determine the appropriate branch type (feature, release, hotfix, bugfix) and generates semantic branch names with proper Git Flow conventions.

Key Features

  • Intelligent Change Analysis - Examines git status and git diff output to classify changes by type: new functionality, bug fixes, release preparation, or hotfix patches
  • Automated Branch Type Selection - Determines the correct Git Flow branch type based on change indicators such as new files, UI improvements, critical bug fixes, or version bumps
  • Semantic Branch Naming - Generates descriptive branch names following conventions like feature/descriptive-name, hotfix/ticket-number-description, release/version-number
  • Git Flow Model Compliance - Enforces proper branch-from and merge-to rules: features from develop, hotfixes from main, releases from develop, following the complete nvie model
  • Automatic Branch Creation - Creates and switches to the new branch automatically, providing a summary of the analysis and recommended next steps

Who is this for?

Developers and teams using the Git Flow branching model who want to automate branch creation and ensure consistent naming conventions. Ideal for teams where branch type selection and naming are frequent sources of inconsistency, or for developers who want to streamline their Git workflow with intelligent automation.

📦

Same repository

github/awesome-copilot(315 items)

git-flow-branch-creator

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill git-flow-branch-creator
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill git-flow-branch-creator
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/git-flow-branch-creator/SKILL.md

SKILL.md

8,731Installs
-
AddedFeb 25, 2026

More from this repository10

🎯
git-commit🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
gh-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
prd🎯Skill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

🎯
documentation-writer🎯Skill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

🎯
excalidraw-diagram-generator🎯Skill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

🎯
refactor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

🎯
java-springboot🎯Skill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

🎯
multi-stage-dockerfile🎯Skill

Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.

🎯
create-readme🎯Skill

Creates README.md files for projects.

🎯
memory-merger🎯Skill

Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.