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

Effective Go

poropenshift·openshift· v1.0.0 · atualizado em 2026-04-11
82
Score

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

gogolangcode-reviewcode-qualityeffective-goidiomatic-codebest-practices
Linguagens
Go
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdeffective-go/workflow
1
Analyze Code — : Examine the Go code for formatting, naming, error handling, concurrency, interfaces, and documentation.
2
Check Formatting — : Verify code is formatted with `gofmt`.
3
Review Naming — : Ensure exported names use MixedCaps and unexported use mixedCaps, without underscores.
4
Inspect Error Handling — : Confirm all errors are checked and returned, avoiding panics.
5
Evaluate Concurrency — : Assess if memory is shared by communicating via channels.
6
Assess Interfaces — : Check if interfaces are small and concrete types are returned.
7
Verify Documentation — : Ensure all exported symbols are documented.
8
Apply Changes — : Refactor code to adhere to Effective Go guidelines.

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 aEncore Code Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aLSP Code Analysis
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCode Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Effective Go
effective-go
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers7
review this Go code for best practicesapply Effective Go guidelinesrefactor this Go code to be more idiomaticcheck if this Go code follows Effective Goimprove the quality of this Go codeensure this Go code is clean and efficientapply golang conventions

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 effective-go
$ synaptic skills detail effective-go
$ synaptic skills live effective-go

Links

GitHub Repository