Golang testing
Skill serpro69/claude-toolbox/cmd/vendor-profiles/testdata/skills/golang-testing
Go testing best practicesFrom its SKILL.md
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.
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.