Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

C++ Testing (Agent Skill)

poraffaan-m·affaan-m· v1.0.0 · atualizado em 2026-04-10
83
Score

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

c++testinggtestcmakectestunit-testingintegration-testing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcpp-testing/workflow
1. Identify the component or functionality to be tested.
2. Write a failing test case (RED phase).
3. Implement the minimum code required to pass the test (GREEN phase).
4. Refactor the code while ensuring the test still passes (REFACTOR phase).
5. Configure CMake/CTest to discover and run the tests.
6. Analyze test results and address any failures.
7. Add coverage and sanitizers to improve code quality.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aTesting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aGo Testing Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

C++ Testing (Agent Skill)
cpp-testing
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
write a C++ testfix a failing C++ testconfigure GoogleTest with CMakediagnose a flaky C++ testadd test coverage to C++ codeenable sanitizers for C++ testsrun C++ tests with CTestdebug C++ test failures

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download cpp-testing
$ synaptic skills detail cpp-testing
$ synaptic skills live cpp-testing

Dependências

GoogleTestGoogleMockCMakeCTestlcovllvm-covlibFuzzerRapidCheck

Links

GitHub Repository