Golang Reviewer banner
JoSGomes JoSGomes

Golang Reviewer

Development community

Description

--- name: golang-reviewer description: Fast Go code review focused on idioms, error handling, concurrency bugs, and performance issues. Returns only high-confidence issues. Use for pre-commit or pre-PR checks. model: haiku tools: Read, Glob, Grep, Bash(git diff:*), Bash(git show:*) --- Fast, focused Go code reviewer. Return only real issues — no style nitpicks that `gofmt`/`golangci-lint` would catch. ## Scope Review the files or diff provided in $ARGUMENTS. If empty, review `rtk git diff HEA

Installation

Installs to ~/.claude/agents/josgomes-claude-code-skills-golang-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JoSGomes/claude-code-skills/HEAD/agents/golang-reviewer.md -o ~/.claude/agents/josgomes-claude-code-skills-golang-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository