gaia-test-automate

Analyze acceptance criteria and test suites to document coverage gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Expands automated test coverage for stories by identifying coverage gaps and orchestrating a test-automation plan to improve quality and reduce risk.

Core Features & Use Cases

  • Analyzes a story's acceptance criteria to determine where tests are missing.
  • Dispatches test-coverage expansion tasks to the Vera QA subagent and documents outcomes.
  • Generates a machine-readable verdict and writes a report to docs/test-artifacts for traceability.

Quick Start

Provide a story key to trigger test-automation planning and obtain a prioritized test-expansion plan.

Frequently Asked Questions about gaia-test-automate

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

FAQPage Schema
How do I identify gaps in automated test coverage for a story?

To identify gaps in automated test coverage, the Skill analyzes a story's acceptance criteria against the existing test suite to determine missing tests and risks, outputting a machine-readable plan and verdict.

What is test-automation planning for story acceptance criteria?

Test-automation planning for story acceptance criteria involves evaluating specific story requirements to find missing tests, dispatching test-coverage expansion tasks to a QA subagent, and generating a traceable test-automation report.

How do I generate a machine-readable test plan from acceptance criteria?

You can generate a machine-readable test plan by providing a story key to trigger test-automation planning, which analyzes acceptance criteria and outputs a prioritized test-expansion plan to update the Review Gate.

Does this test generation approach work without external dependencies?

Yes, this test generation approach works without external dependencies, using internal scripts to analyze story acceptance criteria and document automated test coverage gaps directly within your existing workflow.

What's the best way to document missing automated tests for review?

The best way to document missing automated tests is to analyze story acceptance criteria, generate a machine-readable verdict for the Review Gate, and write a report to docs/test-artifacts for full traceability.

When should I use an automated test coverage analysis tool?

You should use an automated test coverage analysis tool when you need to expand automated test coverage for stories, identify coverage gaps and risks, and orchestrate a test-automation plan to improve quality.