cpp-testing
C++ testing workflow for agents using GoogleTest, GoogleMock, and CMake with TDD and CI best practices.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-testingStats
| Total installs | 1,333 |
| Weekly installs | 1.3K |
| GitHub stars | 112.5K |
| First seen | Feb 11, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers unit and integration test design with TDD red-green-refactor loop, fixtures, mocks, and fakes for dependency isolation
- Includes CMake/CTest configuration with automatic test discovery via gtest_discover_tests() and filtering strategies
- Provides coverage setup for GCC (gcov/lcov) and Clang (llvm-cov), plus sanitizer configuration (ASan, UBSan, TSan) for memory and race detection
- Documents flaky test prevention patterns, debugging workflows, and common pitfalls like global state, sleep-based synchronization, and over-mocking
Tags
Related skills
| Skill | Installs | vs cpp-testing |
|---|---|---|
| springboot-verification | 1,315 | -18 |
| web-performance-optimization | 1,356 | +23 |
| audit-prep-assistant | 1,254 | -79 |
| solana-vulnerability-scanner | 1,350 | +17 |
| project-guidelines-example | 1,267 | -66 |
FAQ
- How many installs does cpp-testing have?
- cpp-testing has 1,333 total installs and 1.3K installs this week.
- Where is cpp-testing hosted?
- cpp-testing is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does cpp-testing have?
- cpp-testing has 112.5K GitHub stars.
- When was cpp-testing first indexed?
- OrangeBot.AI first indexed cpp-testing on Feb 11, 2026.
- How do I install cpp-testing?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-testing