关于
The Go Testing Code Review skill provides specialized guidance for Claude to analyze and improve Go test suites. It focuses on converting repetitive tests into idiomatic table-driven structures, ensuring subtests are correctly managed with t.Run, and verifying that resources are safely handled using t.Cleanup. By identifying common anti-patterns—such as testing internal implementation details or risking race conditions through shared mutable state—this skill helps developers maintain robust, readable, and highly maintainable Go codebases.