gemini-review

Automate independent Gemini-based reviews of Claude Code diffs and reasoning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an independent, Gemini-based review of Claude Code changes and the underlying reasoning, ensuring that modifications are justified and well-documented.

Core Features & Use Cases

  • Independent change audit: evaluates diffs, rationale, design decisions, and documentation updates with a focus on clarity and safety.
  • End-to-end reasoning review: analyzes not only code edits but also the reasoning and justifications behind them to improve transparency.
  • Use Case: When reviewing a Claude Code pull request, run this skill to generate a concise audit covering changes, rationale, and design decisions.

Quick Start

Run the Gemini review workflow on the current Git diff to audit Claude Code changes and reasoning.

Frequently Asked Questions about gemini-review

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

FAQPage Schema
How do I audit Claude Code changes using Gemini?

Auditing Claude Code changes involves running a Gemini review workflow on your Git diff to evaluate code edits, rationale, and design decisions independently.

What is an independent AI code review?

An independent AI code review uses a separate model to evaluate diffs, commits, and design decisions. This approach analyzes code edits and underlying reasoning to ensure modifications are justified and well-documented.

Does the Gemini review process analyze design decisions and reasoning?

Yes, the Gemini review process analyzes design decisions and reasoning. It evaluates not only the code diffs but also the justifications behind them to improve transparency and safety.

Do I need a specific Gemini model to review code diffs?

Yes, you need a Gemini model to review code diffs. The process specifically requires the gemini-3.1-pro-preview model or a fallback to evaluate the context-diff pipeline effectively.

Can I use this to review documentation updates in my codebase?

Yes, you can use this to review documentation updates in your codebase. The audit evaluates diffs, rationale, and documentation updates across the codebase with a focus on clarity and safety.

What is the best way to audit a Claude Code pull request?

The best way to audit a Claude Code pull request is to run a Gemini review workflow on the Git diff. This generates a concise audit covering changes, rationale, and design decisions.