agent-skills-code-review-router
Routes code reviews between Gemini and Codex automatically
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Code Review Router?โผ
Run `npx skills add win4r/agent-skills-code-review-router --all -g -y` in your terminal to install the skill globally.
How does the code review routing work?โผ
It inspects your git diff, detects the language and security-sensitive patterns, calculates a complexity score, then sends the review to Codex for complex or risky changes and Gemini for simpler ones.
Do I need both Gemini CLI and Codex CLI installed?โผ
No. You need at least one of them installed; if only one is available, the skill uses it directly without routing.
Does it work with Claude Code and Google Antigravity?โผ
Yes. The skill follows the standard SKILL.md format and runs in both Claude Code and Google Antigravity.
What happens if a review CLI fails?โผ
The skill automatically falls back to the other CLI and reports both errors if neither succeeds, with a 120-second timeout to prevent hanging.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core