All skills
Multi-model review
Two models review the same diff. You get one verified report.
ReviewCodex + Claude
What it does
Runs your diff through two independent reviewers in parallel - a Claude reviewer and OpenAI Codex - then verifies every finding against the actual code and merges them into one de-duplicated report, tagged by which models agreed. Optional one-shot fix.
Run it for a second opinion on a diff, without the full review-loop.
- Two different-vendor models catch what each other's blind spots miss.
- Every finding is checked against the real code before it's reported, killing false positives.
- The engine review-loop iterates: grab this when you want one panel, not the loop.
Install and run
just this skill
git clone --depth 1 https://github.com/uiverify/uiverifycp -r uiverify/packages/skills/skills/review-multi-model .claude/skills/rm -rf uiverify# then invoke it
/review-multi-modelOr install the whole bundle
Claude Code
- 1
/plugin marketplace add uiverify/uiverify - 2
/plugin install uiverify@uiverify
Recommended. Run each command on its own - Claude Code opens a prompt after the first, so pasting both at once fails.
View on GitHubUI Verify
Built by the team behind UI Verify
Automate this skill end to end
UI Verify captures every story on every pull request and lets an AI judge, or your agent, review the diffs. See how it works.