AI AGENT ADDONS

Golang Troubleshooting

samber/cc-skills-golang
Debugging
25,392installs

When your Go program breaks, you need a clear plan. Systematic debugging helps you find the root cause. Use tools like pprof, Delve, and race detection. Follow a decision tree to identify the problem type. Then fix it with confidence.

This guide covers common Go pitfalls like nil pointers, deadlocks, and race conditions. It teaches you to reproduce the bug first, not guess. You will learn to use GODEBUG tracing and production debugging safely.

Whether you face a crash, a hang, or wrong output, start here. The process works for single bugs and large codebase audits. It saves time by avoiding symptom fixes.

Add Golang Troubleshooting skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-troubleshooting

Project

mkdir -p .claude/skills/golang-troubleshooting

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago