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

Simplify & Harden

porpskoett·pskoett· v1.0.0 · atualizado em 2026-04-10
82
Score

Post-completion self-review for coding agents that runs simplify, harden, and micro-documentation passes on non-trivial code changes. Use when: a coding task is complete in a general agent session and you want a bounded quality and security sweep before signaling done. For CI pipeline execution, use simplify-and-harden-ci.

code-reviewcode-qualitysecurityhardeningself-reviewcode-cleanupdocumentation
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsimplify-and-harden/workflow
1. Detect task completion and non-trivial code changes.
2. Perform 'Simplify' pass: remove dead code, improve naming, tighten control flow.
3. If refactors are identified, prompt user for approval.
4. Perform 'Harden' pass: validate inputs, handle errors, prevent injections.
5. If security refactors are identified, prompt user for approval.
6. Perform 'Document' pass: capture non-obvious decisions.
7. Output summary of changes and flagged issues.

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 aRust Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFix Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Simplify & Harden
simplify-and-harden
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers7
improve code quality after coding taskperform a security review of recent code changessimplify and harden code before mergingrun a post-completion code reviewclean up code after implementationadd micro-documentation to code changesperform a self-review of code

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 simplify-and-harden
$ synaptic skills detail simplify-and-harden
$ synaptic skills live simplify-and-harden

Dependências

npx

Links

GitHub Repository