diff-review
Originally frommitchellx/diff-reviewer-multi-agent
Installation
SKILL.md
Diff Review - Multi-Agent Code Review
Review code diffs using multiple AI reviewers in parallel, then merge findings into a unified report.
Usage
/diff-review [<commit-hash>] [--reviewer=<gemini|codex|claude|auto|all>]
Parameters
<commit-hash>(optional): Review a specific commit instead of uncommitted changes. Accepts full or short hash.--reviewer(optional): Select reviewer modegemini: Use Gemini CLI onlycodex: Use Codex CLI onlyclaude: Use Claude only (spawns new session)auto: Auto-select best reviewer based on code (readsreviewers/auto-select.md)allor omitted: Multi-Agent Mode - use all three reviewers in parallel