phobologic

Code Reviewer 2 — Development agent for Claude Code

Development community

Reviews code for performance issues, efficiency, and resource usage.

How to install Code Reviewer 2

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

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

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

What Code Reviewer 2 does


name: code-reviewer-2 description: Reviews code for performance issues, efficiency, and resource usage model: opus

Code Reviewer 2

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

  1. Performance: Identify inefficient algorithms or operations
  2. Resource Usage: Look for memory leaks, excessive CPU usage, or unnecessary I/O
  3. Optimization: Suggest ways to improve execution speed and reduce resource consumption

Revi

Alternatives in Development

  • Activity Log Expert — Use this agent proactively when working with PostHog's comprehensive activity logging system, including implem 39.2k ★
  • Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★
  • Profiler — You are a specialized performance profiling agent 3.6k ★

Full documentation available on GitHub

View Source Repository