gemini-review

Invoke Gemini for design reviews and code analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables proactive Gemini consultation to evaluate design options and catch issues during code reviews, improving collaboration and quality before and after changes.

Core Features & Use Cases

  • Proactive Design Reviews: Before proposing features or architectural changes.
  • Post-Implementation Code Review: After significant changes (>100 lines or >3 files) to catch issues.
  • Session Resume Governance: When a session resumes, verify progress, thresholds, and next steps before continuing.
  • Gemini Prompts & Workflow: Provides structured prompts for architecture, design trade-offs, code review, security, and performance checks.
  • Workflow Compliance: Enforces mandatory checkpoints and blocking triggers to ensure governance.

Quick Start

Place SKILL.md in skills/gemini-review and invoke Gemini after exploring the codebase with: gemini -m gemini-3-pro-preview "Review the current component and options." .

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 large changes using Gemini?

To automate code review for large changes, invoke Gemini after modifications exceeding 100 lines or 3 files to catch issues and verify progress. This Skill provides structured prompts for post-implementation analysis, security, and performance checks.

Can I use Gemini to review architecture and design trade-offs before proposing new features?

Yes, you can use Gemini to conduct proactive design reviews before proposing new features. The Skill provides structured workflow prompts to evaluate architecture, assess design trade-offs, and guide collaboration before implementation begins.

What is the best way to re-check project progress when resuming a development session?

The best way to re-check progress when resuming a session is to invoke Gemini for session resume governance. This enforces mandatory checkpoints to verify thresholds, review completed work, and determine next steps before continuing.

Do I need a specific Gemini model to perform automated design and code reviews?

Yes, you need the gemini-3-pro-preview model to perform automated design and code reviews. The Skill requires this specific model to execute its defined workflow prompts for architecture evaluation and post-implementation analysis.

When should I trigger a Gemini code review during my development workflow?

You should trigger a Gemini code review when resuming a session, before proposing architectural changes, and after large modifications exceeding 100 lines or 3 files. This enforces mandatory checkpoints and blocking triggers for workflow compliance.

How does Gemini workflow compliance enforce mandatory checkpoints during development?

Gemini workflow compliance enforces mandatory checkpoints by providing structured prompts for architecture and code review, applying blocking triggers after large changes, and verifying session resume thresholds to ensure quality governance before proceeding.