jira

Manage Jira issues, boards, sprints, and projects from the command line.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill jira-jdrhyne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/jdrhyne/agent-skills/tree/main/skills/jira
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill jira-jdrhyne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to manage Jira issues, boards, sprints, and projects directly from the command line, reducing context switching and speeding up common workflows.

Core Features & Use Cases

  • Issue management: List, view, create, edit, assign, and transition Jira issues from scripts or shell commands.
  • Sprint and board operations: List and navigate sprints, boards, and epics to track progress across projects.
  • Querying and reporting: Use JQL and simple filters to retrieve issues and generate concise summaries for stakeholders.

Quick Start

Install jira-cli (brew) or set up your preferred installation, export your Jira API token, and begin automating common Jira tasks from the command line. For example, list all issues in a project or move an issue to a new status.

Frequently Asked Questions about jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Jira issues from the command line?

You can manage Jira issues from the command line by using this skill to list, create, edit, assign, and transition issues directly through scripts or shell commands. It requires the jira-cli tool and a Jira API token.

Can I query Jira sprints and boards using a CLI tool?

Yes, you can query Jira sprints and boards using a CLI tool. This skill supports commands to list and navigate sprints, boards, and epics, allowing you to track progress across projects without leaving the terminal.

What do I need to set up before automating Jira tasks in scripts?

Before automating Jira tasks in scripts, you need to install the jira-cli tool, such as via brew install jira-cli, and export your Jira API token. This setup allows scriptable operations for issues and projects.

Does this approach support querying Jira issues with JQL?

Yes, this approach supports querying Jira issues with JQL. You can use JQL and simple filters to retrieve issues and generate concise summaries for stakeholders, providing multiple output formats for the results.

Why use a command-line interface for Jira project management?

Using a command-line interface for Jira project management reduces context switching and speeds up common workflows. It enables software teams and project managers to script repetitive operations like listing and transitioning issues efficiently.