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.
- Ask the user for the issue number. If provided as an argument, use it directly.
- 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. - 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.