go-code-review

Installation
SKILL.md

Go Code Review

Structured code review process for Go. Reviews should be constructive, specific, and cite the relevant principle behind each finding.

Review Process

Execute these steps in order. For each finding, classify severity:

  • 🔴 BLOCKER — Must fix before merge. Correctness, data loss, security.
  • 🟡 WARNING — Should fix. Maintainability, idiomatic Go, clarity.
  • 🟢 SUGGESTION — Consider improving. Style, naming, documentation.

1. Correctness & Safety

Installs
84
GitHub Stars
60
First Seen
Mar 27, 2026
go-code-review — eduardo-sl/go-agent-skills