What problem does it solve?
This Skill helps you review Go changes before they ship, so you can catch correctness, style, security, concurrency, and testing issues early instead of discovering them after merge.
Core Features & Use Cases
- Systematic diff review: Walks Go changes file by file and checks formatting, errors, naming, declarations, control flow, functions, interfaces, concurrency, data structures, logging, imports, generics, and tests.
- Severity-based findings: Labels issues as must-fix, should-fix, or nit so reviewers can prioritize what blocks merge.
- Community-standard guidance: Anchors feedback in Go best practices and community rules, making reviews consistent and actionable.
- Use case: Review a pull request for a Go service and return line-specific findings with clear rule citations and severity labels.
Quick Start
Ask the skill to review your Go pull request diff and return only line-referenced findings grouped by severity.