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:
- Check prerequisites:
- Atlassian CLI (
acli): Runacli auth statusto 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.
- If the command is not found, display the following message and STOP:
- Atlassian CLI (