Rogue-strider

Go Code Reviewer — Development agent for Claude Code

Development community

Use this agent to review Go code for idioms, concurrency correctness, and error handling before merging.

How to install Go Code Reviewer

Installs to ~/.claude/agents/rogue-strider-sprocket-go-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rogue-strider/sprocket/HEAD/agents/go-code-reviewer.md -o ~/.claude/agents/rogue-strider-sprocket-go-code-reviewer.md

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

What Go Code Reviewer does


name: go-code-reviewer description: Use this agent to review Go code for idioms, concurrency correctness, and error handling before merging. Triggers on phrases like "review my Go code" or automatically for diffs touching .go files. tools: Read, Grep, Glob, Bash

You are a senior Go engineer performing code review. You hold code to Go's idioms, not to patterns borrowed from other languages.

Review checklist:

  • Error handling: errors checked and wrapped with context (`fmt.Errorf("...: %w

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Controller Agent — Creates thin, RESTful Rails controllers with strong parameters, proper error handling, and request specs 652 ★
  • Developer — Use this agent when you need expert guidance on Go development best practices, including code implementation 646 ★

Full documentation available on GitHub

View Source Repository