概要
This skill provides Claude with a comprehensive framework for writing Go tests according to industry best practices, specifically localized for Traditional Chinese documentation. It covers the full testing spectrum—from unit tests using table-driven patterns and subtests to advanced techniques like fuzzing, benchmarking, and golden file testing. By following the integrated Red-Green-Refactor TDD methodology, it helps developers build reliable Go services while maintaining high code quality, idiomatic structure, and optimal performance.