git-flow-branch-creator
Analyzes git changes to automatically create and name semantic Git Flow branches (feature, release, or hotfix).
Install
npx skills add https://github.com/github/awesome-copilot --skill git-flow-branch-creatorStats
| Total installs | 7,589 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Inspects staged and unstaged changes via git status and git diff to determine branch category: feature, release, or hotfix
- Generates semantic branch names following Git Flow conventions (e.g., feature/user-auth, release-1.2.0, hotfix/security-patch)
- Branches from the correct source (develop for features and releases, master for hotfixes) and creates the branch in one command
- Handles edge cases including mixed changes, existing branches, and naming conflicts with fallback suggestions
Tags
Related skills
| Skill | Installs | vs git-flow-branch-creator |
|---|---|---|
| snowflake-semanticview | 7,572 | -17 |
| image-manipulation-image-magick | 7,792 | +203 |
| create-github-pull-request-from-specification | 7,618 | +29 |
| gws-tasks | 7,749 | +160 |
| make-repo-contribution | 7,550 | -39 |
FAQ
- How many installs does git-flow-branch-creator have?
- git-flow-branch-creator has 7,589 total installs and 7.6K installs this week.
- Where is git-flow-branch-creator hosted?
- git-flow-branch-creator is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does git-flow-branch-creator have?
- git-flow-branch-creator has 27.4K GitHub stars.
- When was git-flow-branch-creator first indexed?
- OrangeBot.AI first indexed git-flow-branch-creator on Feb 25, 2026.
- How do I install git-flow-branch-creator?
- Run: npx skills add https://github.com/github/awesome-copilot --skill git-flow-branch-creator