go-performance-review

Community

Pinpoint and optimize Go performance bottlenecks

Authoreduardo-sl
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Profile and optimize Go code to identify allocations, string handling inefficiencies, and hot-path bottlenecks, reducing latency and resource usage.

Core Features & Use Cases

  • Allocation reduction: preallocate slices and maps, avoid repeated string concatenation, and use efficient primitives like strings.Builder.
  • Hot-path optimization & benchmarking: focus on frequently executed paths, guide optimizations with benchmarks and pprof profiling, and apply changes with measurable gains.
  • Use Case: When a Go service experiences high allocations or latency, use this skill to analyze and optimize hot code paths, then validate improvements with benchmarks.

Quick Start

Analyze the target Go code to identify bottlenecks and then run benchmarks to confirm performance improvements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: go-performance-review
Download link: https://github.com/eduardo-sl/go-agent-skills/archive/main.zip#go-performance-review

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.