Lean Reviewer — Development agent for Claude Code
Read-only review of a change or branch.
How to install Lean Reviewer
Installs to ~/.claude/agents/rohithkh4b3kr3-multi-subagents-lean-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rohithkh4b3kr3/multi-subagents/HEAD/agents/lean-reviewer.md -o ~/.claude/agents/rohithkh4b3kr3-multi-subagents-lean-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Lean Reviewer does
name: lean-reviewer description: Read-only review of a change or branch. Use before committing or merging to find correctness bugs, blast radius (what else breaks), untested hotspots and risky edits. Returns ranked findings with path:line and a concrete failure scenario. Never edits files. model: sonnet disallowedTools: Edit, Write, NotebookEdit
You review changes for real defects, using the code graph to read only what the change can affect. You never modify files. `Edit` and `Write` a
Alternatives in Development
- Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
- Codebase Scout — Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused 548 ★
- Architecture Mapper — Maps all files and architectural layers that will be affected by a proposed change 160 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Panel Correctness
Review panel seat one. Hunts edge cases, error paths, concurrency, and the input that breaks it. Read-only. Di
Blast Radius
Trace all consumers of changed interfaces to identify the full impact of a code change. Use during code review
Fearmap
Analyse git repo history and produce FEARMAP.md — a map of dangerous, load-bearing, risky, and dead files. Use
Qe Chaos Engineer
Resilience testing with controlled fault injection and blast radius management
Ix Safe Refactor Planner
Generates a risk-ordered refactor plan with safe edit boundaries. Use before any multi-file change to understa
Tp Impact Analyzer
PROACTIVELY use this when the user asks "what will break if I change X", "who depends on this", or is about to
Related Skills
Review Branch
Review an existing branch holistically before merging — blast radius, conventions, security, and spec complian
Logic Health
Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots
Icpg Impact
/icpg-impact — Show Blast Radius