test-orchestrator

Scans ClaudeKit commands, agents, and skills to generate structured test scenarios.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides automated testing for ClaudeKit workflows by scanning commands, agents, and skills to generate test scenarios and execute steps with manual verification, ensuring reliability and regression coverage.

Core Features & Use Cases

  • Scans ClaudeKit components to build comprehensive test catalogs for commands, agents, and skills.
  • Generates configurable test scenarios for command, workflow, and integration tests with structured steps and validation.
  • Supports end-to-end validation with manual verification checkpoints and reproducible, step-by-step execution tracks for QA.

Quick Start

Run the test orchestrator to scan components and generate initial 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 QA testing for ClaudeKit workflows end-to-end?

You can automate QA testing for ClaudeKit workflows by scanning commands, agents, and skills to generate test scenarios. The test orchestrator parses frontmatter to detect executable components and produces structured test data for end-to-end validation.

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

The best way to generate test scenarios is using an extensible Python script to parse frontmatter and detect executable components. This scans your commands and agents to automatically build a comprehensive, configurable test catalog.

Can I use this to generate structured test data for CI workflows?

Yes, you can use this to generate structured test data for CI workflows. It automates the discovery and validation of components, producing reproducible step-by-step execution tracks that integrate directly into CI pipelines.

Does the test orchestrator support manual verification checkpoints?

Yes, the test orchestrator supports manual verification checkpoints. It enables step-by-step execution tracks for QA, allowing you to manually validate specific execution points during end-to-end and integration tests.

How do I scan ClaudeKit components to build a test catalog?

To scan ClaudeKit components and build a test catalog, run the test orchestrator script. It automatically discovers commands, agents, and skills by parsing their frontmatter and detecting executable components to generate test scenarios.

What limitations exist when automating regression coverage for workflows?

A limitation is that while it automates regression coverage by generating test scenarios, the workflow requires manual verification checkpoints for end-to-end validation. It relies on parsing frontmatter, so components lacking proper metadata may be missed.