소개
The tdd-workflow skill transforms Claude into a disciplined C++ engineer by mandating a Red-Green-Refactor cycle for all development tasks. It is specifically designed for High-Performance Computing (HPC) and complex algorithmic work, integrating Google Test and Google Mock for unit testing, CTest for integration pipelines, and gcov/lcov for coverage reporting. By requiring tests to be written before implementation and enforcing an 80% coverage threshold, this skill ensures that C++20 codebases remain robust, maintainable, and highly reliable during feature expansion or complex refactoring.