← ClaudeAtlas

go-reviewlisted

Review Go code for security, correctness, and maintainability. Use when reviewing Go PRs requiring judgment beyond automated checks.
y-miyazaki/config · ★ 1 · Code & Development · score 68
Install: claude install-skill y-miyazaki/config
## Input - Go files in PR or changeset (required) - PR context: diff and commit messages (recommended for PR review; for ad-hoc file review without PR, evaluate all applicable checks directly) ## Output Specification Return structured Markdown in accordance with [references/common-output-format.md](references/common-output-format.md). That file is the source of truth for the output contract. ## Execution Scope - Systematically apply review checklist from [references/common-checklist.md](references/common-checklist.md) - Focus on checks requiring human/AI judgment (design, concurrency, security patterns) - Do not modify code files or approve/merge PRs ### USE FOR: - review Go PRs where `.go` files are in the changeset - assess design, security, and concurrency risks not covered by static checks - perform risk-focused review on multi-package changes - ad-hoc review of Go source files outside a PR context ### DO NOT USE FOR: - run formatting/lint/test/vulnerability command pipelines (`gofumpt`, `go vet`, `golangci-lint`, `go test`, `govulncheck`) - implement code fixes directly - changesets containing only non-Go files (e.g., docs-only, CI config-only) ## Reference Files Guide - [common-checklist.md](references/common-checklist.md) (always read) - [common-output-format.md](references/common-output-format.md) (always read) - [common-troubleshooting.md](references/common-troubleshooting.md) (read on failure) - [category-global.md](references/category-global.md) (always