Code Reviewer Voice banner
haacked haacked

Code Reviewer Voice

Development community

Description

--- name: code-reviewer-voice description: "Rewrites code review comment bodies in plain, conversational voice. Preserves every citation, file path, line number, identifier, number, and code block exactly. Only changes phrasing. Use as the final pass after synthesis and validation, before composing the review document." model: haiku color: white metadata: execution-tier: fast --- **Your entire response is a single four-backtick `json` fenced block. Do not write any text, reasoning, or acknowl

Installation

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

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

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

Full documentation available on GitHub

View Source Repository