gaia-run-all-reviews

Run six Gaia review workflows sequentially and update the Review Gate table.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the six Gaia review workflows (Code, Security, QA, Test Automation, Test Review, and Performance) in a single sequential pass to validate stories end-to-end.

Core Features & Use Cases

  • Deterministic, sequential execution of all six reviewer workflows in a fixed order.
  • Automatic updates to the Review Gate table after each reviewer to maintain traceability.
  • Provides a consolidated verdict summary for the story, enabling fast status decisions and rework tracking.

Quick Start

Provide a story key to execute all six reviews in fixed order and produce a final summary.

Frequently Asked Questions about gaia-run-all-reviews

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

FAQPage Schema
How do I run all six code and QA reviews in a single sequential pass?

Sequential review orchestration executes the six Gaia workflows (Code, Security, QA, Test Automation, Test Review, Performance) in a fixed order, updating the Review Gate table after each step to produce a consolidated verdict summary.

What happens if one individual review fails during the end-to-end validation pass?

The sequential orchestration continues processing even when individual reviews fail, ensuring all six workflows execute and the Review Gate table maintains full traceability for rework tracking.

How do I track the status of multiple reviewer workflows after they run?

The Review Gate table is automatically updated after each reviewer executes, providing traceability and a consolidated verdict summary for fast status decisions across the story validation lifecycle.

Do I need to trigger each security and performance review separately for a story?

No, providing a story key triggers all six Gaia review workflows in a fixed deterministic sequence, eliminating the need to manually initiate separate security, QA, or performance validations.

Can I customize the execution order of the code, security, and QA reviewer workflows?

No, the orchestration enforces a strict fixed sequence for the six reviewer workflows to ensure deterministic end-to-end validation and accurate Review Gate table updates for the story.

What is a consolidated verdict summary for story validation?

A consolidated verdict summary is the final output of sequentially running all six Gaia reviews, enabling fast status decisions and rework tracking by aggregating the results of each validation step.