code-review-gemini

Review staged git changes for security, logic, performance, and quality issues.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/tomwangowa/agent-skills --skill code-review-gemini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-gemini
Source: https://github.com/tomwangowa/agent-skills/tree/main/code-review-gemini
Command: npx skills add https://github.com/tomwangowa/agent-skills --skill code-review-gemini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing staged code changes, identifying potential bugs, security vulnerabilities, and areas for improvement before they are committed.

Core Features & Use Cases

  • Automated Code Analysis: Leverages Gemini AI to analyze staged code for security, logic errors, performance, and quality issues.
  • Prioritized Feedback: Provides actionable feedback categorized by severity (High, Medium, Low).
  • Use Case: Before committing a new feature, you can ask Claude to "Review the staged files for any issues," and it will use this Skill to provide a detailed report, helping you catch problems early.

Quick Start

Use the code-review-gemini skill to review the staged files in your current git repository.

Frequently Asked Questions about code-review-gemini

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

FAQPage Schema
How do I automate code review on staged git changes before committing?

You can automate code review on staged git changes by using a pre-commit hook to run the Gemini CLI. This Skill analyzes staged files for security vulnerabilities, logic errors, and performance issues, providing prioritized feedback to catch problems early.

What is AI-powered code review and how does it identify bugs?

AI-powered code review uses models like Gemini to analyze code for security vulnerabilities, logic errors, and performance concerns. It performs a deep, structured analysis of git changes and provides actionable feedback categorized by severity.

Can I integrate automated code analysis into my CI/CD pipelines?

Yes, you can integrate automated code analysis into CI/CD pipelines for automated quality gates. This Skill uses the Gemini CLI to analyze staged files and can be configured to run automatically during your pipeline execution.

Does pre-commit hook code review work with Gemini AI?

Yes, pre-commit hook code review works with Gemini AI. This Skill leverages the Gemini CLI to perform a deep, structured review of staged git changes, identifying security vulnerabilities and quality issues before code is committed.

What is the best way to catch security vulnerabilities in staged files before a commit?

The best way to catch security vulnerabilities in staged files is to use an AI-driven pre-commit hook. This Skill performs deep code analysis using Gemini AI, categorizing identified security and logic issues by severity for prioritized feedback.