jira-writer

Create and manage Jira QA issues with ADF-formatted descriptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira ticketing and QA validation are often manual, error-prone, and slow; this skill automates creating, updating, and progressing Jira issues for Bluestack NAA QA, aligning with team conventions.

Core Features & Use Cases

  • Create QA bugs for Front and Back when issues are found, and add validation comments on Master, Dev_SAAS, or client environments.
  • Post automated or human validation results as Jira comments, including links to related tickets and status transitions.
  • Support automated inputs from test-reporter JSON payloads, with idempotency checks, attachments, and structured bullets.
  • Read context from Jira via jira-reader and link or branch tickets according to workflow rules (A Versionar, FEEDBACK, etc.).

Quick Start

Create a Jira ticket following the team conventions and attach the QA validation details.

Frequently Asked Questions about jira-writer

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

FAQPage Schema
How do I automate Jira ticket creation for QA validations?

Automate Jira ticket creation for QA validations by using MCP-based actions to create issues with ADF-formatted descriptions. You need to provide Jira context like cloudId, project key, and issue types to execute the workflow.

Can I link related issues and transition Jira tickets automatically?

Yes, you can automatically link related issues and transition Jira tickets. The automation reads context from Jira and applies workflow rules to link or branch tickets according to your team conventions.

How do I post automated test-reporter JSON payloads as Jira comments?

Post automated test-reporter JSON payloads as Jira comments by processing the structured input. The workflow supports automated inputs from test-reporter JSON, adding structured bullets, attachments, and validation comments to existing tickets.

What Jira context is required to automate issue management workflows?

Automating issue management workflows requires Jira context such as cloudId, project key (NAA), issue types, and assignee. This context is necessary to execute Jira API actions and apply ADF-formatted descriptions correctly.

Does the Jira automation support idempotency checks for test reports?

Yes, Jira automation supports idempotency checks for test reports. When processing automated test-reporter JSON payloads, the workflow performs idempotency checks to prevent duplicate ticket creation or redundant validation comments.

Best way to escalate QA bugs found in client environments via Jira?

The best way to escalate QA bugs found in client environments is to automate the creation of Jira issues and add validation comments. The workflow escalates when needed by linking related tickets and transitioning statuses according to team conventions.