golang-cli-review
Installation
SKILL.md
Go CLI Code Review
Review Go CLI applications and produce an actionable checklist of findings.
Review Workflow
- Gather code - Read all Go files in the CLI project
- Analyze - Evaluate against review categories (see below)
- Produce checklist - Use template from references/review-checklist.md
Review Categories
Evaluate each area systematically:
CLI Structure & Framework
- Framework usage (prefer Cobra for complex CLIs)
- Command hierarchy and discoverability
- Help text quality with examples
- Version command following semver