go-code-review
๐ฏSkillfrom eduardo-sl/go-agent-skills
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.
Same repository
eduardo-sl/go-agent-skills(18 items)
Installation
npx vibeindex add eduardo-sl/go-agent-skills --skill go-code-reviewnpx skills add eduardo-sl/go-agent-skills --skill go-code-review~/.claude/skills/go-code-review/SKILL.mdSKILL.md
More from this repository10
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.
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.
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-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.
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.
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.
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-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.
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.
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.