Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Go Troubleshooting Guide

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

Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (see golang-benchmark skill) or applying optimization patterns (see golang-performance skill).

gogolangdebuggingtroubleshootingpprofdelverace-detection
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-troubleshooting/workflow
1
Identify the symptom: — Clearly define the problem (crash, wrong output, etc.).
2
Reproduce the issue: — Write a failing test or isolate the steps to reproduce the bug.
3
Read the error message: — Analyze the error message for clues about the location and type of error.
4
Form a hypothesis: — Based on the error and context, propose a potential root cause.
5
Test the hypothesis: — Use debugging tools (fmt.Println, pprof, Delve) to gather evidence.
6
Verify the root cause: — Confirm the root cause and ensure the fix addresses the underlying issue.
7
Implement the fix: — Apply the necessary code changes to resolve the problem.
8
Verify the fix: — Write a test to ensure the fix works and prevent regressions.

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 Performance Optimization
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe comGo Error Handling Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe comGo Concurrency Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe com ←Go Safety: Correctness & Defensive Coding
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Go Observability Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Go Benchmarking & Performance Measurement
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aElysiaJS Development Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

Go Troubleshooting Guide
golang-troubleshooting
Fases Cognitivas7
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
7.REFLECT
Triggers9
troubleshoot golang programdebug go codefix bug in go applicationanalyze go crashresolve deadlock in godiagnose unexpected behavior in gofind root cause of go issuegolang program is not workingmy go app is crashing

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

Links

GitHub Repository