๐ŸŽฏ

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(224 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

6,867Installs
-
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

๐ŸŽฏ
refactor๐ŸŽฏSkill

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

๐ŸŽฏ
excalidraw-diagram-generator๐ŸŽฏSkill

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

๐ŸŽฏ
documentation-writer๐ŸŽฏSkill

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

๐ŸŽฏ
chrome-devtools๐ŸŽฏSkill

Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.

๐ŸŽฏ
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.

๐ŸŽฏ
web-design-reviewer๐ŸŽฏSkill

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

๐ŸŽฏ
github-issues๐ŸŽฏSkill

Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.