git-jira-integration

Generate Git branch names and validate commit messages against Jira issues.

5|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill git-jira-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-jira-integration
Source: https://github.com/Yoshikemolo/mcp-jira-devflow/tree/main/skills/git-jira-integration
Command: npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill git-jira-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the connection between your Git development workflow and Jira project management, ensuring code changes are always traceable to specific issues and follow established conventions.

Core Features & Use Cases

  • Automated Branch Naming: Generates consistent Git branch names directly from Jira issue keys and titles.
  • Commit Message Validation: Enforces adherence to Conventional Commits standards, including issue key references.
  • PR Context Generation: Creates informative Pull Request titles and bodies based on Jira issue details.
  • Use Case: When starting a new feature for Jira issue PROJ-123, the skill can suggest a branch name like feature/proj-123-implement-user-login and later help generate a PR description that links back to the issue and includes acceptance criteria.

Quick Start

Generate a branch name for Jira issue PROJ-123.

Frequently Asked Questions about git-jira-integration

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

FAQPage Schema
How do I generate Git branch names from Jira issues?

To generate Git branch names from Jira issues, use this Skill to map Jira issue keys and titles to standardized Git branch names, ensuring consistent naming conventions across your development workflow.

How do I validate commit messages against Conventional Commits with Jira?

To validate commit messages against Conventional Commits with Jira, this Skill enforces commit message standards by checking for proper formatting and verifying that Jira issue keys are included in the message.

Can I automatically generate Pull Request descriptions from Jira tickets?

Yes, you can automatically generate Pull Request context from Jira tickets. This Skill creates informative PR titles and bodies by pulling issue details and acceptance criteria directly from the linked Jira specifications.

Does this Git Jira integration support linking multiple repositories to specific projects?

Yes, this Git Jira integration supports linking repositories to Jira projects. This allows you to establish project-specific defaults for branch naming, commit validation, and PR context generation across your dev workflows.

What is the best way to enforce consistent branch naming and commit standards in DevOps?

The best way to enforce consistent branch naming and commit standards in DevOps is integrating Git version control with Jira issue tracking to validate Conventional Commits and automate branch name generation from issue keys.