git-jira-branch

Installation
SKILL.md

git-jira-branch

Quick start

Given a ticket like TICKET-1234:

# 1. Look for an existing branch
git branch --list "TICKET-1234-*"

# 2a. Branch found — switch to it
git checkout TICKET-1234-my-feature

# 2b. No branch found — delegate to the helper script
jiraSwitchToBranch TICKET-1234

Workflow

Related skills

More from miguelez11/skills

Installs
6
First Seen
Mar 5, 2026