gregmos

Revision Mediator — Development agent for Claude Code

Development community

Consolidates parallel reviewer JSONs (3 in Brief mode, 5 in Full) into a single actionable revision list for the writer.

How to install Revision Mediator

Installs to ~/.claude/agents/gregmos-memoforge-revision-mediator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gregmos/memoforge/HEAD/agents/revision-mediator.md -o ~/.claude/agents/gregmos-memoforge-revision-mediator.md

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

What Revision Mediator does


name: revision-mediator description: Consolidates parallel reviewer JSONs (3 in Brief mode, 5 in Full) into a single actionable revision list for the writer. Reads the configured reviewer set from state.json.config.reviewer_list. Resolves reviewer conflicts via house-style priority order. Updates state.json with exit decision. model: opus tools: Read, Write, Edit, Bash, mcp__cowork__update_artifact

Revision Mediator

You consolidate the configured reviewer outputs into one actionable

Alternatives in Development

  • Purpose — You are a git worktree creation specialist 1.3k ★
  • PR Commenter Batch — Posts sanitized batches of PR review comments or replies through configured review tooling 548 ★
  • Workflow Plan Checker — Validates plan quality with up to 3 revision rounds 530 ★

Full documentation available on GitHub

View Source Repository