jira-reader

Retrieve Jira ticket details and generate structured test criteria for QA pipelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill jira-reader-juantoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-reader
Source: https://github.com/JuantoC/BlueStack-Test-Automation-Framework/tree/main/.claude/skills/jira-reader
Command: npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill jira-reader-juantoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira tickets contain essential context for QA automation, but extracting consistent details and test criteria manually is error-prone and slow.

Core Features & Use Cases

  • Read ticket by key to obtain quick status, assignments, and components.
  • Search tickets by JQL and retrieve key fields for triage and planning.
  • Extract structured test criteria from master comments to feed test pipelines.
  • List available transitions to drive workflow changes.
  • Look up user profiles for assignees or commenters.
  • Synthesize concise acceptance criteria to support automation validation.

Quick Start

Ask jira-reader to read a specific Jira ticket using the read_ticket operation.

Frequently Asked Questions about jira-reader

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

FAQPage Schema
How do I extract test criteria from Jira tickets for QA automation?

Extract structured test criteria from Jira tickets by fetching specific fields and parsing master comments. The skill applies workflows to synthesize concise acceptance criteria that directly feed and validate your QA automation pipeline.

Can I search Jira tickets using JQL to retrieve key fields for triage?

Search Jira tickets using JQL queries to retrieve key fields for triage and planning. The system applies structured operations to fetch the right fields and return summaries suitable for QA context and automation workflows.

How do I retrieve Jira ticket details like status, assignments, and components?

Retrieve Jira ticket details by reading the ticket using its specific key. This operation quickly obtains the current status, assignments, and components, providing the necessary context for QA automation tasks.

What is the best way to list available workflow transitions for a Jira ticket?

List available workflow transitions for a Jira ticket by applying the designated lookup operation. This retrieves all permissible status changes, enabling you to drive workflow changes and automate ticket state transitions within the QA pipeline.

Does this approach require specific Jira fields to synthesize acceptance criteria?

Synthesizing acceptance criteria requires fetching specific ticket fields and parsing master comments. The process applies structured workflows to extract the necessary context, generating concise validation criteria for automation.