This skill equips Claude with the specialized knowledge required to write high-quality, maintainable Go test suites. It guides the AI through the Red-Green-Refactor TDD cycle and implements standard Go idioms like table-driven tests, subtests for better organization, and interface-based mocking for dependency isolation. By providing patterns for advanced features like native fuzzing, performance benchmarking, and golden file testing, it ensures your Go applications are robust, performant, and follow the community's best practices.
Características Principales
01Interface-based mocking and test helper implementation
02Comprehensive TDD workflow integration (Red-Green-Refactor)
030 GitHub stars
04Performance and memory allocation benchmarking templates
05Table-driven test generation for exhaustive edge-case coverage
06Native Go fuzzing and property-based testing patterns