jira-improve

Scores Jira issues against a quality rubric and rewrites poorly written tickets.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill jira-improve-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-improve
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/jira-improve/skills/jira-improve
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill jira-improve-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Backlogs often contain vague, incomplete Jira issues that slow down development and cause misunderstandings. This Skill finds the worst-written issues in a project or Epic, scores them against a quality rubric, and rewrites them with proper structure and context. ## Core Features & Use Cases - Quality Scoring: Scans entire projects, single issues, or Epics with children, scoring each issue on completeness, clarity, structure, context, and testability. - Guided Improvement: Gathers context via codebase search or targeted user interviews, then generates improved summaries, descriptions, and custom fields with diff-style previews before applying changes. - Batch Analysis: Uses parallel sub-agents to quick-score large result sets and surface the worst-scoring issues for detailed analysis. - Use Case: Run it on a project key like CHAT to scan hundreds of backlog issues, identify the 10 worst-written tickets, and rewrite them with acceptance criteria and reproduction steps. ## Quick Start Ask the assistant to analyze and improve the worst-written Jira issues in your project by providing a project key such as PROJ.

Frequently Asked Questions about jira-improve

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

FAQPage Schema
How do I find poorly written Jira issues in my project?

Provide a project key and the Skill runs a JQL search, quick-scores all matching issues against a quality rubric using parallel sub-agents, and surfaces the worst-scoring ones for detailed analysis. You can filter by issue type, status, and creation date.

How do I improve a Jira ticket with AI assistance?

Provide an issue key and the Skill scores it against the rubric, gathers context through a codebase search or targeted interview questions, then proposes improved summary, description, and custom fields. Changes are previewed as a diff and applied only after your approval.

Can I analyze an Epic and all its child issues at once?

Yes. When you provide an Epic key, the Skill fetches all children via JQL and lets you choose to analyze the Epic alone, the children alone, or both. Large Epics with over 20 children are quick-scanned first before detailed analysis.

Does this work without the Atlassian MCP server configured?

Yes, if the Atlassian CLI (acli) is installed it is used as the preferred integration. If neither acli nor the Atlassian MCP server is available, the Skill stops and instructs you to install acli or configure the MCP server.

What happens when a Jira project has hundreds of issues?

The Skill warns you when more than 100 issues match and offers to proceed with a full scan, refine filters, or limit the scan. Full scans fetch issues in paginated batches and quick-score them in parallel batches of 20.