go-performance-debug
定位并修复 Go 服务的 OOM 与性能问题:采集并分析 pprof profile、定位内存增长点,结合代码与 commit 历史定位引入原因,产出根因 + 修复方案 + 测试方案。Use when a Go service is OOM, memory-leaking, or performance-degraded.
- 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-performance-debug/SKILL.md
- skills/go-performance-debug/references/diagnostic-workflow.md
- skills/go-performance-debug/references/oom-analysis.md
- skills/go-performance-debug/references/pprof-guide.md
- skills/go-performance-debug/scripts/collect-go-profile.sh
Every link opens the file at its source, pinned to the revision this page describes.