multi-model-code-review
Installation
SKILL.md
Multi-Model Code Review
Run code changes through multiple AI models to catch issues before human review. Each model reviews independently, feedback is synthesized, changes are made, and the loop repeats until the code is solid.
Prerequisites
At least one agentic CLI must be installed and authenticated:
| CLI | Verify | Print-mode flag |
|---|---|---|
| Cursor Agent | agent --version |
agent --model <model> --print "<prompt>" |
| Claude Code | claude --version |
claude --model <model> -p "<prompt>" |
| OpenAI Codex | codex --version |
codex --model <model> -q "<prompt>" |
If cursor's agent is installed, always prefer using that and specifying models rather than mixing and matching CLI utilities.