Ring:detecting Goroutine Leaks

Detecting goroutine leaks in Go: greps for goroutine patterns, audits goleak coverage (VerifyTestMain/VerifyNone), runs goleak, and dispatches ring:backend-go to fix leaks and add regression tests. Use after implementation or during review when code spawns goroutines or a leak is suspected. Runs before ring:reviewing-code. Skip for non-Go or code with no goroutines. Skip for panic/silent-death observability (use ring:using-runtime).

LerianStudio 2a8792a 4.3 KB Updated

File contents

LerianStudio/ring/tree/main/dev-team/skills/detecting-goroutine-leaks commit 2a8792a599

Frequently asked questions

npx skillmds@latest add lerianstudio/ring-detecting-goroutine-leaks