multi-agent-e2e-validation

Run multi-agent validation across environment, data flow, and query layers.

62|10|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/terrylica/cc-skills --skill multi-agent-e2e-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-e2e-validation
Source: https://github.com/terrylica/cc-skills/tree/main/plugins/quality-tools/skills/multi-agent-e2e-validation
Command: npx skills add https://github.com/terrylica/cc-skills --skill multi-agent-e2e-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It provides a prescriptive, multi-agent E2E validation workflow to test database refactors and migrations across environment, data flow, and query layers.

Core Features & Use Cases

  • 5-Actor Validation: Parallel agents validate environment, data flow, and queries.
  • Bug Classification: Structured reporting with severity levels for critical, medium, and low issues.
  • Release Readiness: Go/No-Go decision framework based on validation findings.

Quick Start

Launch the five validation agents, collect artifacts, and synthesize findings into a release decision.

Frequently Asked Questions about multi-agent-e2e-validation

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

FAQPage Schema
How do I validate database migrations across environment, data flow, and query layers?

Multi-agent E2E validation orchestrates parallel agents to test environment setup, data flow integrity, and query-interface correctness. It executes sequential prerequisites, parallelizes downstream validation, classifies bugs by severity, and produces a go/no-go release decision based on findings across all three layers.

Can I use multi-agent validation for QuestDB schema migrations and bulk data ingestion?

Yes. The workflow applies to QuestDB deployments undergoing schema migrations and bulk data ingestion pipelines. It satisfies 3-layer coverage requirements, agent orchestration with parallel execution, artifact generation, and release-readiness decision frameworks specific to these scenarios.

What does bug classification and release-readiness reporting include?

The workflow generates structured findings reports with severity-level bug classification—critical, medium, and low—and applies a go/no-go decision framework. Release readiness is determined by aggregated validation results across environment, data flow, and query-interface agents.

How do multi-agent systems handle prerequisites and parallel validation in database testing?

Agents execute sequential prerequisite checks first, then parallelize downstream validation tasks. This ensures environment readiness before data-flow and query-interface testing proceed concurrently, reducing validation time while maintaining dependency order.

What validation gaps does this approach address in database refactors?

It closes gaps left by single-layer testing by combining environment validation, data-flow verification, and query-interface checks into one coordinated workflow. System migrations and refactors benefit from coordinated 5-actor parallel validation with unified findings and release decisions.