go-code-review

Review Go code against the Go Wiki CodeReviewComments checklist.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/rondevz/phant --skill go-code-review-rondevz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-code-review
Source: https://github.com/rondevz/phant/tree/main/.agents/skills/go-code-review
Command: npx skills add https://github.com/rondevz/phant --skill go-code-review-rondevz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines Go code reviews by providing a concise, reference-aligned checklist based on the Go Wiki CodeReviewComments to identify common issues.

Core Features & Use Cases

  • Quick evaluation points for formatting, documentation, error handling, naming, concurrency, interfaces, data structures, security, style, imports, and testing.
  • Use during code reviews to ensure adherence to community standards and to guide remediation.
  • Use Case: A reviewer assesses a PR to verify that exported functions have doc comments and error handling follows best practices.

Quick Start

Run the checklist against a Go codebase to surface actionable improvements.

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 perform a structured Go code review?

A structured Go code review uses a checklist aligned with Go Wiki CodeReviewComments to evaluate formatting, error handling, concurrency, and naming conventions to surface maintainability issues.

How do I check if my Golang pull request follows community standards?

Check Golang pull requests against the Go Wiki CodeReviewComments to verify exported functions have doc comments, error handling follows best practices, and imports meet community guidelines.

What common Golang errors should I look for during a code review?

During a Golang code review, check for incorrect error handling, improper concurrency usage, poor naming, missing documentation on exported functions, and inefficient data structures.

Does this Go code review checklist cover concurrency and security?

Yes, this Go code review checklist covers concurrency, security, interfaces, data structures, imports, and testing to ensure comprehensive quality checks during refactoring.

Can I use a standard checklist for Go code refactoring and bug fixes?

Yes, you can apply a Go code review checklist during bug fixes and code refactoring to identify style, correctness, and maintainability issues based on community guidelines.

When do I need a dedicated checklist for reviewing Golang codebases?

You need a dedicated Golang review checklist when standardizing quality checks during pull requests to ensure consistent evaluation of formatting, documentation, and error handling.