jira

Query and manage JIRA issues via the jira CLI with approval-driven changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/d3fvxl/.dotfiles --skill jira-d3fvxl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/d3fvxl/.dotfiles/tree/main/config/opencode-efg/skills/jira
Command: npx skills add https://github.com/d3fvxl/.dotfiles --skill jira-d3fvxl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira is a critical tool for issue tracking, project planning, and team coordination, but working through its web interface can be slow and error-prone in busy environments.

Core Features & Use Cases

  • Read-only operations: list, view, search, and filter issues across projects, boards, and sprints.
  • Approval-driven changes: modifications and transitions require explicit user consent, reducing accidental updates.
  • Flexible queries: supports basic commands and Jira Query Language (JQL) with multiple output formats for automation or review.

Quick Start

List issues with jira issue list PROJ-KEY to see results and then view an issue with jira issue view PROJ-123 to verify details.

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 query and manage Jira issues via the CLI, covering read-only operations like listing, viewing, and searching across projects, boards, and sprints. It also supports governed state-changing actions that require explicit user approval.

Can I use JQL to search Jira issues in the terminal?

Yes, you can use Jira Query Language (JQL) for flexible queries alongside basic commands. The Skill supports multiple search modes and output formats, allowing you to filter and inspect issues directly from your terminal for automation or review.

Do I need the jira CLI installed to manage sprints and projects?

Yes, this Skill requires the jira CLI to be installed and configured with authentication beforehand. It operates by executing commands through the local CLI to interact with standard Jira constructs like projects, boards, and sprints.

How do Jira issue transitions work safely via the CLI?

Issue transitions and modifications follow a safety checklist and require explicit user consent through guided approval prompts. This approval-driven approach reduces accidental updates when changing issue states from the command line.

What is the best way to list and view Jira issues without the web interface?

Use commands like 'jira issue list PROJ-KEY' to list issues and 'jira issue view PROJ-123' to verify details. This provides a fast, read-only alternative to the web interface for inspecting issues across projects and sprints.