test-coordinator

Orchestrate multi-phase integration and E2E test suites across testing gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill test-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coordinator
Source: https://github.com/BaselHussain/ai-keto-meal-plan-generator/tree/main/.claude/skills/test-coordinator
Command: npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill test-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the orchestration and execution of multi-phase integration and end-to-end test suites, ensuring all testing gates are passed before proceeding with development phases.

Core Features & Use Cases

  • Automated Test Execution: Runs predefined test suites for different development phases (Phase 6, Phase 7, Phase 10, Full Pipeline, AI Quality, Production Readiness).
  • Gate Validation: Verifies critical testing gates, including integration tests, AI quality, PDF generation, payment flows, and production readiness.
  • Reporting & Handoffs: Generates comprehensive test reports, identifies failures, and suggests handoffs to relevant agents for remediation.
  • Use Case: Before deploying a new feature, use this Skill to run the full-pipeline test suite, which simulates the entire user journey from quiz submission to email delivery, ensuring all components work together seamlessly.

Quick Start

Run the full pipeline integration test by typing: /test-coordinator full-pipeline

Frequently Asked Questions about test-coordinator

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

FAQPage Schema
How do I automate end-to-end test suite orchestration across multiple agents?

You can automate end-to-end test suite orchestration by executing predefined testing gates across multiple phases and agents. This skill coordinates the entire suite and validates that all critical gates pass before development proceeds.

What is the best way to validate production readiness and AI quality gates in a CI/CD pipeline?

To validate production readiness and AI quality in a CI/CD pipeline, run the targeted test suites like 'production' or 'ai-quality'. This process verifies critical testing gates, identifies failures, and suggests remediation handoffs.

Can I run a full pipeline integration test simulating the entire user journey?

Yes, you can run a full pipeline integration test by triggering the 'full-pipeline' suite. This simulates the complete user journey across components, ensuring everything works together seamlessly.

How do I execute specific test suites for different development phases?

You can execute specific test suites by passing arguments like 'phase-6', 'phase-7', 'phase-10', or 'all'. The system orchestrates the corresponding multi-phase integration and end-to-end tests based on your selection.

What happens when a test suite fails during gate validation?

When a test suite fails during gate validation, the system generates a comprehensive report identifying the specific failures. It then suggests targeted handoffs to relevant agents for immediate remediation.