jira-context

Fetch Jira ticket context with parent and subtasks via acli.

Updated Mar 12, 2019
One-click install
npx skills add https://github.com/gustavofsantos/dot-files --skill jira-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-context
Source: https://github.com/gustavofsantos/dot-files/tree/main/skills/jira-context
Command: npx skills add https://github.com/gustavofsantos/dot-files --skill jira-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Jira teams often need quick access to ticket context (parent references and subtasks) to inform decisions, dependencies, and updates during discussions.

Core Features & Use Cases

  • Auto-fetches the parent ticket’s summary (if present) to provide immediate context.
  • Fetches all subtasks in parallel with full details (descriptions and comments) for quick status checks.
  • Outputs information in a clean markdown format suitable for Claude-friendly consumption and quick skimmability.

Quick Start

Run the jira-ticket-context.py script with a Jira ticket ID or URL to fetch its context and related subtasks.

Frequently Asked Questions about jira-context

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

FAQPage Schema
How do I fetch Jira ticket context including parent epics and subtasks?

Fetch Jira ticket context by running the script with a ticket ID or URL. It retrieves the parent epic or story and all subtasks in parallel, outputting a structured markdown summary with descriptions and comments.

Can I retrieve multiple Jira tickets and their subtasks in parallel?

Yes, you can retrieve multiple Jira tickets and their subtasks in parallel. The Skill fetches all related subtask details concurrently, significantly reducing wait time for gathering full ticket context.

Do I need acli to fetch Jira subtasks and parent ticket details?

Yes, acli is required. The Skill depends on acli Jira authentication to access and retrieve parent ticket summaries and subtask details, handling inaccessible or killed tickets gracefully during the process.

What happens when fetching Jira context for inaccessible or killed tickets?

When fetching Jira context for inaccessible or killed tickets, the Skill handles the errors gracefully. It continues processing other valid tickets, ensuring the workflow generates structured markdown without interruption.

What is the best way to format Jira ticket data for Claude?

The best way to format Jira ticket data for Claude is using this Skill to generate clean markdown. It structures parent references, subtask descriptions, and comments into a skimmable text format optimized for AI consumption.