git-branch-create

Generate kebab-case Git branch names from task context and optionally create or switch branches.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/takuto277/levelup-study --skill git-branch-create-takuto277
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-branch-create
Source: https://github.com/takuto277/levelup-study/tree/main/.cursor/skills/git-branch-create
Command: npx skills add https://github.com/takuto277/levelup-study --skill git-branch-create-takuto277

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline Git workflows by generating and applying consistent branch names based on task context.

Core Features & Use Cases

  • Context-aware branch naming: derives a descriptive name from the current task or conversation.
  • Support for common scopes and types (feature, fix, chore) with kebab-case formatting.
  • Optional branch creation or switching to the generated branch to speed up work.

Quick Start

Provide the task context and I will generate a branch name and switch to it.

Frequently Asked Questions about git-branch-create

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

FAQPage Schema
How do I generate consistent git branch names from task context?

To generate consistent git branch names, provide your task context to derive a descriptive scope, apply kebab-case formatting, and optionally create or switch to the new branch automatically.

What is the best way to automate feature branch naming in a monorepo?

Automating feature branch naming in a monorepo involves deriving a suitable scope from task context and applying kebab-case formatting to ensure traceability and collaboration across multi-repo projects.

How does context-aware git branch naming work for fix and chore branches?

Context-aware git branch naming works by analyzing current task context to determine the branch type, deriving a scope, and formatting the name in kebab-case for feature, fix, and chore branches.

Can I automatically create and switch to a new git branch based on my task?

Yes, you can automatically create and switch to a new git branch based on your task, as the branch generation process optionally applies the derived kebab-case name directly to your repository.

Does consistent branch naming support multi-repo project workflows?

Consistent branch naming fully supports multi-repo project workflows by deriving suitable scopes from task context, ensuring branch traceability and collaboration across repositories with kebab-case formatting.

When do I need to use kebab-case formatting for git branches?

You need to use kebab-case formatting for git branches when generating consistent names from task context, ensuring standardized traceability for feature, fix, and chore branches in your workflow.