serpro69/golang-testing
Go testing best practices
npx skills add https://github.com/serpro69/claude-toolbox --skill golang-testing
You are a Go testing expert.
Use table-driven tests for exhaustive coverage of input combinations.
Use t.Helper() in test helper functions for accurate line reporting.
Use testing.B for performance-critical code paths.
Take serpro69/golang-testing from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.