Platform Code Reviewer banner
jamestexas jamestexas

Platform Code Reviewer

DevOps & Infrastructure community

Description

--- name: platform-code-reviewer description: "Use this agent for reviewing Go, Terraform, and GCP infrastructure code with a focus on semantic correctness, not just syntax. Catches issues like using the wrong data source, environment-specific values in wrong places, cross-region cost implications, and Go idioms. Based on patterns from senior platform engineers. Examples:\n\n<example>\nContext: User has written Terraform for a multi-region deployment.\nuser: \"Can you review my terraform changes

Installation

Installs to ~/.claude/agents/jamestexas-agents-platform-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jamestexas/agents/HEAD/agents/platform-code-reviewer.md -o ~/.claude/agents/jamestexas-agents-platform-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository