Skip to main content
Source repository

cxuu/golang-skills

These skills were imported into SkillJury from the public skills ecosystem.

16 linked skillsVisit source
Source listing

16 imported skills

go-code-review

by cxuu/golang-skills

305

Based on Go Wiki CodeReviewComments . This checklist provides quick review points with references to detailed skills.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-linting

by cxuu/golang-skills

219

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-testing

by cxuu/golang-skills

204

Guidelines for writing clear, maintainable Go tests following Google's style.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-documentation

by cxuu/golang-skills

200

This skill covers documentation conventions from Google's Go Style Guide.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-naming

by cxuu/golang-skills

197

Normative : Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-concurrency

by cxuu/golang-skills

186

This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-error-handling

by cxuu/golang-skills

182

In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-performance

by cxuu/golang-skills

182

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-style-core

by cxuu/golang-skills

181

Normative : This guidance is required per Google's canonical Go style guide.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-interfaces

by cxuu/golang-skills

178

Go's interfaces enable flexible, decoupled designs through implicit satisfaction and composition. This skill covers interface fundamentals, type inspection, and Go's approach to composition over inheritance.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-context

by cxuu/golang-skills

174

context.Context carries security credentials, tracing information, deadlines, and cancellation signals across API and process boundaries. Go programs pass contexts explicitly along the entire function call chain.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-defensive

by cxuu/golang-skills

172

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-functional-options

by cxuu/golang-skills

170

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-data-structures

by cxuu/golang-skills

169

Source details, install context, and public review data are available on the full page.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-control-flow

by cxuu/golang-skills

167

Source : Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

go-packages

by cxuu/golang-skills

167

This skill covers package organization and import management following Google's and Uber's Go style guides.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026