Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringResearch and Audits

git-flow-branch-creator

Analyzes git changes and creates semantic Git Flow branches automatically based on change type.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
8

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill git-flow-branch-creator
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, git-flow-branch-creator has 8 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/git-flow-branch-creator.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Analyzes git changes and creates semantic Git Flow branches automatically based on change type. Follow these steps: - 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 - Run git status to review the current repository state and changed files. - Run git diff (for unstaged changes) or git diff --cached (for staged changes) to analyze the nature of changes. - Analyze the changes using the Git Flow Branch Analysis Framework below. - Determine the appropriate branch type based on the analysis. - Generate a semantic branch name following Git Flow conventions. - Create the branch and switch to it automatically. - Provide a summary of the analysis and next steps.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does git-flow-branch-creator do?

Analyzes git changes and creates semantic Git Flow branches automatically based on change type.

Is git-flow-branch-creator good?

git-flow-branch-creator does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support git-flow-branch-creator?

git-flow-branch-creator currently lists compatibility with Skills CLI.

Is git-flow-branch-creator safe to install?

git-flow-branch-creator has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to git-flow-branch-creator?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install git-flow-branch-creator?

Run the following command to install git-flow-branch-creator: npx skills add https://github.com/github/awesome-copilot --skill git-flow-branch-creator

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering