WnQinm

Light Reviewer — Development agent for Claude Code

Development community

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

Terminal
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

  1. 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 Repository