gemini-review

Automate code reviews with the Google Gemini CLI and its code-review extension.

705|56|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/alinaqi/claude-bootstrap --skill gemini-review-alinaqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-review
Source: https://github.com/alinaqi/claude-bootstrap/tree/main/skills/gemini-review
Command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill gemini-review-alinaqi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Automated Code Analysis: Analyzes code changes for common issues.
  • Large Context Window: Can process entire repositories for comprehensive reviews.
  • CI/CD Integration: Seamlessly integrates into GitHub Actions and GitLab CI for automated reviews on pull requests.
  • Use Case: Integrate this skill into your CI pipeline to automatically flag potential security flaws or bugs in new code before it's merged.

Quick Start

Run gemini interactively and then type /code-review to start a 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 code review for pull requests using AI?

Automated code review for pull requests is handled by this Skill using the Google Gemini CLI to analyze code changes for bugs, security vulnerabilities, and quality issues. It integrates directly into your CI/CD pipeline to automatically flag potential flaws before merging.

Can I review an entire repository's code quality at once?

Reviewing an entire repository at once is supported by leveraging the Gemini 2.5 Pro model with a 1M token context window. This large context capacity allows the AI to comprehensively analyze your full codebase for security vulnerabilities and quality issues.

How does AI code review integrate with GitHub Actions and GitLab CI?

AI code review integrates with GitHub Actions and GitLab CI by running the Gemini CLI within your existing CI/CD pipelines. This automates the analysis of new code changes in pull requests, ensuring automated checks for bugs and security flaws before code is merged.

Do I need the Google Gemini CLI to perform automated security analysis?

The Google Gemini CLI is required to perform this automated security analysis. The Skill depends on the @google/gemini-cli and its code-review extension to execute vulnerability checks and process code changes using Gemini 2.5 Pro.

What is the best way to start an interactive AI code review?

The best way to start an interactive AI code review is to run the `gemini` command in your terminal and then type `/code-review`. This initiates the Gemini CLI extension to analyze your code changes for bugs and quality issues.