Debug Go

Systematic 5-step debugging flow for Go 1.22+ services. Load when a test fails, a goroutine leaks, a downstream provider hangs, errors lose context, or production logs are unhelpful. Forces layer isolation (handler vs service vs repo vs provider) and runs the 5 most common Go antipattern greps before any code change — prevents the "add a goroutine to fix a slow handler" cascade.

yerdaulet-damir 76731ad 7.0 KB Updated

File contents

yerdaulet-damir/vibe-coding-rules/tree/main/.claude/skills/debug-go commit 76731ad40d

Frequently asked questions

npx skillmds@latest add yerdaulet-damir/debug-go