gaia-qa-tests

Generate QA tests and machine-readable verdicts for user stories.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-qa-tests
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gaia-qa-tests
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-qa-tests
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-qa-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve-config.sh, validate-gate.sh, checkpoint.sh, and includes scripts (resource) components.

What problem does it solve?

QA teams need a reliable, repeatable way to generate and review test coverage for user stories, ensuring that acceptance criteria are thoroughly validated and traceable.

Core Features & Use Cases

  • Generate QA test cases from story acceptance criteria and artifacts.
  • Review and document test coverage, verdicts, and gaps, updating the project’s Review Gate.
  • Dispatch analysis to the Vera QA subagent and produce a machine-readable verdict.

Quick Start

Pass a story key to generate a QA report for that story.

Frequently Asked Questions about gaia-qa-tests

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

FAQPage Schema
How do I auto-generate QA tests from user stories in review status?▼

To auto-generate QA tests for user stories, pass the story key to the Skill to resolve the canonical file and dispatch acceptance criteria analysis to the Vera subagent, producing a machine-readable verdict.

What is the best way to review and document test coverage gaps for acceptance criteria?▼

The best way to review test coverage gaps is by dispatching story artifacts to the Vera QA subagent, which evaluates acceptance criteria and updates the project's Review Gate via review-gate.sh with documented verdicts.

Can I use this workflow to update the Review Gate automatically after QA verification?▼

Yes, you can automatically update the Review Gate after QA verification by running the review-gate.sh script, which records the machine-readable verdict and coverage details evaluated by the Vera subagent.

Does the Vera subagent support read-only tool usage during story review?▼

Yes, the Vera subagent supports read-only tool usage during story review by conforming to the fork context, ensuring QA analysis and test generation occur without modifying the original project artifacts.

Why does the QA test generation require resolving a canonical story file?▼

QA test generation requires resolving a canonical story file to ensure the Vera subagent analyzes the correct, authoritative version of acceptance criteria, preventing coverage gaps from outdated artifacts.