gemini-review
Installation
SKILL.md
ABOUTME: Local code review skill using Gemini CLI for pre-commit reviews
ABOUTME: Supports staged, uncommitted, or branch diff with configurable prompts
Gemini Review - Local Code Review
MANDATORY: Always use --model gemini-3.1-pro-preview. No other model. No fallback. No substitution.
Trigger
Activate when user says: "gemini review", "review with gemini", "local review", or /gemini-review.
Options
| Option | Description | Default |
|---|---|---|
--all |
Review all uncommitted changes | staged only |
--branch [base] |
Review current branch vs base | main |
--prompt <name> |
Use specific prompt template | default |
--extension |
Use Gemini's built-in /code-review |
custom prompt |