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

stretchr/testify

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
83
Score

Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use whenever writing tests with testify, creating mocks, setting up test suites, or choosing between assert and require. Essential for testify assertions, mock expectations, argument matchers, call verification, suite lifecycle, and advanced patterns like Eventually, JSONEq, and custom matchers. Trigger on any Go test file importing testify.

gogolangtestingtestifyunit-testingmockingtest-suites
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-stretchr-testify/workflow
1. Detect the presence of `testify` import in Go test file.
2. Identify the current testing task (new test, review, mock, suite).
3. Determine if preconditions require `require` or simple checks with `assert`.
4. Generate assertion using `assert` or `require` package.
5. Implement mocks using `testify/mock`.
6. Set up test suites with `testify/suite`.
7. Verify mock expectations using `AssertExpectations(t)`.

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 aGo Development Patterns
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

stretchr/testify
golang-stretchr-testify
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
write a test using testifycreate a mock with testifyset up a test suite in gouse assert or require in testifyverify mock expectations in gowrite a golang test with testifyuse testify assertionsuse testify suite

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 golang-stretchr-testify
$ synaptic skills detail golang-stretchr-testify
$ synaptic skills live golang-stretchr-testify

Dependências

stretchr/testify

Links

GitHub Repository