Cpp Test banner
ysyecust ysyecust

Cpp Test

Testing community

Description

--- description: Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov. --- # C++ TDD Command This command enforces test-driven development methodology for C++ code using GoogleTest/GoogleMock with CMake/CTest. ## What This Command Does 1. **Define Interfaces**: Scaffold class/function signatures first 2. **Write Tests**: Create comprehensive GoogleTest test cases (RED) 3. **Run Tests**: Verify tests fail for the right reason 4. **Implemen

Installation

Installs to ~/.claude/skills/ysyecust-everything-claude-code-cpp-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-cpp-test && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/cpp-test.md -o ~/.claude/skills/ysyecust-everything-claude-code-cpp-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository