branch
Installation
SKILL.md
Branch
Create a properly named git branch following the project's naming conventions.
Workflow
- 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.
- Determine base — default to
developif it exists, otherwisemain. Usemainfor hotfixes. The user can override the base branch. - Create branch — create and checkout the new branch
- Confirm — show the created branch name
Branch Naming Convention
<type>/<short-description>-<JIRA-KEY>