gemini-review

Automate Google Gemini code reviews via the gemini CLI in non-interactive mode.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mataanin/multi-llm --skill gemini-review-mataanin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-review
Source: https://github.com/mataanin/multi-llm/tree/main/skills/gemini-review
Command: npx skills add https://github.com/mataanin/multi-llm --skill gemini-review-mataanin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @google/gemini-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill automates code reviews by orchestrating the Google Gemini CLI in non-interactive mode to standardize feedback and reduce manual review time.

Core Features & Use Cases

  • Run Gemini-based code reviews on the current branch, specific commits, or a range of commits with a single command.
  • Validate code changes against a provided description to surface gaps and ensure alignment with intent.
  • Fits into CI/CD pipelines to deliver consistent review results as part of automated workflows.

Quick Start

Run a Gemini-based review on the current branch using a concise change description to trigger an automated, non-interactive code review.

Frequently Asked Questions about gemini-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Gemini code reviews for a specific commit range?

You can automate Gemini code reviews for a specific commit range by using the gemini CLI in non-interactive mode with a supporting script. This orchestrates the review process across your codebase to validate changes against a provided description.

Do I need the gemini CLI installed to run automated code reviews?

Yes, the gemini CLI must be installed to run automated code reviews. You also need access to the .claude/gemini-code-review-prompt.md prompt file and a supporting script to orchestrate the non-interactive review workflow.

Can I validate code changes against a provided description automatically?

Yes, you can validate code changes against a provided description automatically. The Skill orchestrates the Gemini CLI to surface gaps and ensure code alignment with your intent during on-branch, specific-commit, or commit-range reviews.

How do I integrate non-interactive code reviews into a CI/CD pipeline?

You integrate non-interactive code reviews into a CI/CD pipeline by running the provided orchestration script. It triggers Gemini CLI reviews on the current branch or commits to deliver consistent, automated feedback within your workflows.

What is the best way to standardize code review feedback across a team?

The best way to standardize code review feedback is to automate Google Gemini CLI reviews in non-interactive mode. This applies a consistent review prompt to validate changes across branches and commits, reducing manual review time.