npx claudepluginhub deandum/claude-resources --plugin go-skillscommands/## Task Spawn the `tester` agent with this task: $ARGUMENTS The tester has `core/testing` loaded plus language-specific testing skills from session-start context (e.g., `go/testing`, or `go/testing-with-framework` if the project uses Ginkgo/Gomega). If a spec directory exists at `docs/specs/<slug>/spec.md` (slug from `$ARGUMENTS` or the single entry in session-start `active_specs`), pass it as context so the tester knows the success criteria it must verify. Run tests with race detection (where available) after writing. If any test fails, the tester returns `needs-input` with the failure...
/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: write failing tests describing expected behavior, implement to pass them, refactor. For bugs, uses Prove-It pattern to reproduce, fix, and verify full 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 based on the request.
Spawn the tester agent with this task: $ARGUMENTS
The tester has core/testing loaded plus language-specific testing skills from session-start context (e.g., go/testing, or go/testing-with-framework if the project uses Ginkgo/Gomega).
If a spec directory exists at docs/specs/<slug>/spec.md (slug from $ARGUMENTS or the single entry in session-start active_specs), pass it as context so the tester knows the success criteria it must verify.
Run tests with race detection (where available) after writing.
If any test fails, the tester returns needs-input with the failures listed — it does NOT auto-fix. Surface the failures to the user and wait for direction.