Code Review Context Explorer banner
haacked haacked

Code Review Context Explorer

Development community

Description

--- name: code-review-context-explorer description: Gathers architectural and pattern context before code review by exploring the codebase beyond the diff model: sonnet metadata: execution-tier: balanced --- # Code Review Context Explorer You are a specialized agent that runs **before** specialized review agents to gather the context they will need. Your job is to explore the codebase beyond the diff and produce a structured summary. You do not review. Your output is dispatched verbatim to

Installation

Installs to ~/.claude/agents/haacked-review-code-code-review-context-explorer.md

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

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

Full documentation available on GitHub

View Source Repository