jira-ticket

Parse Jira tickets to extract requirements and generate developer summaries.

1|1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/CoorpAcademy/claude-workshop --skill jira-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-ticket
Source: https://github.com/CoorpAcademy/claude-workshop/tree/main/.claude/skills/jira-ticket
Command: npx skills add https://github.com/CoorpAcademy/claude-workshop --skill jira-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reads Jira tickets, extracts the problem statement and requirements, and presents a developer-friendly summary. It can optionally search the codebase for related files and, if requested, update ticket status with valid transitions to keep work aligned with the workflow.

Core Features & Use Cases

  • Read ticket details: summary, description, acceptance criteria, status, and assignee
  • Extract requirements and technical specifications
  • Generate developer-friendly ticket summary
  • Optional codebase search for related files
  • Optional status transitions with validation

Quick Start

To begin, run a simple query: /skill jira-ticket PROJ-456 Example: /skill jira-ticket PROJ-456 --search-codebase --status "In Progress"

Frequently Asked Questions about jira-ticket

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

FAQPage Schema
How do I extract requirements from Jira tickets automatically?

Extract requirements from Jira tickets by parsing the ticket fields—summary, description, acceptance criteria, and comments—to identify problem statements and technical specifications. This Skill reads those fields directly via the Jira API and generates a developer-friendly summary highlighting what needs to be built.

Can I search my codebase for files related to a Jira ticket?

Yes, this Skill can optionally search your codebase for files connected to a Jira ticket. After extracting requirements, it identifies relevant code files and dependencies, helping developers understand the scope and locate existing implementations or related modules.

How do I update Jira ticket status automatically during development?

Update ticket status by specifying a valid transition—such as 'In Progress' or 'Done'—within the Skill. It validates the transition against your Jira workflow rules before applying it, keeping ticket status synchronized with actual development progress.

What information does this Skill extract from a Jira ticket?

This Skill extracts ticket summary, description, acceptance criteria, current status, assignee, priority, labels, and comments. It parses these fields to identify problem statements, technical requirements, and dependencies, then synthesizes them into an actionable developer brief.

Do I need a Jira API token to use this Skill?

Yes, you must provide a Jira API token and your Jira site URL for authentication. The Skill uses the Atlassian MCP integration to connect securely to your Jira instance and retrieve or update ticket data with proper credentials.

What format must Jira ticket IDs follow?

Jira ticket IDs must follow the PROJ-123 format, where PROJ is your project key and 123 is the ticket number. This format ensures the Skill correctly identifies and retrieves the right ticket from your Jira instance.