win4rwin4rCommunityยท1 Agent Skills Included

agent-skills-code-review-router

Routes code reviews between Gemini and Codex automatically

Analyzes your uncommitted git changes and routes the code review to the best CLI, Gemini or Codex, based on language, complexity, and security patterns. Calculates a transparent 0-10 complexity score so every routing decision is explainable and consistent. Handles failures with automatic fallback and timeout protection, eliminating manual tool selection and stalled reviews.
npx skills add win4r/agent-skills-code-review-router --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’