About
The Go TDD Test Architect skill streamlines the creation of maintainable, high-quality Go test suites by automating the Red-Green-Refactor cycle. It prioritizes existing project conventions and real-world behavior over superficial code coverage, guiding Claude to write table-driven subtests that cover happy paths, error cases, and concurrency. By favoring a 'classicist' testing style, it minimizes reliance on brittle mocks and focuses on black-box behavior, ensuring that tests act as a reliable specification for your codebase.