test-orchestrator

Generate and execute step-by-step tests for ClaudeKit components with manual verification.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/docaohieu2808/claude-skills --skill test-orchestrator-docaohieu2808
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-orchestrator
Source: https://github.com/docaohieu2808/claude-skills/tree/main/test-orchestrator
Command: npx skills add https://github.com/docaohieu2808/claude-skills --skill test-orchestrator-docaohieu2808

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the testing of ClaudeKit commands, agents, and skills by automating the generation of test scenarios, execution of tests with manual verification steps, and reporting of results.

Core Features & Use Cases

  • Component Scanning: Automatically discover and catalog available commands, agents, and skills.
  • Test Scenario Generation: Create test cases based on scanned components and predefined templates.
  • Step-by-Step Execution: Run tests with pauses for manual verification at each stage.
  • Use Case: Before deploying a new agent that interacts with multiple commands and skills, use this Skill to generate and run a comprehensive test suite, ensuring all integrations function as expected and catching regressions early.

Quick Start

Use the test-orchestrator skill to scan all components and generate test scenarios.

Frequently Asked Questions about test-orchestrator

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

FAQPage Schema
How do I automate testing and validation for ClaudeKit components?

Automating ClaudeKit testing involves scanning available components, generating test scenarios from templates, and executing tests step-by-step with manual verification pauses. This validates commands, agents, and skills to catch regressions early.

What is the best way to generate test scenarios for custom agents and commands?

Generating test scenarios uses predefined templates and happy-case inputs based on scanned components. This creates comprehensive test suites validating custom agent and command integrations systematically.

Can I run regression tests step-by-step with manual verification pauses?

Yes, step-by-step execution runs regression tests with deliberate pauses for manual verification at each stage. This ensures accurate validation of component behavior before proceeding to the next test phase.

Does ClaudeKit test automation support generating test reports?

Yes, test automation supports generating test reports after executing scenarios. It catalogs available commands, agents, and skills, then compiles the manual verification results into a comprehensive validation report.

How do I integrate debugging and code review with automated testing?

Integrating debugging with automated testing happens after step-by-step test execution and report generation. The orchestrator connects with debugging and code-review skills to provide comprehensive validation and issue resolution.