jira:branch

Create Git branches with standardized names linked to Jira issues.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/markus41/claude --skill jira-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira:branch
Source: https://github.com/markus41/claude/tree/main/.claude/skills/jira-branch
Command: npx skills add https://github.com/markus41/claude --skill jira-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating Git branches that are directly linked to specific Jira issues, ensuring consistent naming conventions and improving traceability.

Core Features & Use Cases

  • Automated Branch Creation: Generates Git branches following a predefined naming convention that includes the Jira issue key and a short description.
  • Issue Linking: Automatically associates the new branch with the specified Jira issue.
  • Use Case: When starting work on a new feature or bug fix for Jira issue PROJ-123, you can use this skill to create a branch named feature/PROJ-123-implement-user-login.

Quick Start

Use the jira:branch skill to create a new branch for the Jira issue PROJ-123.

Frequently Asked Questions about jira:branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a git branch linked to a Jira issue?

To create a git branch linked to a Jira issue, use the jira:branch skill to automatically generate a branch name combining the issue key and a concise description, ensuring organized version control and traceability.

What naming convention does jira:branch use for feature and bugfix branches?

The jira:branch skill uses a standardized naming convention for feature, bugfix, and hotfix branches. It incorporates the Jira issue key and a short description, such as feature/PROJ-123-implement-user-login, to facilitate issue tracking.

Can I automatically associate a new git branch with a specific Jira issue key?

Yes, you can automatically associate a new git branch with a specific Jira issue key. The skill links the generated branch directly to the Jira issue, streamlining development workflows and improving project traceability.

Does jira:branch support hotfix and feature branch types for version control?

Yes, jira:branch supports hotfix, feature, and bugfix branch types for version control. It generates branches following a predefined naming convention that includes the Jira issue key and a concise description.