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

Go Code Style

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
83
Score

Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards.

gogolangcode-stylelintingformattingcode-conventions
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-code-style/workflow
1
Identify code requiring style review: — Pinpoint files or sections of code that need to be assessed for style compliance.
2
Check line length and breaking: — Ensure lines are within reasonable limits and broken at semantic boundaries.
3
Review variable declarations: — Verify that `:=` is used for non-zero values and `var` for zero-value initialization.
4
Assess control flow: — Reduce nesting, eliminate unnecessary `else` statements, and simplify complex conditions.
5
Evaluate function design: — Ensure functions are short, focused, and have a reasonable number of parameters.
6
Apply automated linting: — Use linters to automatically enforce many code style rules.
7
Manually review remaining issues: — Address any style issues not caught by linters.
8
Verify and commit changes: — Confirm that all changes adhere to the established code style 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

Compõe com ←Go Data Structures
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Go Structs & Interfaces
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe com ←Go Linting
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
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 aGo Development Patterns
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Go Code Style
golang-code-style
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
check golang code styleformat golang codereview golang code for style issuesapply golang code conventionsconfigure golang linterswrite golang code with best practicesimprove golang code readabilityenforce golang code style guidelines

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

Links

GitHub Repository