·jira

Extract, create, and modify JIRA stories from Mozilla JIRA (mozilla-hub.atlassian.net). Use when the user asks to create JIRA stories, update JIRA issues, search for stories, list epics, add comments, or work with sprints. Supports Markdown formatting in descriptions and comments.

12Installs·0Trend·@jwmossmoz

Installation

$npx skills add https://github.com/jwmossmoz/agent-skills --skill jira

How to Install jira

Quickly install jira AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill jira
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jwmossmoz/agent-skills.

SKILL.md

View raw

Optional: JIRAOUTPUTDIR, JIRADEFAULTPROJECT. Precedence: CLI args > env vars > config.toml > defaults.

| Query current sprint | --current-sprint --summary | | Query your issues | --my-issues | | Query specific issue | --jql "key = RELOPS-123" | | Create issue | --create --create-summary "Title" | | Modify issue | --modify RELOPS-123 --set-status "In Progress" | | Append description | --modify RELOPS-123 --append-description "New notes" |

| Edit comment | --modify RELOPS-123 --edit-comment 1242534 --comment-body "Updated content" | | Link issues | --modify RELOPS-123 --link-issue RELOPS-456 | | Output to stdout | --stdout --quiet |

Extract, create, and modify JIRA stories from Mozilla JIRA (mozilla-hub.atlassian.net). Use when the user asks to create JIRA stories, update JIRA issues, search for stories, list epics, add comments, or work with sprints. Supports Markdown formatting in descriptions and comments. Source: jwmossmoz/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jwmossmoz/agent-skills --skill jira
Category
@Collaboration
Verified
First Seen
2026-02-21
Updated
2026-03-11

Browse more skills from jwmossmoz/agent-skills

Quick answers

What is jira?

Extract, create, and modify JIRA stories from Mozilla JIRA (mozilla-hub.atlassian.net). Use when the user asks to create JIRA stories, update JIRA issues, search for stories, list epics, add comments, or work with sprints. Supports Markdown formatting in descriptions and comments. Source: jwmossmoz/agent-skills.

How do I install jira?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jwmossmoz/agent-skills --skill jira Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jwmossmoz/agent-skills