git-jira-integration

git-jira-integration is a skill for Claude Code, Codex from Yoshikemolo/mcp-jira-devflow. It costs 32 tokens per session (764 once invoked), scanned A, original, MIT.

A bridge between Git and Jira that connects code work with tracked issues. It generates branch names, checks commit messages, and prepares pull-request context from Jira details.

In plain words
What is it for?
Use it to link repositories to Jira projects, create issue-based branch names, validate Conventional Commit messages, and draft pull-request titles, descriptions, and checklists.
Why use it?
It keeps issue references and naming conventions consistent without running Git commands or changing repository code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to link repositories to Jira projects, create issue-based branch names, validate Conventional Commit messages, and draft pull-request titles, descriptions, and checklists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yoshikemolo/mcp-jira-devflow/git-jira-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Yoshikemolo/mcp-jira-devflow --skill git-jira-integration
Clone the repo
git clone --depth 1 https://github.com/Yoshikemolo/mcp-jira-devflow

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-jira-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration/github.svg)](https://agentmods.dev/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration)
Your own site
<a href="https://agentmods.dev/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration"><img src="https://agentmods.dev/badge/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-jira-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration"><img src="https://agentmods.dev/badge/skills/yoshikemolo/mcp-jira-devflow/git-jira-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00764
Opus 5 $0.00016 $0.00382
Sonnet 5 $0.00006 $0.00153
Haiku 4.5 $0.00003 $0.00076

Measured 9d ago against content hash 2466c9abe2ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

git-jira-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/git-jira-integration/SKILL.md · 128 lines

How it starts

The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Git-Jira Integration Skill

Bridges Git workflows with Jira project management. Provides consistent naming, validation, and context generation to maintain traceability between code and issues.

Allowed Operations

  • Link Git repositories to Jira projects
  • Generate branch names from Jira issues
  • Validate commit messages against conventions
  • Generate PR context from Jira specifications
  • List linked repositories

Forbidden Operations

These are NOT performed by this skill - agents have their own Git tools:

  • Execute Git commands (clone, pull, push, commit)
  • Create/merge Pull Requests directly
  • Modify repository settings
  • Access repository files or code

MCP Tools

Tool Purpose
devflow_git_link_repo Link repository to Jira project
devflow_git_get_repos List linked repositories
devflow_git_branch_name Generate branch name from issue
devflow_git_validate_commit Validate commit message format
devflow_git_pr_context Generate PR title, body, checklist

Constraints

  • Branch names follow pattern: {type}/{issueKey}-{slug}
  • Commit messages should follow Conventional Commits
  • Commit messages should include issue key reference
  • PR context requires existing Jira issues

Quick Reference

Branch Naming

Generate branch name:

devflow_git_branch_name(issueKey: "PROJ-123")

Result: feature/proj-123-add-user-authentication

Commit Validation

Validate commit message:

devflow_git_validate_commit(
  message: "feat(auth): add login page\n\nRefs: PROJ-123",
  projectKey: "PROJ",
  requireIssueKey: true
)

PR Context

Generate PR context:

devflow_git_pr_context(
  issueKeys: ["PROJ-123", "PROJ-124"],
  includeAcceptanceCriteria: true
)

For detailed conventions, see BRANCH-CONVENTIONS.md.

For commit message format, see COMMIT-MESSAGE-FORMAT.md.

For PR templates, see PR-TEMPLATES.md.

Read the full file on GitHub · 128 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 128 lines · 32 tokens per session scan A 2466c9abe2ea

Subscribe to this mod's changes

git-jira-integration is a skill published in the GitHub repository Yoshikemolo/mcp-jira-devflow (5 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 764 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.