Go Review
Go specialist code review — idiomatic Go, concurrency, error handling, performance
Invoke the go-reviewer agent to perform a comprehensive Go code review.
If an argument is provided and is a number, treat it as a GitHub PR number.
If no argument, review local uncommitted changes (git diff --staged and git diff).
The agent will:
- Establish review scope
- Run
go vet,staticcheck,golangci-lintif available - Review against Go checklist (security, error handling, concurrency, idiomatic patterns)
- Report findings with severity levels and approval verdict