branch-management

Parse requirement IDs to create or reuse feature branches and directories.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill branch-management-zte-aicloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-management
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/branch-management
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill branch-management-zte-aicloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

统一基于需求编号的分支与特性目录管理,确保分支命名规范、可追溯且便于复用。

Core Features & Use Cases

  • 自动解析并验证需求编号,确保强制性要求被满足,生成或复用分支与特性目录。
  • 支持基于需求编号的分支匹配检查,减少重复劳动并提升协作效率。
  • 在需要时自动创建新的特性分支与对应的特性目录,保持仓库结构的一致性。

Quick Start

Parse a requirement ID, verify the current branch, and create or reuse the feature branch and directory.

Frequently Asked Questions about branch-management

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

FAQPage Schema
How do I standardize git branch naming based on requirement IDs?

Automating git branch naming based on requirement IDs involves parsing the ID, verifying existing branches to prevent duplicates, and automatically creating or reusing the corresponding feature branch and directory.

What is the best way to automate feature-directory creation for repository branches?

Automating feature-directory creation for repository branches involves parsing a requirement ID, matching it against existing branches, and generating a standardized directory structure to maintain repository consistency.

How does automated branch matching reduce duplicate work in feature-branch workflows?

Automated branch matching reduces duplicate work in feature-branch workflows by parsing a requirement ID and checking for existing branches, allowing developers to instantly reuse active branches instead of manually searching the repository history.

Can I use repository-automation to create feature branches without manual short-name generation?

Yes, you can use repository-automation to create feature branches without manual short-name generation, as the workflow supports optional short-name generation automatically derived from the parsed requirement ID during branch creation.

Do I need a specific DevOps platform to standardize branches by requirement IDs?

You do not need a specific DevOps platform to standardize branches by requirement IDs, as the automation applies to software projects requiring consistent branching workflows and operates directly within your repository structure.

Why does my feature-branch workflow require a validated requirement ID before creating directories?

Your feature-branch workflow requires a validated requirement ID before creating directories to enforce mandatory branching standards, ensuring all generated feature branches and their corresponding changes directories are traceable and consistent.