Go Concurrency Review

Review and implement safe concurrency patterns in Go: goroutines, channels, sync primitives, context propagation, and goroutine lifecycle management. Use when writing concurrent code, reviewing async patterns, checking thread safety, debugging race conditions, or designing producer/consumer pipelines. Trigger examples: "check thread safety", "review goroutines", "race condition", "channel patterns", "sync.Mutex", "context cancellation", "goroutine leak". Do NOT use for general code style (use go-coding-standards) or HTTP handler patterns (use go-api-design).

Gisellesleeveless396 Updated

File contents

Gisellesleeveless396/go-agent-skills/tree/main/skills/(safety)/go-concurrency-review commit 4f7251abda

Frequently asked questions

npx skillmds@latest add gisellesleeveless396/go-concurrency-review