gemini-review

Automate code reviews with the Google Gemini CLI and Gemini 2.5 Pro.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/AdigunQ/ralph-smart --skill gemini-review-adigunq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-review
Source: https://github.com/AdigunQ/ralph-smart/tree/main/knowledges/bootstrap_skills/gemini-review
Command: npx skills add https://github.com/AdigunQ/ralph-smart --skill gemini-review-adigunq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates code reviews using Google's Gemini CLI, leveraging its advanced AI capabilities to identify bugs, security vulnerabilities, and code quality issues.

Core Features & Use Cases

  • Large Context Window: Analyzes entire repositories with Gemini 2.5 Pro's 1M token context.
  • CI/CD Integration: Seamlessly integrates into GitHub Actions and GitLab CI for automated PR reviews.
  • Use Case: Automatically review pull requests for security flaws and adherence to coding standards before merging, ensuring higher code quality and faster development cycles.

Quick Start

Run the gemini CLI to start an interactive code review session.

Frequently Asked Questions about gemini-review

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

FAQPage Schema
How do I automate code review for pull requests in GitHub Actions?

Automate code review for pull requests in GitHub Actions by integrating the Gemini CLI to analyze code diffs. It leverages Gemini 2.5 Pro to identify bugs and security vulnerabilities, automatically running reviews on PRs before merging.

Can I analyze an entire repository context with AI for code review?

Yes, you can analyze an entire repository context with AI for code review using Gemini 2.5 Pro. It supports a 1 million token context window, enabling comprehensive analysis of large codebases to identify code quality issues.

Does Gemini CLI work with GitLab CI for automated security analysis?

Gemini CLI works with GitLab CI for automated security analysis by integrating into your pipeline stages. It executes AI-powered code reviews to detect security flaws and adherence to coding standards before code merges.

How do I install and authenticate Gemini CLI for CI/CD pipelines?

Install and authenticate Gemini CLI for CI/CD pipelines via npm, Homebrew, or API keys. This setup facilitates integration with GitHub Actions and GitLab CI, enabling prompt execution and session tracking for automated reviews.

What is the best way to output structured data from an AI code review?

The best way to output structured data from an AI code review is using the Gemini CLI's JSON output feature. It formats analysis results into structured JSON, facilitating automated parsing and processing within CI/CD workflows.