概要
The go-test skill provides Claude with specialized expertise in the Go standard testing package, ensuring your codebases follow industry-standard patterns like table-driven testing and subtest organization. It guides the implementation of testing.T and testing.B, interface-based mocking, and Given-When-Then structures to improve code reliability. This skill is ideal for developers looking to automate the creation of maintainable test suites, detect race conditions, and achieve high code coverage while adhering to Go's unique idiomatic conventions.