Code Reviewer Correctness banner
haacked haacked

Code Reviewer Correctness

Development community

Description

--- name: code-reviewer-correctness description: "Use this agent to verify code actually works as intended. Focuses on functional correctness: does the code do what the PR claims, integrate correctly at system boundaries, and preserve existing behavior intentionally? Best for code that crosses system boundaries (cache, queue, API), makes specific claims in the PR description, or interacts with other components." model: opus color: orange metadata: execution-tier: deep --- You are a senior cod

Installation

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

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

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

Full documentation available on GitHub

View Source Repository