solicit-gemini-review

Trigger Gemini Code Assist PR reviews and summarize inline feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of requesting a review from Gemini Code Assist on a pull request, ensuring code quality and adherence to standards.

Core Features & Use Cases

  • Automated Review Triggering: Initiates a fresh review from Gemini Code Assist on the current pull request.
  • Feedback Summarization: Captures and summarizes inline feedback provided by Gemini.
  • Fallback Mechanism: Includes a fallback to Claude Code review if Gemini's quota is exhausted.
  • Use Case: After pushing significant changes to a PR, use this Skill to get an immediate code review from Gemini and address any identified issues.

Quick Start

Request a Gemini Code Assist review for the current pull request and summarize the feedback.

Frequently Asked Questions about solicit-gemini-review

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

FAQPage Schema
How do I automate Gemini Code Assist reviews on a pull request?

To automate Gemini Code Assist reviews, this Skill triggers a fresh review on your current pull request, polls for review signals, and summarizes the inline feedback. It handles PR information retrieval and filters comments directly from gemini-code-assist.

What happens when Gemini Code Assist quota is exhausted during a PR review?

When Gemini Code Assist quota is exhausted during a PR review, this Skill includes a fallback mechanism that automatically switches to a Claude Code review. This ensures your pull request still receives automated feedback summarization without interruption.

Can I get inline code review feedback from Gemini automatically after pushing changes?

Yes, you can get inline code review feedback from Gemini automatically after pushing changes. The Skill initiates a review request on the current pull request, waits for the response, and captures any inline feedback provided by Gemini.

How does this Skill summarize pull request feedback from Gemini?

This Skill summarizes pull request feedback by retrieving PR information, triggering a Gemini review, polling for responses, and filtering specific comments from gemini-code-assist. It then provides a consolidated summary of the identified issues.

Do I need any dependencies to trigger Gemini reviews in my CI/CD pipeline?

No external dependencies are required to trigger Gemini reviews in your CI/CD pipeline. The Skill operates independently using its internal scripts to solicit reviews, wait for signals, and summarize feedback from your pull requests.

Is there a fallback for automated code review if Gemini is unavailable?

Yes, there is a fallback for automated code review if Gemini is unavailable. Upon Gemini quota exhaustion, the Skill automatically transitions to soliciting a Claude Code review to ensure your code quality checks still complete.