setup-branch

Installation
SKILL.md

Create a new git branch and worktree from a JIRA ticket. Automatically names the branch based on the JIRA item type and sets up the worktree ready to work in.

Usage:

  • /setup-branch PROJ-123 - Create branch from JIRA ID
  • /setup-branch https://mycompany.atlassian.net/browse/PROJ-123 - Create branch from JIRA URL

Instructions:

  1. Check prerequisites:
    • Atlassian CLI (acli): Run acli auth status to check if the CLI is installed and authenticated.
      • If the command is not found, display the following message and STOP:
        ## Missing Prerequisite: Atlassian CLI
        
        The `acli` command is not installed. This skill requires the Atlassian CLI to fetch JIRA issue details.
        
Installs
80
First Seen
Apr 7, 2026
setup-branch — morphet81/cheat-sheets