Agent Plugins Marketplace
All plugins

jira

v0.9.5

A plugin to automate tasks with Jira

Claude Code13 Skills1 MCP serverStreamable HTTP

By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jira@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openshift-eng/ai-helpers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jira/.

Plugin files

plugins/jira/
├── .claude-plugin/plugin.json
├── skills/catch-me-up/SKILL.md
├── skills/categorize-activity-types/SKILL.md
├── skills/create/SKILL.md
├── skills/create-release-note/SKILL.md
├── skills/extract-prs/SKILL.md
├── skills/generate-enhancement/SKILL.md
├── skills/jira-conventions/SKILL.md
├── skills/jira-doc-generator/SKILL.md
├── skills/jira-issues-by-component/SKILL.md
├── skills/jira-validate-blockers/SKILL.md
├── skills/ready-to-solve/SKILL.md
├── skills/status-analysis/SKILL.md
├── skills/validate-bug/SKILL.md
└── .mcp.json

Included Skills13

catch-me-upskills/catch-me-up/SKILL.md

Gather and classify recent Jira activity to surface what needs attention

categorize-activity-typesskills/categorize-activity-types/SKILL.md

Categorize Jira issues into Red Hat Sankey Activity Type categories using MCP Jira tools. Supports single-issue and batch modes. Use when the user wants to categorize or set activity types on Jira issues, or mentions activity types, work types, Sankey, or capacity allocation.

createskills/create/SKILL.md

Create Jira issues — story, bug, epic, feature, initiative, task, risk, spike, or feature-request — with CNTRLPLANE, OCPBUGS, GCP, HyperShift, ARO, ROSA conventions and type-specific templates

create-release-noteskills/create-release-note/SKILL.md

Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs

extract-prsskills/extract-prs/SKILL.md

Recursively extract GitHub Pull Request links from Jira issues

generate-enhancementskills/generate-enhancement/SKILL.md

Generate OpenShift enhancement proposal markdown from Jira epic or feature content

jira-conventionsskills/jira-conventions/SKILL.md

Project and team-specific Jira conventions for CNTRLPLANE, OCPBUGS, GCP, HyperShift, and hosted control plane issues

jira-doc-generatorskills/jira-doc-generator/SKILL.md

Detailed implementation guide for recursively analyzing Jira features and generating comprehensive documentation

jira-issues-by-componentskills/jira-issues-by-component/SKILL.md

Provides secure curl wrapper for the jira:issues-by-component command to prevent token exposure

jira-validate-blockersskills/jira-validate-blockers/SKILL.md

Detailed implementation guide for validating proposed release blockers

ready-to-solveskills/ready-to-solve/SKILL.md

Check whether a Jira issue is well-groomed and ready for /jira:solve

status-analysisskills/status-analysis/SKILL.md

Shared engine for analyzing Jira issue activity and generating status summaries

validate-bugskills/validate-bug/SKILL.md

Diagnose and fix jira/invalid-bug on PRs by running the same 7 checks as the jira-lifecycle-plugin

MCP servers1

atlassianStreamable HTTP
url
https://mcp.atlassian.com/v1/mcp?capabilities=READ_JIRA,WRITE_JIRA,SEARCH_JIRA,READ_CONFLUENCE,WRITE_CONFLUENCE,SEARCH_CONFLUENCE,SEARCH_ATLASSIAN

Plugin manifests1

plugins/jira/.claude-plugin/plugin.json
{
  "name": "jira",
  "description": "A plugin to automate tasks with Jira",
  "version": "0.9.5",
  "author": {
    "name": "github.com/openshift-eng"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[jira on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jira)