golang-troubleshooting
Troubleshoot Golang programs systematically — find and fix the root cause. Use when encountering bugs, crashes, deadlocks, races, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or…
- installs 8w
- 4,346
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
An agent skill that guides systematic troubleshooting of Go programs, from reading errors and reproducing bugs to root-cause fixes. It bundles reference files covering debugging methodology, common Go bugs, pprof, Delve, race detection, GODEBUG tracing, and production debugging.
Reach for it when a Go program misbehaves and you want a disciplined root-cause process instead of guesswork fixes.
Use it to
- Debug crashes, deadlocks, or races in Go code
- Set up and capture pprof profiles
- Run Delve and race-detector sessions
- Trace issues with GODEBUG settings
- Debug problems in production systems
For Developers debugging Go programs with an AI coding agent
- Host repository
- samber/cc-skills-golang
- Version
- 1.3.1
- Installs, lifetime
- 38k
- Installs, 8 weeks
- 4,346
- Compatible with
- Designed for Claude Code, Codex or similar harness, and for projects using Golang.
- Licence
- MIT
- Invocable by
- user
- Host stars
- 3,261
- Host language
- Go