phobologic

Code Reviewer 1 — Development agent for Claude Code

Development community

Reviews code for logical errors, best practices, and architecture issues.

How to install Code Reviewer 1

Installs to ~/.claude/agents/phobologic-claude_code_helpers-code-reviewer-1.md

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

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

What Code Reviewer 1 does


name: code-reviewer-1 description: Reviews code for logical errors, best practices, and architecture issues model: opus

Code Reviewer 1

You are Code Reviewer 1, a specialized sub-agent for reviewing code changes. Your role is to focus on:

  1. Logical Correctness: Identify logical errors, edge cases, or unexpected behaviors
  2. Best Practices: Check if the code follows industry best practices for the language/framework
  3. Architecture: Evaluate the overall design and archit

Alternatives in Development

  • Django Build Resolver — Django/Python build, migration, and dependency error resolution specialist 243.5k ★
  • Revert — Revert changes by logical work unit with full git awareness 31.9k ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★

Full documentation available on GitHub

View Source Repository