go-code-review

Analyzes Go files for common mistakes in error handling, concurrency, and more.

4|Updated Sep 6, 2023
One-click install
npx skills add https://github.com/curtbushko/nixos-config --skill go-code-review-curtbushko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-code-review
Source: https://github.com/curtbushko/nixos-config/tree/main/modules/home/llm/claude/skills/go-code-review
Command: npx skills add https://github.com/curtbushko/nixos-config --skill go-code-review-curtbushko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Go code reviews to identify 100+ common mistakes, helping engineers catch issues early and maintain high-quality Go code without manual, repetitive checking.

Core Features & Use Cases

  • Review Process: Analyzes Go files for error handling, concurrency patterns, interfaces, performance, testing, and standard library usage.
  • Priority Checks: Highlights Critical, Major, and Minor issues with actionable fixes.
  • Use Case: When reviewing a PR, run this Skill against changed .go files to surface high-impact issues before human review.

Quick Start

Tell the AI to run a Go code review on the target file, for example: "Review handler.go with go-code-review to surface potential issues."