From testbench
Calibrates test bench by detecting test framework, analyzing existing test conventions, querying Context7 for docs, and generating .claude/testbench.json config. Run once per project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testbench:calibrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Calibrate the test bench by detecting the test framework, learning conventions from existing tests, querying up-to-date test framework docs, and generating the config.
Calibrate the test bench by detecting the test framework, learning conventions from existing tests, querying up-to-date test framework docs, and generating the config.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill testbench calibrate {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-detect-framework.md |
| 2 | 02-detect-conventions.md |
| 3 | 03-context7-queries.md |
| 4 | 04-config-and-report.md |
npx claudepluginhub hrconsultnj/claude-plugins --plugin testbenchActs as Quinn, pragmatic QA engineer generating API and E2E tests quickly for existing features using standard frameworks. Activates for test automation and coverage requests.
Consults test-architecture agent for testing strategy and design including coverage gaps, flaky tests, framework selection, test pyramid analysis, and new feature test planning.