code-review-go

Identify Go code quality issues via automated tools, YAML checks, and domain agents.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/oyjs1989/marketplace --skill code-review-go
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review-go
Source: https://github.com/oyjs1989/marketplace/tree/main/skills/code-review-go/skills/code-review-go
Command: npx skills add https://github.com/oyjs1989/marketplace --skill code-review-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Go code reviews can be time-consuming and error-prone; this skill provides automated structure and expert guidance to surface quality, safety, and design issues in Go projects.

Core Features & Use Cases

  • Three-tier AI-assisted Go code review: Tier 1 quantitative tooling, Tier 2 YAML pattern checks, and seven domain-specific agents.
  • Surface P0-P2 issues with actionable recommendations, links to standards, and suggested remediations.
  • Supports both diff-based and full-file context reviews for PRs, commits, and architectural evaluations.

Quick Start

Provide a Go code review by passing the diff and full file context to the skill for analysis.

Frequently Asked Questions about code-review-go

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

FAQPage Schema
How do I automate Go code reviews for pull requests?▼

Automate Go code reviews by passing pull request diffs and full file context to an AI skill that orchestrates automated tools, YAML pattern checks, and domain-specific agents to surface P0-P2 issues with actionable recommendations.

What is the best way to surface goroutine safety issues in Go?▼

Surface goroutine safety issues by running a three-tier static analysis review that uses seven domain-specific agents to evaluate Go code diffs and full context, identifying concurrency problems and correctness risks with structured remediation guidance.

Can I review entire Go files instead of just diffs?▼

Yes, you can review entire Go files. The skill supports both diff-based and full-file context reviews, allowing you to evaluate complete architectural context for commits, pull requests, and design discussions.

Does AI-assisted Go static analysis require external dependencies?▼

No external dependencies are required for this AI-assisted Go static analysis. The skill operates independently using its internal three-tier review system, automated tooling, and YAML pattern checks to identify code quality issues.

How are code quality issues prioritized during an automated Go review?▼

Code quality issues are prioritized into P0, P1, and P2 severity levels during the automated Go review. The seven domain-specific agents analyze correctness and design flaws, providing actionable recommendations and links to standards for each issue.