When you're writing or debugging C++ tests with GoogleTest and CMake, this skill keeps you honest about the TDD loop and test isolation. It covers the practical stuff: fixture setup, GMock for interaction testing, CTest discovery with gtest_discover_tests, and CMake config for sanitizers and coverage. The flaky test guardrails are good reminders (no sleeps, unique temp paths, deterministic seeds). What I like is the explicit scoping: it tells you not to use it for feature work or refactors unrelated to tests, which prevents scope creep. If you're working in a modern C++ codebase and need test discipline without the ceremony, this is a solid reference.
npx -y skills add affaan-m/everything-claude-code --skill cpp-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot