What problem does it solve?
This Skill helps teams review Go design specifications before implementation so they can catch missing requirements, contradictions, and overengineered ideas early.
Core Features & Use Cases
- Pre-implementation review: Checks whether a Go spec is complete, consistent, and ready to turn into code.
- Idiomatic Go guidance: Evaluates simplicity, small interfaces, explicit errors, context propagation, concurrency choices, and package design through a Go-first lens.
- CLI-aware review: Applies Cobra and Viper conventions when the spec touches command-line tools, including command registration and flag design.
- Use case: A developer shares a feature design doc and wants a fast verdict on whether it is safe and practical to build.
Quick Start
Ask for a Go spec review of the attached design document and request approval or blocking issues before implementation begins.