Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

cpp-testing

Modern C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest integration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-testing
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, cpp-testing has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/cpp-testing.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Modern C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest integration. Agent-focused testing workflow for modern C++ (C++17/20) using GoogleTest/GoogleMock with CMake/CTest. Follow the RED → GREEN → REFACTOR loop: Prefer target-level settings instead of global flags. GCC + gcov + lcov: Clang + llvm-cov: Only use if the project already supports LLVM/libFuzzer or a property-testing library. Minimal libFuzzer harness (pseudocode: replace ParseConfig): - 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 - Writing new C++ tests or fixing existing tests - Designing unit/integration test coverage for C++ components - Adding test coverage, CI gating, or regression protection - Configuring CMake/CTest workflows for consistent execution - Investigating test failures or flaky behavior - Enabling sanitizers for memory/race diagnostics - Implementing new product features without test changes...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cpp-testing do?

Modern C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest integration.

Is cpp-testing good?

cpp-testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support cpp-testing?

cpp-testing currently lists compatibility with Claude Code, Skills CLI.

Is cpp-testing safe to install?

cpp-testing has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to cpp-testing?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install cpp-testing?

Run the following command to install cpp-testing: npx skills add https://github.com/affaan-m/everything-claude-code --skill cpp-testing

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering