go-code-review

Apply CodeReviewComments standards to Go code reviews.

139|17|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/cxuu/golang-skills --skill go-code-review-cxuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-code-review
Source: https://github.com/cxuu/golang-skills/tree/main/skills/go-code-review
Command: npx skills add https://github.com/cxuu/golang-skills --skill go-code-review-cxuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Go code reviews can be inconsistent and time-consuming; this checklist provides quick, standardized guidance aligned with the Go Wiki CodeReviewComments to improve review quality.

Core Features & Use Cases

  • Quick-reference checks covering formatting, documentation, error handling, naming, concurrency, interfaces, data structures, security, style, imports, and tests.
  • Use during pre-merge reviews, CI gates, or onboarding new engineers to establish a shared standard for Go code quality.
  • Example use: a reviewer applies the checklist to verify that exported names have doc comments and that errors are properly handled.

Quick Start

Review a Go code change with the go-code-review checklist to verify formatting, documentation, naming, and error handling against CodeReviewComments.

Frequently Asked Questions about go-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to standardize Go code reviews for consistency?

Standardize Go code reviews by applying a checklist aligned with Go Wiki CodeReviewComments. This enforces consistent checks for formatting, documentation, naming, and error handling across packages during pre-merge reviews and CI pipelines.

How do I check if my Golang code follows CodeReviewComments standards?

Check your Golang code by applying a quick-reference checklist covering formatting, documentation, naming, error handling, and concurrency. This verifies alignment with Go Wiki CodeReviewComments standards to ensure code quality before merging.

Can I use a Go code review checklist in CI pipelines and pre-merge gates?

Yes, you can use this Go code review checklist in CI pipelines and pre-merge gates. It provides standardized guidance covering formatting, imports, concurrency, and tests to automate quality verification across Go packages during development.

What naming and documentation rules should I verify during a Go code review?

During a Go code review, verify that exported names have proper doc comments and follow naming conventions. The checklist enforces alignment with Go Wiki CodeReviewComments to maintain consistent style and documentation standards across packages.

Does this Go code review guidance cover concurrency and error handling checks?

Yes, this Go code review guidance covers concurrency and error handling checks. It applies CodeReviewComments standards to verify that errors are properly handled and concurrency patterns align with shared quality benchmarks across Go packages.

When do I need a standardized checklist for reviewing Go code changes?

You need a standardized checklist for reviewing Go code changes during pre-merge reviews, CI gates, or onboarding new engineers. It establishes a shared standard for quality, covering formatting, documentation, naming, error handling, and tests.