ai-review
Installation
SKILL.md
AI Code Review
Request code reviews from a second AI model mid-session via CLI.
Prerequisites
geminiCLI installed (run${CLAUDE_SKILL_DIR}/scripts/install-dependencies.sh)- Auth: either
GEMINI_API_KEYenv var (recommended — see "Paid API" below) or Google Account OAuth (geminiinteractively once) - Optional:
codexCLI for OpenAI reviews:brew install codex
CRITICAL: Never Skip Reviews
Quality over speed. When a review is requested, you MUST wait for the result. Do NOT:
- Skip the review because of rate limits or timeouts
- Proceed without the review and say "we can review later"
- Substitute your own review instead of calling the external model
The gemini CLI handles rate limit retries automatically. If the script exits with a timeout (exit code 2), ask your human partner for help — do not silently continue.