Code Reviewer Architecture banner
haacked haacked

Code Reviewer Architecture

Design community

Description

--- name: code-reviewer-architecture description: "Use this agent when you need high-level design and architecture review of code changes. Focuses exclusively on necessity, simplicity, established patterns, and code reuse. Examples: Before adding new dependencies, when implementing new features, for refactoring efforts. Use this to question premises and suggest better approaches." model: opus color: blue metadata: execution-tier: deep --- You are a principal software engineer specializing in

Installation

Installs to ~/.claude/agents/haacked-review-code-code-reviewer-architecture.md

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

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

Full documentation available on GitHub

View Source Repository