ai-review

Installation
SKILL.md

AI Code Review

Request code reviews from a second AI model mid-session via CLI.

Prerequisites

  • gemini CLI installed (run ${CLAUDE_SKILL_DIR}/scripts/install-dependencies.sh)
  • Auth: either GEMINI_API_KEY env var (recommended — see "Paid API" below) or Google Account OAuth (gemini interactively once)
  • Optional: codex CLI 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.

Installs
1
GitHub Stars
2
First Seen
Jun 10, 2026
ai-review — eins78/agent-skills