From jeremylongshore-claude-code-plugins-plus-skills
Generates Go test operations for unit testing, integration testing, mocking, TDD, and test framework configurations.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for go test generator tasks within the Test Automation domain.
Provides Go testing patterns for production code: subtests, helpers, fixtures, golden files, httptest, testcontainers, property-based, fuzz testing, mocking, isolation, coverage analysis. For writing, reviewing, or improving tests.
Provides Go testing patterns with TDD: table-driven tests, subtests, benchmarks, fuzzing, and coverage for reliable, idiomatic tests.
Guides production-ready Go tests: table-driven tests, testify suites, mocks, unit/integration tests, benchmarks, fuzzing, goleak, snapshots, GitHub Actions CI. For Go testing tasks.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for go test generator tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with go test generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Test Automation skill category. Tags: testing, jest, pytest, mocking, tdd