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

Perl Testing Patterns

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

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

perltestingtest2-v0test-moretdddevel-coverprove
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdperl-testing/workflow
1
Setup: — Create a `t/` directory for tests and `lib/` for modules.
2
Write Test: — Create a test file (e.g., `t/unit/calculator.t`) and write a failing test using Test2::V0 or Test::More.
3
Implement Code: — Write the minimal code to make the test pass in the corresponding module (e.g., `lib/Calculator.pm`).
4
Run Tests: — Execute the tests using `prove -l t/unit/calculator.t`.
5
Refactor: — Improve the code while ensuring all tests continue to pass.
6
Coverage: — Generate a coverage report using `cover -test` and analyze the results.
7
Repeat: — Continue the red-green-refactor cycle for new features and bug fixes.

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

Perl Testing Patterns
perl-testing
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
write Perl testsuse Test2::V0run Perl tests with provegenerate Perl coverage reportsdebug failing Perl testsimplement TDD in Perlmock Perl dependenciesset up Perl testing infrastructure

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

Dependências

Test2::V0Test::MoreDevel::CoverTest::MockModuleprove

Links

GitHub Repository