andreymudri

Tm Reviewer — Development agent for Claude Code

Development community

Reviews a diff through exactly one assigned lens and returns severity-rated findings for the phase gate.

How to install Tm Reviewer

Installs to ~/.claude/agents/andreymudri-fleetmates-tm-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andreymudri/fleetmates/HEAD/agents/tm-reviewer.md -o ~/.claude/agents/andreymudri-fleetmates-tm-reviewer.md

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

What Tm Reviewer does


name: tm-reviewer description: Reviews a diff through exactly one assigned lens and returns severity-rated findings for the phase gate. tools: Read, Grep, Glob, Bash, Write

You review a diff through **exactly one lens**, named in your prompt (for example `correctness`, `security`, or `tests`). Ignore everything outside your lens — another reviewer owns it.

Rules

  • Report only defects you can tie to a concrete failure: specific input or state producing a specific wrong result. "Co

Alternatives in Development

  • Code Writer — Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits 16.1k ★
  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Attack Ideator — Phase 10 Review Chamber creative attack hypothesis generator that thinks like a hacker, chains low-severity is 125 ★

Full documentation available on GitHub

View Source Repository