🎯

go-performance-review

🎯Skill

from eduardo-sl/go-agent-skills

VibeIndex|
What it does
|

Go-specific AI agent skills built on the Uber Go Style Guide and Effective Go, covering code review, error handling, context propagation, interface design, concurrency, testing, database patterns, and performance profiling for idiomatic Go development.

πŸ“¦

Same repository

eduardo-sl/go-agent-skills(18 items)

go-performance-review

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add eduardo-sl/go-agent-skills --skill go-performance-review
skills.sh Install⚠ Installs to .agents/skills/
npx skills add eduardo-sl/go-agent-skills --skill go-performance-review
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/go-performance-review/SKILL.md

SKILL.md

90Installs
-
AddedMar 28, 2026

More from this repository10

🎯
go-architecture-review🎯Skill

Go-specific agent skills based on the Uber Go Style Guide, Effective Go, and production experience with large-scale Go services. Helps AI agents write idiomatic Go instead of Java-flavored code, with proper error handling and Go conventions.

🎯
go-coding-standards🎯Skill

Provides Go coding style conventions covering naming, imports, struct initialization, and formatting, built on the Uber Go Style Guide and Effective Go to help AI agents write idiomatic Go code.

🎯
go-code-review🎯Skill

Curated AI agent skills for Go projects built on the Uber Go Style Guide and Effective Go, covering code quality, architecture, data, testing, and concurrency. Teaches agents to write idiomatic Go with proper error handling, consumer-side interfaces, and table-driven tests.

🎯
go-security-audit🎯Skill

Curated AI agent skills for Go projects covering code quality, architecture, testing, security auditing, and performance optimization, built on the Uber Go Style Guide and Effective Go best practices.

🎯
go-concurrency-review🎯Skill

A curated collection of AI agent skills for Go projects, teaching idiomatic Go patterns based on the Uber Go Style Guide and Effective Go. Covers code review, error handling, concurrency, testing, context propagation, and performance optimization.

🎯
go-error-handling🎯Skill

An agent skill for idiomatic Go error handling, covering error wrapping, sentinel errors, custom error types, and the errors.Is/As pattern. Built on the Uber Go Style Guide and Effective Go, it teaches AI agents to write production-quality Go error handling code.

🎯
go-interface-design🎯Skill

A Go programming skill for proper interface design, part of a curated collection built on the Uber Go Style Guide and Effective Go, teaching agents idiomatic patterns like consumer-side interfaces, error wrapping, and table-driven tests.

🎯
go-api-design🎯Skill

Go-specific agent skills built on the Uber Go Style Guide and Effective Go, teaching AI agents idiomatic error handling, consumer-side interfaces, table-driven tests, and other Go best practices for production code.

🎯
go-test-quality🎯Skill

An AI agent skill focused on Go test quality, including table-driven tests, test helpers, coverage analysis, and test organization. Part of a curated Go skills collection built on the Uber Go Style Guide and Effective Go.

🎯
go-dependency-audit🎯Skill

A Go agent skill for auditing module dependencies, running govulncheck for vulnerability detection, evaluating dependency quality, and reviewing go.mod hygiene based on the Uber Go Style Guide and Effective Go.