go-reviewer

Community

Speed Go code reviews with best practices.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams enforce idiomatic Go patterns, robust error handling, concurrency safety, and clean interface design, reducing review time and boosting code quality.

Core Features & Use Cases

  • Error handling checks: enforce context wrapping, avoid ignored errors, and encourage meaningful messages.
  • Concurrency safeguards: detect data races, goroutine leaks, and proper synchronization.
  • Interface design: promote small, testable interfaces that improve testability and maintainability.
  • Testing guidance: suggests table-driven tests, benchmarks, and go test strategies.
  • Use Case: Quick Go project review highlighting critical anti-patterns before merge.

Quick Start

Run the go-reviewer skill against a repository containing a go.mod at the project root to receive an idiomatic-Go review summary.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: go-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#go-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository