A plugin to automate tasks with Jira
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install jira@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/jira.json
Step 2: Install the plugin
/plugin install jira@jira
A collection of Claude Code plugins to automate and assist with various development tasks.
Add the marketplace:
/plugin marketplace add openshift-eng/ai-helpers
Install a plugin:
/plugin install jira@ai-helpers
Use the commands:
/jira:solve OCPBUGS-12345 origin
Cursor is able to find the various commands defined in this repo by
making it available inside your ~/.cursor/commands
directory.
$ mkdir -p ~/.cursor/commands
$ git clone git@github.com:openshift-eng/ai-helpers.git
$ ln -s ai-helpers ~/.cursor/commands/ai-helpers
Comprehensive Jira automation including:
/jira:solve
) - Analyze JIRA issues and create pull requests to solve them/jira:status-rollup
) - Generate status summaries by analyzing all child issues/jira:grooming
) - Analyze new bugs and cards for grooming meetings/jira:generate-test-plan
) - Generate comprehensive test steps for JIRA issues by analyzing related PRsSee plugins/jira/README.md for full documentation.
General-purpose utilities for development workflows:
/utils:generate-test-plan
See plugins/utils/commands/generate-test-plan.md for full documentation.
Want to contribute or create your own plugins? Check out the plugins/
directory for examples.
Make sure your commands and agents follow the conventions for the Sections structure presented in the hello-world reference implementation plugin (see hello-world:echo
for an example).
When contributing new commands:
commands/
directoryplugins/utils/commands/
)
If you're contributing several related commands that warrant their own plugin:
plugins/
with your plugin nameplugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json
└── commands/
└── your-command.md
.claude-plugin/marketplace.json
See LICENSE for details.
0.0.1