review-with-gemini

Reviews staged Git changes or branch diffs using Gemini CLI and optionally GitHub PR context.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fwojciec/quiver --skill review-with-gemini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-with-gemini
Source: https://github.com/fwojciec/quiver/tree/main/.codex/skills/review-with-gemini
Command: npx skills add https://github.com/fwojciec/quiver --skill review-with-gemini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables teams to obtain an independent Gemini review of staged changes or branch diffs, helping catch issues before merging.

Core Features & Use Cases

  • Independent Gemini review: Leverages Gemini CLI to assess code quality and potential risks on diffs.
  • PR-ready workflow: Applies to staged or committed changes and pull requests, providing a verdict and actionable findings.
  • Context-aware: Optionally reads PR context when available (title, description) and respects existing review notes.

Quick Start

Run an independent Gemini review of your current staged or committed changes.

Frequently Asked Questions about review-with-gemini

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

FAQPage Schema
How do I get an automated code review on my git staged changes?

To get an automated code review on staged changes, you can use an AI tool to assess diffs. This Skill invokes Gemini CLI to provide an independent verdict, top issues, and recommended actions on your code.

Can I use Gemini to review a pull request before merging?

Yes, you can use Gemini to review a pull request. The workflow optionally reads PR context like title and description via GitHub CLI, returning a comprehensive verdict and actionable findings before you merge.

What do I need to run an AI code review on git diffs?

To run an AI code review on git diffs, you need Gemini CLI installed, and GitHub CLI if you want to include pull request context. It processes staged changes or branch diffs to output review findings.

How does an independent AI second opinion improve code quality?

An independent AI second opinion improves code quality by applying a separate assessment to your diffs. It analyzes staged changes for potential risks, returning a verdict and top issues to catch bugs before merging.

Does this code review workflow incorporate existing review notes?

Yes, the code review workflow respects existing review notes. It optionally reads prior review documents and PR context to generate a comprehensive Gemini verdict and recommended next actions.

What is the difference between reviewing staged changes and branch diffs?

Reviewing staged changes targets uncommitted code in your index, while branch diffs compare committed code against a base. Both approaches apply Gemini to output a verdict, top issues, and recommended next actions.