jira-refinement

Fetches non-ready Jira tickets and updates them through guided refinement workflows.

1|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/kazamatzuri/claude-settings --skill jira-refinement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-refinement
Source: https://github.com/kazamatzuri/claude-settings/tree/main/skills/jira-refinement
Command: npx skills add https://github.com/kazamatzuri/claude-settings --skill jira-refinement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Jira backlog refinement sessions can be tedious and error-prone; this skill orchestrates collecting non-ready tickets, guiding requirement discussions, and applying status changes to advance tickets toward readiness.

Core Features & Use Cases

  • Pulls non-ready tickets from Jira backlog for review in a conversational workflow.
  • Guides requirements discussion and captures acceptance criteria within tickets.
  • Updates fields and transitions tickets to Ready as refinement concludes.

Quick Start

Start a refinement session by asking the AI to fetch non-ready tickets from your Jira project.

Frequently Asked Questions about jira-refinement

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

FAQPage Schema
How do I automate Jira backlog refinement for non-ready tickets?

Automate Jira backlog refinement by fetching non-ready tickets via API, guiding requirement discussions, and updating fields to transition tickets to Ready. This streamlines backlog review within conversational sessions.

Can I use chat to guide requirement discovery and update Jira ticket fields?

Chat can guide requirement discovery by pulling Jira backlog tickets and capturing acceptance criteria during collaborative sessions. It updates ticket fields and applies status transitions directly via the Jira API.

What do I need to configure before connecting to the Jira API for backlog review?

Configure environment variables using python-dotenv for Jira API authentication before backlog review. This setup ensures safe, auditable ticket transitions and secure connection handling for your project.

Does Jira backlog refinement via API handle status transitions safely?

Jira backlog refinement via API handles status transitions safely by applying validation and error handling. This ensures auditable changes when advancing non-ready tickets toward readiness during refinement workflows.

What is the best way to run collaborative backlog review sessions for Jira projects?

Run collaborative backlog review sessions by fetching non-ready Jira tickets, negotiating requirements, and updating ticket status within a guided workflow. This orchestrates refinement and advances tickets to Ready.

When should I avoid using an automated API workflow for Jira backlog refinement?

Avoid automated API workflows for Jira backlog refinement when tickets require manual negotiation outside standard status transitions or when API authentication and environment configuration cannot be securely established.