npx claudepluginhub willsigmon/sigstack --plugin dev-essentials## Legend | Symbol | Meaning | | Abbrev | Meaning | |--------|---------|---|--------|---------| | → | leads to | | E2E | end-to-end | | & | and/with | | MCP | model context protocol | | w/ | with | | DB | database | Execute immediately. Add --plan flag if user wants to see plan first. Create or run comprehensive tests for code in $ARGUMENTS. Thinking flags (optional): - --think→multi-component test planning - --think-hard→complex test arch & strategy - --ultrathink→comprehensive test system design MCP flags (optional): - --pup→browser-based E2E testing w/ Puppeteer | --c7→testing framew...
/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testRuns TDD workflow: writes failing tests for new features or bugs (Prove-It pattern), implements code to pass them, verifies full test suite.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
/testLaunches Chrome for manual UI testing at given URL, monitors console errors during interaction, generates report with screenshots and logs on completion.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.
| Symbol | Meaning | Abbrev | Meaning | |
|---|---|---|---|---|
| → | leads to | E2E | end-to-end | |
| & | and/with | MCP | model context protocol | |
| w/ | with | DB | database |
Execute immediately. Add --plan flag if user wants to see plan first.
Create or run comprehensive tests for code in $ARGUMENTS.
Thinking flags (optional):
MCP flags (optional):
Examples:
/user:test --e2e --pup --think - E2E tests w/ Puppeteer & context analysis/user:test --e2e --pw --think - E2E tests w/ Playwright UI verification/user:test --coverage --c7 - Test w/ framework docs support/user:test --integration --seq --think-hard - Complex test scenarios w/ deep planningPre-test cleanup:
When --coverage flag is present:
When --watch flag is present:
When --interactive flag is present:
When --e2e flag is present:
Test types to implement:
Follow testing standards:
Research requirements for testing:
Report Output:
.claudedocs/metrics/coverage-<timestamp>.html.claudedocs/summaries/test-results-<timestamp>.mdmkdir -p .claudedocs/metrics/ .claudedocs/summaries/Deliverables: Comprehensive test suite, coverage reports, testing documentation, and test strategy guide.