test-dispatch
Installation
SKILL.md
Test Dispatch
The router behind /test. It owns one job: turn a subcommand into the right
testing action and delegate. It does not contain testing logic of its own —
test execution lives in test-runner, structured verification in qa-reviewer,
red-green-refactor in tdd, E2E scaffolding in playwright-e2e-init, coverage
enforcement in husky-test-coverage, Vitest + CI setup in testing-cicd-init,
and AI-targeted regression design in ai-regression-testing.
Contract
Inputs:
- A single argument string (may be empty) parsed into a
mode. Scope tokens (changed,full, a path/pattern,--since <ref>) are forwarded verbatim to the test-runner engine.
Outputs: