go-code-review

Community

Auto-review Go code for 100+ common mistakes.

AuthorAutomaat
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates Go code reviews by analyzing files for over 100 common mistakes, including error handling, concurrency issues, interface design, performance pitfalls, and testing gaps. It helps teams catch issues early, reduce PR review time, and improve Go code quality.

Core Features & Use Cases

  • Automated checks: Scan Go files for common mistakes and patterns from the Go best-practices knowledge base.

  • Severity-based reporting: Flag issues as Critical/Major/Minor with location and suggested fixes.

  • Context-aware guidance: Cross-reference findings with the knowledge base and real-world patterns to provide concrete remediation steps.

  • Use Case: In a busy PR with multiple Go files, drop in a patch; the skill will return a report listing top issues, their locations, severity, and recommended code changes so developers can fix the most impactful problems first.

Quick Start

Review the attached Go file(s) such as main.go and report the top issues with severity and fixes.

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-code-review
Download link: https://github.com/Automaat/research-machine/archive/main.zip#go-code-review

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