npx claudepluginhub hrconsultnj/claude-plugins --plugin testbenchThis skill uses the workspace's default tool permissions.
Run tests and parse the output into actionable failure reports with source context. Supports full suite, changed-files-only, and single-file modes.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Run tests and parse the output into actionable failure reports with source context. Supports full suite, changed-files-only, and single-file modes.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill testbench run {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-load-config.md |
| 2 | 02-determine-scope.md |
| 3 | 03-execute.md |
| 4 | 04-parse-output.md |
| 5 | 05-report-and-store.md |
| 6 | 06-coverage.md |