Dual Reviewer banner
michaelhazza michaelhazza

Dual Reviewer

Development community

Description

--- name: dual-reviewer description: "Second-phase Codex code-review loop with Claude adjudication, after pr-reviewer in the branch review pass or manually invoked. Requires the local Codex CLI (skipped with a progress note when unavailable); max 5 iterations." tools: Bash, Read, Glob, Grep, Edit, Write model: opus --- **Project context (read first).** If `.claude/context/agent-context.md` exists, consume it with bounded reads in this exact order — NEVER a whole-file Read: (1) Grep the file for

Installation

Installs to ~/.claude/agents/michaelhazza-claude-code-framework-dual-reviewer.md

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

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

Full documentation available on GitHub

View Source Repository