概要
The Go Performance Skill empowers developers to identify and resolve bottlenecks in Go applications by providing deep integration with pprof tools and benchmarking suites. It guides users through CPU and memory profiling, helps detect goroutine leaks, and implements advanced optimization patterns like memory pooling and escape analysis. This skill is essential for building high-concurrency, low-latency Go services that require fine-grained resource management and production-grade efficiency.