What problem does it solve?
It helps teams avoid inconsistent or invalid Git branch names by enforcing a clear convention that includes branch type, issue reference, and a short, descriptive title.
Core Features & Use Cases
- Standardized branch naming: Produces branch names in the expected lowercase kebab-case format with required type prefixes and issue/ticket identifiers.
- Team-aware prefixes: Supports both internal (JIRA-style RI-XXX) and open source (GitHub issue number) branch reference patterns, plus special-case prefixes like release or custom prefixes.
- Correct category selection: Guides branch type choice (feature, bugfix, fe/, be/, docs, test, e2e, release, ric) based on where the change applies and what work is being done.
Quick Start
Use the skill to generate a branch name for a frontend-only bug fix in redisinsight/ui related to RI-345, titled fix-login-timeout.