This one kicks in whenever you're writing C++ tests with GoogleTest or debugging why they're failing. It walks through TDD workflows (red, green, refactor), gives you GMock examples for interaction testing, and shows the CMake boilerplate to wire up CTest properly. The coverage and sanitizer sections are genuinely useful if you're trying to catch memory bugs or get CI gating right. The flaky test guardrails are the kind of thing you learn the hard way, so having them written down helps. It's opinionated about structure (tests/unit, dependency injection over globals) but in a way that keeps test suites maintainable as they grow.
npx -y skills add affaan-m/ecc --skill cpp-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot