task-quality-review

Analyze Gate 1 task lists for gaps and generate accept/reject suggestions.

282|20|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/TheSoftwareHouse/copilot-collections --skill task-quality-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-quality-review
Source: https://github.com/TheSoftwareHouse/copilot-collections/tree/main/.github/skills/task-quality-review
Command: npx skills add https://github.com/TheSoftwareHouse/copilot-collections --skill task-quality-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill systematically analyzes a Gate 1-approved task list (epics and user stories) to surface quality gaps, missing edge cases, and improvement opportunities, producing structured suggestions and an auditable quality-review trail.

Core Features & Use Cases

  • Runs a series of domain-agnostic analysis passes (entity lifecycle completeness, cross-feature state validation, error state coverage, precondition guards, notifications) against the extracted tasks.
  • Optionally enriches findings with Jira board context, and produces a structured set of accept/reject decisions ready for review.
  • Applies accepted changes to the source task list and generates a formal "quality-review" artifact that documents decisions and changes.

Quick Start

Run the task-quality-review workflow on extracted-tasks.md to generate a quality-review.md and an updated task list.

Frequently Asked Questions about task-quality-review

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

FAQPage Schema
How do I review Jira epics and stories for missing edge cases before formatting?

Task quality review runs domain-agnostic analysis passes on Jira epics and stories to identify missing edge cases, validate cross-feature states, and surface precondition gaps in your task list.

What is the best way to check task list quality before importing stories into Jira?

The best way to check task list quality is running automated analysis passes that validate entity lifecycle completeness, error state coverage, and notification requirements against your extracted stories.

How do I generate an auditable quality review report for a Gate 1 task list?

Generate an auditable quality review report by analyzing the Gate 1 task list, producing structured accept or reject suggestions, applying accepted changes, and outputting a formal quality-review artifact.

Can I enrich task analysis findings with existing Jira board context?

Yes, task analysis findings can be optionally enriched with Jira board context to provide more accurate accept and reject suggestions for your epics and user stories.

Does task quality review work without Jira integration?

Yes, task quality review works without Jira by running domain-agnostic analysis passes on the standalone extracted-tasks.md file and applying accepted changes to produce an updated task list.

What task formats are supported for quality review analysis?

Task quality review supports markdown task lists by analyzing the extracted-tasks.md file, applying accepted modifications, and generating a structured quality-review.md artifact documenting all decisions.