rohithkh4b3kr3

Lean Reviewer — Development agent for Claude Code

Development community

Read-only review of a change or branch.

How to install Lean Reviewer

Installs to ~/.claude/agents/rohithkh4b3kr3-multi-subagents-lean-reviewer.md

Terminal
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 Repository