skills/smithery.ai/gemini-review

gemini-review

Installation
SKILL.md

Gemini Review

Interactive code review with selective fix application using Gemini 3.0 Flash.

Critical Behavior - MANDATORY

After EVERY Edit or Write tool that modifies code files:

  1. Run review: python scripts/gemini_review.py --files "<modified_files>"
  2. Display the numbered issue list
  3. Ask user: "Which issues to fix? (1,2,3 / all / blocking / skip)"
  4. Apply selected fixes using Edit tool
  5. If blocking issues remain after fixes, re-run review

Do NOT skip this. Do NOT ask permission. This is automatic.

Review Output Format

Issues are displayed with selection numbers:

Installs
3
First Seen
Mar 26, 2026
gemini-review from smithery.ai