cpp-testing

cpp-testing is a skill for Claude Code, Codex from Nmor/the-claude-council. It costs 34 tokens per session (3,880 once invoked), scanned A, original, no licence file.

A skill for writing, updating, fixing, and diagnosing C++ tests, including GoogleTest and CTest, which are tools for running automated tests.

In plain words
What is it for?
It is for maintaining C++ test suites, configuring test runners, diagnosing flaky tests, and adding coverage or sanitizer checks.
Why use it?
It helps investigate failing or unreliable tests and check whether C++ code is covered by tests and sanitizers.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nmor/the-claude-council/cpp-testing
Any agent
npx skills add Nmor/the-claude-council --skill cpp-testing
Clone the repo
git clone --depth 1 https://github.com/Nmor/the-claude-council

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cpp-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/nmor/the-claude-council/cpp-testing.svg)](https://agentmods.dev/skills/nmor/the-claude-council/cpp-testing)
Your own site
<a href="https://agentmods.dev/skills/nmor/the-claude-council/cpp-testing"><img src="https://agentmods.dev/badge/skills/nmor/the-claude-council/cpp-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.03880
Opus 5 $0.00017 $0.01940
Sonnet 5 $0.00007 $0.00776
Haiku 4.5 $0.00003 $0.00388

Measured yesterday against content hash 71e5db7d2d67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cpp-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cpp-testing/SKILL.md · 432 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 432 lines · 34 tokens per session scan A 71e5db7d2d67

Subscribe to this mod's changes

cpp-testing is a skill published in the GitHub repository Nmor/the-claude-council (9 stars, last pushed 1mo ago), with no licence file. It adds 34 tokens to every session and 3,880 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

create-cpp-tests

Create a new cpptests entry for validating a C++ interface vtable layout against binary reference YAMLs. Creates the .cpp test file in cpptests/ and appends a configs/ .yaml entry under cpptests:. Use when a user asks to add vtable layout validation for a new hl2sdkcs2 interface class.

HLND2T/CS2_VibeSignatures · 74 tokens

laravel-testing

Laravel 13 testing with Pest PHP 4 or PHPUnit 12. Use when writing feature tests, unit tests, or any test code in a Laravel application. Triggers on tasks involving HTTP tests, model factories, database assertions, mocking facades, authentication testing, or test organisation patterns.

AsyrafHussin/agent-skills · 62 tokens

run-c-unit-tests

Run C/C++ unit tests to verify correctness. Use this after making changes to C code to verify nothing is broken.

RediSearch/RediSearch · 29 tokens

rspec

This skill should be used when the user asks to "write specs", "create spec", "add RSpec tests", "fix failing spec", or mentions RSpec, describe blocks, it blocks, expect syntax, test doubles, or matchers. Should also be used when editing spec.rb files, working in spec/ directory, planning implementation phases that…

hoblin/claude-ruby-marketplace · 125 tokens

misra

MISRA C:2025 expert that operates in two modes: (1) Review — scan existing C code for violations across all 223 guidelines (22 directives + 201 rules), report findings with rule IDs, corrected code, and deviation justification templates; (2) Develop — generate new C functions, modules, or data structures that are…

ptsilivis/autonomousguy · 221 tokens

golang-test-review

Use when reviewing Go test code (new or changed test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag correctness, and harness reuse. Complements the general code-reviewer with test-specific rigor.

mickeyyaya/evolve-loop · 70 tokens