go-code-review

Performs six-phase Go code review with compile-time checks and severity-classified findings.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill go-code-review-notque
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: go-code-review
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/go-code-review
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill go-code-review-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Configures Claude to perform a rigorous, end-to-end Go code review in a read-only, phase-driven workflow, helping teams uncover defects and improvement opportunities without modifying code.

Core Features & Use Cases

  • Six-phase Go code review workflow: Context, Automated Checks, Quality Analysis, Specific Analysis, Line-by-Line, Documentation.
  • Automated checks including build, tests, vet, static analysis, and diagnostics to surface actionable findings.
  • Structured PR review outputs with severity classification and evidence-based recommendations; suitable for auditing Go codebases and PRs.
  • Use case: when auditing a Go project for maintainability, correctness, and Go-idiomatic patterns.

Quick Start

Invoke the go-code-review skill on a Go PR to start a six-phase, read-only review workflow.

Frequently Asked Questions about go-code-review

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

FAQPage Schema
How do I perform a rigorous Go code review on a pull request?▼

A rigorous Go code review uses a six-phase workflow including Context, Automated Checks, Quality Analysis, Specific Analysis, Line-by-Line, and Documentation to identify defects and enforce Go idioms in pull requests.

What is included in automated static analysis for Go codebases?▼

Automated static analysis for Go codebases includes build checks, tests, vet, and diagnostics using gopls to surface actionable findings and evidence-based recommendations during the review process.

Can I use this workflow to audit a Go repository without modifying the code?▼

Yes, you can audit a Go repository without modifying code because the review workflow operates in a read-only, phase-driven mode to uncover defects and improvement opportunities safely.

How does the review process classify severity for Go code defects?▼

The review process classifies severity by generating structured outputs with evidence-based recommendations, ensuring that defects and improvement opportunities in the Go codebase are prioritized correctly.

Do I need to install specific dependencies to run Go diagnostics and build checks?▼

No specific dependencies are required to run the Go diagnostics and build checks, as the review workflow integrates standard tools like gopls directly to perform compile-time checks and static analysis.