jira-review

Parse Jira issues and score complexity across five dimensions.

2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/michaelalber/ai-toolkit --skill jira-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-review
Source: https://github.com/michaelalber/ai-toolkit/tree/main/skills/jira-review
Command: npx skills add https://github.com/michaelalber/ai-toolkit --skill jira-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill prevents wasted development effort by automatically reviewing Jira issues for clarity, completeness, and complexity before implementation begins, catching ambiguity early.

Core Features & Use Cases

  • Automated Review: Analyzes Jira issue descriptions for acceptance criteria, definition of done, and potential complexities.
  • Complexity Scoring: Assigns a score based on scope, clarity, technical uncertainty, dependencies, and estimation confidence.
  • Actionable Recommendations: Suggests whether an issue is "READY TO IMPLEMENT", "NEEDS CLARIFICATION", or "NEEDS PLANNING MODE".
  • Use Case: When a developer picks up a new Jira ticket, this skill runs automatically, flags unclear requirements, and generates specific questions for the product owner, ensuring everyone is aligned before coding starts.

Quick Start

Use the jira-review skill to analyze the current Jira issue for implementation readiness.

Frequently Asked Questions about jira-review

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

FAQPage Schema
How do I check if a Jira issue is ready for implementation?

To check Jira implementation readiness, you can automate the review of issue descriptions to parse acceptance criteria, identify missing information, and flag ambiguities before coding begins. This prevents wasted effort by ensuring alignment early.

What is complexity scoring for Jira requirements?

Complexity scoring for Jira requirements is an automated assessment across five dimensions: scope, clarity, technical uncertainty, dependencies, and estimation confidence. This scoring identifies technical risks and evaluates whether an issue needs further clarification.

How do I generate clarifying questions for a Jira ticket?

You can generate targeted clarifying questions for a Jira ticket by automatically parsing the issue description to identify ambiguities and missing information. This creates actionable questions for the product owner to ensure alignment before development starts.

Can I automate the extraction of acceptance criteria and definition of done from Jira issues?

Yes, you can automate the extraction of acceptance criteria and definition of done directly from Jira issue descriptions. The review process parses the text to evaluate completeness and assigns a readiness recommendation.

Does the Jira review process support automated quality gates for development tickets?

Yes, the Jira review process acts as an automated quality gate by assessing implementation readiness. It evaluates complexity and clarity to recommend whether an issue is ready to implement, needs clarification, or requires planning mode.

What are the limitations of automated Jira issue review?

Automated Jira issue review relies on parsing text from issue descriptions, meaning it cannot assess unwritten technical contexts or unspoken team knowledge. It identifies ambiguities and missing information but cannot replace direct product owner communication for complex edge cases.