branch

Installation
SKILL.md

Branch

Create a properly named git branch following the project's naming conventions.

Workflow

  1. Gather info — determine the branch type and purpose. If a Jira ticket key is provided (or can be inferred), include it. If not provided, ask the user.
  2. Determine base — default to develop if it exists, otherwise main. Use main for hotfixes. The user can override the base branch.
  3. Create branch — create and checkout the new branch
  4. Confirm — show the created branch name

Branch Naming Convention

<type>/<short-description>-<JIRA-KEY>

Types

Installs
7
GitHub Stars
3
First Seen
Mar 20, 2026
branch — novemberfiveco/skills