jira

Query and analyze Jira projects, boards, Epics, and issues via REST and Agile APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/garimto81/claude --skill jira-garimto81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/garimto81/claude/tree/main/.claude/skills/jira
Command: npx skills add https://github.com/garimto81/claude --skill jira-garimto81

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines Jira project management by providing quick access to project, board, Epic, and issue information, along with structured analysis, directly through API interactions.

Core Features & Use Cases

  • Jira Data Retrieval: Fetch details about projects, boards, Epics, and individual issues.
  • JQL Search: Execute custom JQL queries to find specific issues.
  • Epic Analysis: Analyze Epics within a board, including their descriptions and associated stories/sub-tasks.
  • ADF to Text Conversion: Automatically converts Jira's Atlassian Document Format (ADF) into a readable text format.
  • Use Case: Quickly get a summary of all Epics in a specific Jira board, including a count of their child tasks, to inform sprint planning.

Quick Start

Use the jira skill to get a list of all Epics for board ID 2049.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I query Jira epics and issues using the Atlassian REST API?

Jira epic analysis involves retrieving epic descriptions and associated child stories or sub-tasks for a specific board. The Skill converts Atlassian Document Format descriptions into readable text, providing a structured summary to inform sprint planning.

How do I convert Atlassian Document Format to text for Jira issue analysis?

To execute custom JQL queries against Jira, you need an Atlassian email, an API token, and an optional Jira base URL. This authentication setup allows the Skill to interact directly with the Atlassian REST API to fetch and search issues.

What's the best way to analyze Jira board epics for sprint planning?

Jira project management API integration does not require external dependencies, but it does require authentication. You must provide your Atlassian email and an API token, along with an optional Jira base URL, to fetch and analyze project data.

Can I fetch individual Jira issues and project details without extra dependencies?

When performing Jira issue tracking queries, Atlassian Document Format descriptions are converted into plain text automatically. This ensures that complex rich text formatting from Jira issues is presented as readable text for straightforward analysis.