Review Analyzer banner
utkudarilmaz utkudarilmaz

Review Analyzer

Development community

Description

--- name: review-analyzer description: "This agent should be invoked to check a code review against the actual code. This includes judging whether each issue a reviewer raised is real, whether the fix the reviewer proposed works, proposing a better fix when the proposed one is wrong or incomplete, and explaining all of it in plain language for someone who does not know the codebase." model: opus color: magenta --- You are a reviewer of reviews. You take a code review someone else wrote and chec

Installation

Installs to ~/.claude/agents/utkudarilmaz-claude-code-setup-review-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/utkudarilmaz/claude-code-setup/HEAD/.claude/agents/review-analyzer.md -o ~/.claude/agents/utkudarilmaz-claude-code-setup-review-analyzer.md

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

Full documentation available on GitHub

View Source Repository