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

Code Refactoring

porskillcreatorai·skillcreatorai· v1.0.0 · atualizado em 2026-04-10
83
Score

Code refactoring patterns and techniques for improving code quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or improving maintainability.

code-refactoringcode-qualitysoftware-engineeringmaintainabilitylegacy-codeclean-code
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcode-refactoring/workflow
1. Identify code smells (long methods, nested conditionals, etc.).
2. Write or ensure existing tests cover the code to be refactored.
3. Choose a suitable refactoring technique (e.g., Extract Method, Replace Conditional with Polymorphism).
4. Apply the refactoring technique in small, focused steps.
5. Run tests after each change to ensure no functionality is broken.
6. Commit changes frequently with descriptive messages.
7. Review the diff to confirm behavior hasn't changed.
8. Repeat until code is clean and maintainable.

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 comCode Review Skill
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aAnti-Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aCoding Standards & Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCommit work
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Code Refactoring
code-refactoring
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
refactor this codeimprove code qualityclean up legacy codereduce code complexitymake code more maintainableapply refactoring patternsremove code smellsimprove code readability

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 code-refactoring
$ synaptic skills detail code-refactoring
$ synaptic skills live code-refactoring

Links

GitHub Repository