test-rig

Configure a multi-agent testing environment for TypeScript projects with Vitest, Playwright, and Testcontainers.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eron1703/claude-config-loader --skill test-rig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-rig
Source: https://github.com/eron1703/claude-config-loader/tree/main/skills/test-rig
Command: npx skills add https://github.com/eron1703/claude-config-loader --skill test-rig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test-rig provides a ready-to-run development context that clarifies architecture, source structure, and development workflows for ~/projects/test-rig/. It helps teams quickly align on project layout and testing practices for a multi-agent orchestration environment.

Core Features & Use Cases

  • Architecture overview and project layout for the test-rig ecosystem (CLI, API server, agents, templates, and utilities).
  • Multi-agent orchestration for parallel test execution, dependency ordering, and result aggregation.
  • Development workflow guidance, including common tasks: edit src/, build, test, lint, and run pipelines.

Quick Start

Clone the test-rig project directory and run the full orchestration workflow to execute tests across CLI and API server.

Frequently Asked Questions about test-rig

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

FAQPage Schema
How do I orchestrate multi-agent tests for a TypeScript project?

Multi-agent testing uses Vitest, Playwright, and Testcontainers to orchestrate parallel test generation, execution, and reporting across CLI and API server components. It requires environment detection and topological execution to manage dependency ordering and aggregate results.

What is needed to set up multi-agent test orchestration with Vitest and Playwright?

Multi-agent test orchestration requires a TypeScript project layout with Vitest, Playwright, and Testcontainers installed. The system applies orchestration to execute tests across CLI and API server components using environment detection and topological execution guarantees.

Can I run parallel test execution with dependency ordering using Testcontainers?

Parallel test execution with dependency ordering is supported by applying topological execution guarantees. Testcontainers provides isolated environments while the multi-agent orchestration system manages result aggregation and test generation across the CLI and API server.

Does multi-agent test orchestration work with both CLI and API server components?

Multi-agent test orchestration works with both CLI and API server components within the test-rig ecosystem. It applies orchestration across these components to execute tests, generate reports, and maintain topological execution guarantees for the TypeScript project.

What's the best way to manage test generation and execution across multiple agents?

Managing test generation and execution across multiple agents requires applying a multi-agent orchestration environment with environment detection and topological execution guarantees. This ensures proper dependency ordering and result aggregation for Vitest and Playwright tests.

Why does multi-agent test orchestration require topological execution guarantees?

Multi-agent test orchestration requires topological execution guarantees to ensure correct dependency ordering during parallel test execution. Without these guarantees, tests running across CLI and API server components may execute out of sequence, causing unreliable results.