golang-best-practices
SKILL.md
Golang Best Practices (Meta-Skill)
Comprehensive Go code review skill coordinating 5 specialized domain skills for complete code audits.
[!NOTE] v2.0.0 Update: This skill now coordinates multiple focused domain skills. Use specific skills for targeted reviews or this meta-skill for comprehensive audits.
Available Skills
1. Concurrency Safety ✅
12 rules | Goroutines, channels, race conditions, deadlocks
Status: Active (v2.0.0)
Use when:
- Reviewing code with goroutines or channels
- Debugging race conditions or deadlocks
- Auditing concurrent data access
Trigger phrases: "Check for race conditions", "Review concurrency", "Find goroutine leaks"