cpp-testing
C++ テストの作成/更新/修正、GoogleTest/CTest の設定、失敗またはフレーキーなテストの診断、カバレッジ/サニタイザーの追加時にのみ使用します。
Content Preview
--- name: cpp-testing description: C++ テストの作成/更新/修正、GoogleTest/CTest の設定、失敗またはフレーキーなテストの診断、カバレッジ/サニタイザーの追加時にのみ使用します。 --- # C++ Testing(エージェントスキル) CMake/CTest を使用した GoogleTest/GoogleMock による最新の C++(C++17/20)向けのエージェント重視のテストワークフローです。 ## 使用タイミング - 新しい C++ テストの作成または既存のテストの修正 - C++ コンポーネントのユニット/統合テストカバレッジの設計 - テストカバレッジ、CI ゲーティング、リグレッション保護の追加 - 一貫した実行のための CMake/CTest ワークフローの設定 - テスト失敗またはフレーキーな動作の調査 - メモリ/レース診断のためのサニタイザーの有効化 ### 使用すべきでない場合 - テスト変更を伴わない新しい製品機能の実装 - テストカバレッジや失敗に関連しない大規模なリファクタリング - 検
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/cpp-testing.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/ja-JP/skills/cpp-testing/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/ja-JP/skills/cpp-testing/SKILL.md
Related Skills
cpp-coding-standards
基于C++核心指南(isocpp.github.io)的C++编码标准。在编写、审查或重构C++代码时使用,以强制实施现代、安全和惯用的实践。
cpp-coding-standardscppcodingstandards
by affaan-m · everything-claude-code
unreal-engine-cpp-pro
Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.
architectureunrealenginecpp
by sickn33 (Antigravity) · antigravity-awesome-skills
cpp-pro
Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.
cpp-procpppro
by Jeffallan · jeffallan-claude-skills
cpp-pro
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, or complex C++ patterns.
agentscpppro
by qdhenry · claude-command-suite