go-skills
πPlugincxuu/golang-skills
16 Go skills covering style, naming, error handling, testing, documentation, concurrency, context, interfaces, data structures, control flow, performance, linting, code review, and defensive programming
Part of
cxuu-golang-skills
Installation
/plugin marketplace add cxuu/golang-skills/plugin install go-skills@cxuu-golang-skillsMore from this repository10
Provides a comprehensive, quick-reference checklist for reviewing Go code against community style standards and best practices.
go-linting skill from cxuu/golang-skills
go-context skill from cxuu/golang-skills
go-documentation skill from cxuu/golang-skills
go-defensive skill from cxuu/golang-skills
Demonstrates robust error handling patterns in Go, including custom error types, error wrapping, and graceful error management strategies.
Provides Go testing best practices and patterns for writing clear, maintainable tests with helpful failure messages and standard comparisons.
Optimizes Go code performance by providing efficient patterns for string handling, type conversions, and container capacity management.
go-naming skill from cxuu/golang-skills
go-style-core skill from cxuu/golang-skills