legion:review-loop

Coordinate review and triage of Legion build artifacts across multiple agents.

72|8|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion --skill legion-review-loop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: legion:review-loop
Source: https://github.com/9thLevelSoftware/legion/tree/main/skills/review-loop
Command: npx skills add https://github.com/9thLevelSoftware/legion --skill legion-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a structured dev-QA cycle for Legion, coordinating review and fix iterations to ensure quality of artifacts produced during /legion:build.

Core Features & Use Cases

  • Spawns and coordinates reviewer agents to evaluate outputs from builds.
  • Triages findings by severity, assigns fixes to domain owners, and manages re-review cycles.
  • Tracks progress across cycles and generates a PASS/NEEDS WORK verdict with delta reporting.

Quick Start

Invoke /legion:review in your project to start the end-to-end review cycle.

Frequently Asked Questions about legion:review-loop

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

FAQPage Schema
How do I automate iterative QA review cycles for build artifacts?▼

Automated iterative QA review cycles coordinate reviewer agents to evaluate build artifacts, triage findings by severity, and manage fix and re-review loops until reaching a PASS verdict.

What is an automated dev-QA review loop and how does it work?▼

An automated dev-QA review loop spawns reviewer agents to evaluate outputs, triages findings by exact severity, assigns fixes to domain owners, and iterates re-review cycles to reach a PASS or NEEDS WORK verdict.

How do I start a structured review cycle for Legion build outputs?▼

To start a structured review cycle for Legion build outputs, invoke the /legion:review command in your project to trigger end-to-end coordination of reviewer agents and fix iterations.

Can I limit the number of fix and re-review iterations in a QA cycle?▼

Yes, the QA cycle supports iterative cycles with max cycle limits to prevent infinite loops, automatically generating a NEEDS WORK verdict with delta reporting if fixes remain unresolved.

How are QA findings triaged and assigned during an automated review loop?▼

During an automated review loop, QA findings are triaged by exact severity levels, assigned to domain owners for fixes, and tracked across cycles with delta reporting to ensure resolution.