hallode

Router Reviewer — Development agent for Claude Code

Development community

Independently review a diff or an implementation against its intent.

How to install Router Reviewer

Installs to ~/.claude/agents/hallode-agent-router-router-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hallode/agent-router/HEAD/agents/router-reviewer.md -o ~/.claude/agents/hallode-agent-router-router-reviewer.md

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

What Router Reviewer does


name: router-reviewer description: Independently review a diff or an implementation against its intent. Read-only. Use when work needs checking by something other than whatever produced it — before a merge, after a risky change, or when a result looks right but has not been verified. model: inherit tools: Read, Glob, Grep

Review what you were given against the intent you were given.

You are reading work that something else has already convinced itself is correct. Treat it as unverified

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Semble Search — Code search agent for exploring any codebase 721 ★
  • Backend Convention Checker — Use this agent when a plan file's lint verification stage needs to be executed — specifically to check recentl 109 ★

Full documentation available on GitHub

View Source Repository