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

Go Testing

porcxuu·cxuu· v1.0.0 · atualizado em 2026-04-10
85
Score

Go testing patterns from Google and Uber style guides including test naming, table-driven tests, subtests, parallel tests, test helpers, test doubles, and assertions. Use when writing or reviewing Go test code, creating test helpers, or setting up table-driven tests.

gotestingtest-driven-developmentunit-testingintegration-testingtest-patternsgoogle-style-guide
Linguagens
Go
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgo-testing/workflow
1
Analyze the function/component: — Understand the inputs, expected outputs, and potential error conditions.
2
Design test cases: — Create a comprehensive set of test cases, including normal cases, edge cases, and error conditions. Consider table-driven tests or subtests.
3
Write the test code: — Implement the test cases using standard Go testing practices, including clear failure messages and appropriate use of `t.Error` and `t.Fatal`.
4
Run the tests: — Execute the tests and analyze the results.
5
Refactor and improve: — Refactor the test code to improve clarity, maintainability, and coverage. Address any identified issues.
6
Implement test helpers: — Create test helpers to reduce code duplication and improve test readability.

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

Compõe com ←Go Linting
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Go Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aVitest
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aQA Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aAnti-Detect Browser Automation with camoufox-cli
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

Go Testing
go-testing
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers8
write a Go testreview Go test codecreate a test helper in Goset up table-driven tests in Goimprove Go test qualityfollow Google's Go testing styleimplement subtests in Gouse test doubles in Go

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 go-testing
$ synaptic skills detail go-testing
$ synaptic skills live go-testing

Dependências

cmpprotocmp

Links

GitHub Repository