go-code-review
对 Go 后端代码做系统性审查,重点发现 goroutine 泄漏、data race、context 取消遗漏、channel 与 mutex 误用、错误处理缺陷、内存分配、SQL 与 Redis 使用问题以及可观测性缺失。Use when reviewing Go backend code for concurrency, correctness, resource-leak, and observability defects.
- Version
- 0.1.0
- License
- Apache-2.0
Pinned to revision ac79f129d26a, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/go-code-review/SKILL.md
- skills/go-code-review/references/concurrency-and-race.md
- skills/go-code-review/references/error-handling.md
- skills/go-code-review/references/goroutine-and-channel.md
- skills/go-code-review/references/memory-and-performance.md
- skills/go-code-review/references/review-checklist.md
Every link opens the file at its source, pinned to the revision this page describes.