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

Go Linting

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

Provides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and managing linter settings. Use this skill whenever the user runs linters, configures golangci-lint, asks about lint warnings or suppressions, sets up code quality tooling, or asks which linters to enable for a Go project. Also use when the user mentions golangci-lint, go vet, staticcheck, revive, or any Go linting tool.

gogolanglintingcode-qualitygolangci-lintstatic-analysis
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-lint/workflow
1
Analyze User Request: — Determine the user's goal (setup, fixing, etc.).
2
Configuration Check: — Verify the existence and validity of `.golangci.yml`.
3
Linter Execution: — Run `golangci-lint run ./...` to identify issues.
4
Output Interpretation: — Explain the linting output to the user.
5
Fix Recommendations: — Suggest fixes, auto-fix options, or suppression strategies.
6
Configuration Updates: — Guide the user on modifying `.golangci.yml` if needed.
7
Verification: — Re-run linters to confirm the 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

Compõe comGo Code Style
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe comGo Security
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aTypeScript + React 19 Code Review Expert
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
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

Árvore do Skill

Go Linting
golang-lint
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
run linters on my Go projectconfigure golangci-lintsuppress lint warnings in Goset up code quality tooling for Gowhich linters should I enable for my Go projecthelp me with golangci-lintinterpret golangci-lint outputfix linting issues in my Go 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 golang-lint
$ synaptic skills detail golang-lint
$ synaptic skills live golang-lint

Dependências

golangci-lint

Links

GitHub Repository