team-testing

Orchestrate multi-agent test generation, execution, and analysis with staged L1/L2/L3 workflows.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill team-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-testing
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.claude/skills/team-testing
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill team-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate and automate multi-agent testing workflows to reduce manual coordination, accelerate test coverage, and close the loop on failures through Generator-Critic iterations.

Core Features & Use Cases

  • Multi-agent orchestration: Coordinator spawns strategist, generator, executor, and analyst workers to run staged pipelines.
  • Generator-Critic GC loops: Iterative generate → run → revise cycles with configurable max rounds and coverage gating.
  • Sessioned reproducibility & telemetry: Session directories, team_msg logging, shared wisdom, and coverage history for audit and trend analysis.
  • Use Case: Run a standard pipeline after a pull request to generate L1 unit tests, execute them, run a GC loop if needed, then produce a quality report.

Quick Start

Use the team-testing skill to run a progressive test pipeline for the current repository and produce an L1 coverage report and quality summary.

Frequently Asked Questions about team-testing

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

FAQPage Schema
How do I automate multi-agent test generation and execution for progressive coverage?

To automate multi-agent test generation and execution, you orchestrate coordinator, strategist, generator, executor, and analyst workers to run staged L1/L2/L3 testing pipelines. This achieves progressive coverage targets through automated pipeline selection, task dispatch, and sessioned result storage.

How does a Generator-Critic loop work in test automation?

A Generator-Critic loop in test automation works by iteratively generating, running, and revising tests through configurable max rounds. The GC loop control applies coverage gating to close the loop on failures, ensuring test quality improves progressively until targets are met.

Can I use multi-agent orchestration to run staged L1/L2/L3 testing workflows in CI?

Yes, you can use multi-agent orchestration for staged L1/L2/L3 testing workflows in CI. The orchestration automates pipeline selection, task creation, dispatch, and coverage gating, producing session directories and team_msg logs for reproducible test sessions.

What is the best way to manage reproducible test sessions and coverage history?

The best way to manage reproducible test sessions and coverage history is by persisting session directories alongside team_msg logging and shared wisdom. This approach stores coverage history and telemetry for audit and trend analysis across test automation runs.

When should I not use multi-agent test orchestration for software repositories?

You should not use multi-agent test orchestration for software repositories when manual test coordination is sufficient or when staged L1/L2/L3 pipelines are unnecessary. Without coverage gating or GC loop requirements, the overhead of spawning multiple worker agents outweighs the benefits.

Does team-testing support automated quality reporting after pull requests?

Yes, team-testing supports automated quality reporting after pull requests. It runs a standard pipeline to generate L1 unit tests, executes them, initiates a Generator-Critic loop if needed, and produces a final L1 coverage report and quality summary.