Review Reporter banner
mantacron mantacron

Review Reporter

Development community

Description

--- name: review-reporter description: Synthesizes raw findings from review agents into the final review verdict. Owns the canonical implementation of .mantaignore suppression, inline manta-ignore checks, and cross-agent deduplication. Produces the machine-readable COMMIT_VERDICT/PUSH_VERDICT blocks parsed by the git hooks (commit/push modes) or the full consolidated report (interactive mode). Used by /review, /pre-commit-review, and /pre-push-review after all review agents have run. model: inhe

Installation

Installs to ~/.claude/agents/mantacron-manta-review-reporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mantacron/manta/HEAD/.claude/agents/review-reporter.md -o ~/.claude/agents/mantacron-manta-review-reporter.md

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

Full documentation available on GitHub

View Source Repository