jira

Search and retrieve Jira tickets via jira-cli using JQL or free text; inspect details and comments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of finding and inspecting Jira issues, saving users time and effort when dealing with project tracking and bug management.

Core Features & Use Cases

  • Search Jira Issues: Find tickets using JQL or free-text search.
  • View Issue Details: Retrieve detailed information about a specific Jira ticket, including comments.
  • Use Case: Quickly find all open bugs related to a specific feature by searching with a JQL query.

Quick Start

Search for Jira issues containing the text "workflow runner failure".

Frequently Asked Questions about jira

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

FAQPage Schema
How do I search Jira issues using JQL queries?

You can retrieve specific Jira issue details along with their comments. This functionality allows development teams to inspect ticket progress and track bug management discussions without leaving their current workflow environment.

Can I find open bugs related to a specific feature in Jira?

Yes, you can find open bugs by searching with a JQL query. This targets specific project tracking data to retrieve relevant issues, streamlining the bug management process for software development teams.

Does this approach require the jira-cli tool to view ticket details?

Yes, searching and retrieving Jira issues requires the jira-cli tool. It facilitates querying via JQL or free text and viewing specific issue details, which is essential for efficient project tracking and bug management.

What is the best way to retrieve Jira ticket comments for bug tracking?

The best way to retrieve ticket comments is by viewing specific issue details using the jira-cli tool. This streamlines bug tracking and project management by consolidating issue inspection and discussion retrieval into a single process.

Are there limitations when using free text search for Jira issue tracking?

Free text search effectively finds tickets containing specific words, but JQL queries offer more precise filtering for complex bug tracking. Use free text for broad issue discovery and JQL for targeted project management queries.