jira-checklist

Generates QA validation checklists from Jira issues and code diffs, then updates Jira via REST API.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/cano721/ai-harness --skill jira-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-checklist
Source: https://github.com/cano721/ai-harness/tree/main/teams/planning/bundle-claude/skills/jira-checklist
Command: npx skills add https://github.com/cano721/ai-harness --skill jira-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira issues and code changes often require manual QA checklists; this Skill automates generating these validation items to streamline QA and compliance.

Core Features & Use Cases

  • Generate QA validation checklists from Jira issue details (summary, description, status) and code diffs.
  • Optionally enrich with design references (Figma) and planning notes to ensure coverage.
  • Update Jira Checklist Text field (customfield_10384) with the formatted checklist for easy import into Jira.

Quick Start

Create a Jira issue key and trigger the skill to generate and register the checklist.

Frequently Asked Questions about jira-checklist

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

FAQPage Schema
How do I generate a QA validation checklist from Jira issues and code diffs?

To generate a QA validation checklist from Jira issues, this skill analyzes Jira issue details and related code-diff reviews to derive test items and implementation details. It formats the output for Jira's Checklist Text field and updates the issue via REST API.

Can I automatically update the Jira Checklist Text field using a REST API?

Yes, you can automatically update the Jira Checklist Text field via REST API. This skill formats the generated QA checklist for the customfield_10384 field and pushes the update directly to your Jira issue.

How do I create test items from code review changes for Jira?

Creating test items from code review changes involves analyzing code diffs alongside Jira issue summaries. This skill derives structured validation items from the code changes and formats them for direct import into Jira.

Does generating Jira checklists require design references like Figma?

Generating Jira checklists does not strictly require Figma design references, but you can optionally enrich the checklist with them. Including design references and planning notes ensures broader test coverage for your QA validation.

What is the best way to automate compliance checklists for Jira code reviews?

The best way to automate compliance checklists for Jira code reviews is to trigger this skill with a Jira issue key. It automatically derives validation items from issue analysis and code-diff review, then registers the checklist on the issue.

Why are my manual QA checklists missing coverage from code changes?

Manual QA checklists often miss coverage because they lack automated code-diff analysis. This skill solves the problem by deriving test items directly from Jira issues and related code changes to ensure comprehensive validation.