branch-create

Installation
SKILL.md

Feature Branch Creation

Create a feature branch linked to an issue with a consistent naming convention. Works in any Git repository.

Workflow

Step 1: Collect Input

Gather the issue number for the branch name.

  1. Ask the user for the issue number. If provided as an argument, use it directly.
  2. If the issue number is provided, verify it exists with gh issue view <number>. If the issue does not exist, inform the user and stop.
  3. Derive a short description from the issue title automatically. Only ask the user for a description if the issue has no title.

Step 2: Generate Branch Name

Generate the branch name following the project's naming convention.

  1. Default convention: feature/<issue-number>-<description>
Related skills

More from caldiaworks/caldiaworks-marketplace

Installs
20
First Seen
Feb 23, 2026