Bobmatnyc put together a solid reference for Go's testing patterns, covering the essentials from table-driven tests to benchmarking and race detection. It focuses on the standard library testing package plus the usual suspects like testify for assertions and gomock for mocking interfaces. The skill has passed security audits from Gen Agent Trust Hub, Socket, and Snyk, and it's picked up 257 installs with 49 GitHub stars since January. If you're writing Go services or libraries and want Claude to help structure tests idiomatically, this gives it the context to suggest patterns that actually look like Go code instead of tests ported from other languages.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-testing-strategies