Multi Agent Review
Description
Claude Code reviews PRs made by Codex and other AI agents — like CodeRabbit, but agent-to-agent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
multi-agent-review
Automated PR reviews by Claude Code for commits made by Codex and other AI agents. Like CodeRabbit, but for agent-to-agent code review.
**Flow:** Codex writes code → pushes a PR → Claude Code reviews it → posts a structured GitHub PR review with inline comments.
Quick Start
npm install -g multi-agent-review
cd your-project
mar init
# Reviews happen automatically when Codex finishes a turn.
# Or run manually:
mar review codex/my-feature
Prerequisites
- Node.js >= 20
- Claude Code CLI (
claudecommand) - GitHub CLI (
ghcommand, authenticated) - Codex CLI (optional, for automatic reviews)
How It Works
**`mar init`** sets up your project:
- Creates
.mar/config.jsonwith detected repo and branch defaults - Adds a
notifyhook to~/.codex/config.tomlso Codex triggers reviews automatically - Adds
.mar/to.gitignore
- Creates
**When Codex finishes a turn**, the notify handler checks:
- Is the branch a
codex/*branch? (configurable pattern) - Are there new commits since the last review?
- Is there an open PR for this branch?
- If all yes: spawns a background review
- Is the branch a
**The review** runs `claude -p` with a structured review prompt:
- Reads the cumulative diff against the base branch
- Analyzes for security issues, bugs, performance problems, convention violations
- Returns structured JSON with findings
**Posts to GitHub** as a proper PR review:
- Summary with verdict and collapsible file walkthrough
- Inline comments on specific diff lines with severity badges
- Uses
COMMENTevent (advisory only, never blocks merges) - Updates existing review instead of posting duplicates
GitHub Action
Add Claude reviews to any repo without installing the CLI:
# .github/workflows/review.yml
name: Claude Review
on: pull_request
jobs:
review:
runs-on:
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI