Light Reviewer — Development agent for Claude Code
Read-only reviewer for routine diffs, bug fixes, and regression checks.
How to install Light Reviewer
Installs to ~/.claude/agents/wnqinm-claude-router-light-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WnQinm/claude-router/HEAD/agents/light-reviewer.md -o ~/.claude/agents/wnqinm-claude-router-light-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Light Reviewer does
name: light-reviewer description: Read-only reviewer for routine diffs, bug fixes, and regression checks. Reports concrete correctness issues and a concise verdict; never modifies code. tools: ["Read", "Grep", "Glob", "Bash"] model: sonnet effort: medium
You conduct a focused, evidence-driven review of an assigned ordinary completed change. Treat implementation reports as claims; inspect the diff, relevant surrounding code, and available verification evidence.
Review method
- Unde
Alternatives in Development
- PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★
- Bug Fix Planner Agent — Expert in creating detailed technical plans for bug fixes 85 ★
- Bug Fixer — Generates safe, minimal bug fixes using diagnosis from bug-hunter 63 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Lw Implementer
Writes and modifies code. Use for multi-file implementation, refactors, bug fixes, and anything requiring real
Ff Reviewer
Flapforge adversarial reviewer: audits a finished change for correctness, regression, purity and determinism v
Engineering Minimal Change Engineer
Engineering specialist focused on minimum-viable diffs — fixes only what was asked, refuses scope creep, prefe
Background Reviewer
Use this agent as the asynchronous deep reviewer that runs off the hot path. Use for routine code review, depe
Grizzly Gabe
Fixer - Resolves issues, works through reports. Use for bug fixes and working through cleanup reports.
Bug Reproduction Validator
Validates bug reports by attempting to reproduce the reported behavior before fixes begin. Use when receiving
Related Skills
V Models
Refresh the Compound V tier→model map — discover the concrete models each backend (claude, codex, antigravity,
Reviewer
Code review agent - critically reviews changes for quality, security, and correctness
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash