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

Test-Driven Development (TDD)

porneolabhq·neolabhq· v1.0.0 · atualizado em 2026-04-10
79
Score

Employ Test-Driven Development (TDD) when implementing features or bug fixes. Before writing any implementation code, write a test that fails, then write the minimal code necessary to pass the test. This ensures that tests genuinely verify behavior by requiring an initial failure.

test-driven-developmenttddunit-testingsoftware-developmentcode-qualitytesting-frameworks
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdtdd-test-driven-development/workflow
1
RED: — Write a failing test that defines the desired behavior.
2
Verify RED: — Run the test and confirm that it fails as expected.
3
GREEN: — Write the minimal code necessary to make the test pass.
4
Verify GREEN: — Run the test and confirm that it passes.
5
REFACTOR: — Clean up the code, removing duplication and improving readability, while ensuring all tests still pass.
6. Repeat the process for the next feature or bug fix.

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 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

Test-Driven Development (TDD)
tdd-test-driven-development
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
implement a feature using TDDwrite a test before implementationuse test-driven developmentwrite a failing test firstfollow the red-green-refactor cycleensure tests fail before passingwrite tests for bug fixes

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 tdd-test-driven-development
$ synaptic skills detail tdd-test-driven-development
$ synaptic skills live tdd-test-driven-development

Links

GitHub Repository