pm-sync-jira

pm-sync-jira is a skill for Claude Code from Hank95/mdpm. It costs 13 tokens per session (1,214 once invoked), scanned A, original, MIT.

A command for synchronising local MDPM task state with Jira, a service used to track issues and project work. It can push local changes, pull assigned Jira issues, or do both.

In plain words
What is it for?
Use it to send tasks to Jira, bring assigned issues into MDPM, or prepare a Jira-ready update when automatic synchronisation is unavailable.
Why use it?
It keeps work tracking aligned across the repository and Jira when a Jira connection is available. If no connection exists, it produces a summary that can be copied into Jira manually.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the mdpm plugin — 17 skills shipped together

Good fit Use it to send tasks to Jira, bring assigned issues into MDPM…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hank95/mdpm/pm-sync-jira
View source ↗ Hank95/mdpm
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 Hank95/mdpm --skill pm-sync-jira
Clone the repo
git clone --depth 1 https://github.com/Hank95/mdpm

Made for: Claude Code.

Or install mdpm, the plugin that ships this one along with the rest of its 17 skills.

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 pm-sync-jira

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-sync-jira.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-sync-jira)
Your own site
<a href="https://agentmods.dev/skills/hank95/mdpm/pm-sync-jira"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-sync-jira.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,214 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.00013 $0.01214
Opus 5 $0.00006 $0.00607
Sonnet 5 $0.00003 $0.00243
Haiku 4.5 $0.00001 $0.00121

Measured 6d ago against content hash 76e09511a0f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

pm-sync-jira 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 6d 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/pm-sync-jira/SKILL.md · 115 lines

How it starts

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

/pm-sync-jira

Bridge MDPM tasks with Jira. Works only if a Jira MCP server is connected.

Argument $1: push (default), pull, or both.

  • push — send local state out to Jira
  • pull — bring in newly assigned Jira issues as inbox items
  • both — pull first, then push

Steps

0. Detect the Jira MCP

Look for tools prefixed with something like mcp__jira__*, mcp__atlassian__*, mcp__*jira*__*, or any tool whose name clearly matches Jira (create_issue, update_issue, transition_issue, get_issue, search_issues, add_comment).

If no Jira MCP is available:

  • Do NOT fail. Instead, generate a copy/pasteable summary suitable for pasting into a Jira comment or ticket body:

    Jira MCP not detected. Here's a summary you can paste into Jira:
    
    **Active:**
    - [PRJ-123] Title — <latest work log>
      Acceptance criteria progress: 3/5
    
    **Completed today:**
    - [PRJ-120] Title — <what shipped>
    
    **Blockers:**
    - [PRJ-125] — needs <thing>, waiting on <person>
    
  • Tell the user: "To enable automatic sync, install an Atlassian/Jira MCP server (e.g. @modelcontextprotocol/server-atlassian or the official Atlassian MCP), register it in your .mcp.json, and rerun this command."

  • Exit.

1. Load Jira config

Check .mdpm/config.json for:

  • jira.default_project — project key for new issues (e.g. ENG)
  • jira.issue_type — default issue type (Task, Story, Bug)
  • jira.status_map — map of MDPM status → Jira workflow transition name
    • Example default: {"backlog": "To Do", "active": "In Progress", "blocked": "Blocked", "done": "Done"}
  • jira.priority_map — map of MDPM priority → Jira priority (default: {"high": "High", "medium": "Medium", "low": "Low"})
  • jira.field_map — overrides

If config is missing, ask the user for the minimum needed (default_project) and offer to save it.

2. Push (default)

For each task in tasks/active/ and recently updated tasks/done/:

  • If jira_id is null: Create a new Jira issue via the available MCP tool. Field mapping:

Read the full file on GitHub · 115 lines

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. 6d ago First seen · 115 lines · 13 tokens per session scan A 76e09511a0f4

Subscribe to this mod's changes

pm-sync-jira is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 13 tokens to every session and 1,214 once invoked, about $0.0001 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.