ring:dev-goroutine-leak-testing
Installation
SKILL.md
Goroutine Leak Testing Skill
This skill detects goroutine leaks in Go code using Uber's goleak framework and dispatches fixes.
Standards Loading (MANDATORY)
<fetch_required> https://raw.githubusercontent.com/LerianStudio/ring/main/dev-team/docs/standards/golang/architecture.md </fetch_required>
WebFetch architecture.md before any goroutine leak analysis work. Focus on "Goroutine Leak Detection (MANDATORY)" section.
Blocker Criteria - STOP and Report
<block_condition>
- target_path does not exist or is not a Go package
- Language is not Go (detected via go.mod absence)
Related skills