go-code-review
🎯Skillfrom cxuu/golang-skills
Provides a comprehensive, quick-reference checklist for reviewing Go code against community style standards and best practices.
Part of
cxuu/golang-skills(18 items)
Installation
npx skills add https://github.com/cxuu/golang-skills --skill go-code-reviewNeed more details? View full documentation on GitHub →
More from this repository10
go-linting skill from cxuu/golang-skills
go-context skill from cxuu/golang-skills
go-defensive skill from cxuu/golang-skills
go-documentation skill from cxuu/golang-skills
Demonstrates robust error handling patterns in Go, including custom error types, error wrapping, and graceful error management strategies.
Optimizes Go code performance by providing efficient patterns for string handling, type conversions, and container capacity management.
Provides Go testing best practices and patterns for writing clear, maintainable tests with helpful failure messages and standard comparisons.
Explores Go interfaces, type assertions, and type embedding, demonstrating how to define, implement, and compose types flexibly without explicit inheritance.
go-naming skill from cxuu/golang-skills
go-data-structures skill from cxuu/golang-skills