branch-create

Generate Git branch names from 4-digit analysis numbers.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill branch-create-oogdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/branch-create
Command: npx skills add https://github.com/oogDZ/2 --skill branch-create-oogdz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот навык упрощает создание имен веток Git на основе номера анализа, обеспечивая единообразие и снижение ошибок.

Core Features & Use Cases

  • Генерирует имя ветки из 4-значного номера анализа (NNNN).
  • Обеспечивает привязку имени ветки к цепочке анализа для трассируемости и автоматизации рабочего процесса.
  • При начале задачи запрашивает номер анализа и применяет стандартное именование.

Quick Start

Запустите /branch-create --analysis <NNNN> для создания и перехода в правильно названную ветку.

Frequently Asked Questions about branch-create

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

FAQPage Schema
How do I automate Git branch name creation from an analysis number?

You can auto-create Git branch names from analysis numbers by running /branch-create --analysis <NNNN> at task initialization, which enforces a consistent 4-digit NNNN naming convention for traceability.

Why use a naming convention for Git branches in automated workflows?

Using a naming convention for Git branches binds the branch name directly to the analysis chain, reducing manual errors and ensuring consistent traceability across automated Git workflows.

When do I need to apply standardized branch naming in my workflow?

You need to apply standardized branch naming at task initialization for work items tracked by an analysis number, ensuring every branch integrates seamlessly with the standard SSOT workflow.

Does this branch creation tool enforce a specific number format?

Yes, this branch creation tool enforces a strict 4-digit NNNN format for the analysis number, binding the resulting Git branch name to the analysis chain for consistent tracking.

Can I integrate auto-generated branch names with my existing Git workflow?

Yes, auto-generated branch names integrate directly with your existing Git workflow by applying standard naming at task initialization, linking every branch to the analysis chain described in the SSOT.