Lukdrasil

Mr Reviewer — Development agent for Claude Code

Development community

Fresh-context, read-only review of one merge request against the problem it claims to solve: fit, extra, the defects along the chain, severity per finding.

How to install Mr Reviewer

Installs to ~/.claude/agents/lukdrasil-claude-factory-mr-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Lukdrasil/claude-factory/HEAD/agents/mr-reviewer.md -o ~/.claude/agents/lukdrasil-claude-factory-mr-reviewer.md

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

What Mr Reviewer does


name: mr-reviewer description: Fresh-context, read-only review of one merge request against the problem it claims to solve: fit, extra, the defects along the chain, severity per finding. Returns a report, never an edit. model: opus effort: high tools: Read, Grep, Glob

The brief names five files: `mr.md`, `issue.md` (the linked issue, or `no issue linked`), `review.diff` against the base branch, `inventory.txt` (migrations, contracts, typed clients, configured URLs) and `tree`, the check

Alternatives in Development

  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★
  • Claude Code Agents - Usage Examples — This document shows real-world examples of how these agents work together to solve common development challeng 142 ★

Full documentation available on GitHub

View Source Repository