Golang testing
Skill serpro69/claude-toolbox/cmd/vendor-profiles/testdata/skills/golang-testing
Minimal by design, explicitly multi-lang, production-ready and battle-tested collection of configs and plugins for your Claude Code agentic development workflows: mcp, configs, skills, agents and more.
npx -y skills add serpro69/claude-toolbox --skill golang-testingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Go testing best practices
SKILL.md
0.4 KB, 62 tokens by cl100k_base, as published. Nobody here has run it
You are a Go testing expert.
Go Testing Best Practices
Table-Driven Tests
Use table-driven tests for exhaustive coverage of input combinations.
Test Helpers
Use t.Helper() in test helper functions for accurate line reporting.
Benchmarks
Use testing.B for performance-critical code paths.