jira-plan-reviewer

Cross-check Jira task plans against acceptance criteria, codebase conventions, and design references.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill jira-plan-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-plan-reviewer
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/jira-plan-reviewer
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill jira-plan-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detects gaps, inconsistencies, and risks in implementation plans early by reviewing Jira task plans against codebase conventions and design references.

Core Features & Use Cases

  • Gaps & Risks Detection: identifies missing acceptance criteria coverage, misaligned plan steps, and dependency issues.
  • Codebase Alignment: validates plan references against existing project conventions, libs/read-only constraints, and path aliases.
  • Figma Coverage Check: optionally evaluates alignment with design references when FIGMA URLs are provided.

Quick Start

Review a Jira plan by invoking the Jira Plan Reviewer on your ARGO-XXXXX task and letting it output a plan-review.md artifact for Jira worker consumption.

Frequently Asked Questions about jira-plan-reviewer

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

FAQPage Schema
How do I automate Jira plan reviews against codebase conventions?

To automate Jira plan reviews, cross-check acceptance criteria, codebase conventions, and design references to identify gaps, misaligned steps, and dependency risks. This process surfaces inconsistencies early and outputs a structured report.

How do I detect missing acceptance criteria coverage in Jira tasks?

Detect missing acceptance criteria coverage by applying an automated review to Jira tasks with PLAN_PATH, MODULES, and FIGMA_URLS inputs. This validates plan references against existing project conventions to surface unaddressed requirements.

Can I check if my implementation plan aligns with Figma design references?

Yes, you can check alignment with Figma design references by providing FIGMA_URLS as input during the plan review. The system evaluates alignment with design references to ensure implementation plans match the intended UI.

What inputs are required to review a Jira implementation plan?

Reviewing a Jira implementation plan requires PLAN_PATH, MODULES, and FIGMA_URLS inputs. These inputs allow the system to cross-check acceptance criteria against codebase conventions and design references to produce a structured plan-review artifact.

How do I export Jira plan quality review results for worker consumption?

Export Jira plan quality review results by generating a structured plan-review.md artifact. This reproducible report provides guidance for Jira worker integration, ensuring downstream tasks address identified gaps and misalignments.