follow-up-with-gemini

Reply to Gemini code review comments on GitHub pull requests and resolve threads.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of responding to and resolving feedback provided by Gemini, ensuring efficient iteration on code reviews.

Core Features & Use Cases

  • Automated Feedback Response: Reply to Gemini's comments directly within review threads.
  • Commit Verification: Ensures code changes are pushed before replying to avoid confusion.
  • Status Updates: Notifies Gemini about fixes, disagreements, or deferrals.
  • Use Case: After fixing a bug identified by Gemini, use this Skill to automatically reply with the commit hash and tag Gemini for confirmation, then wait for its approval to resolve the thread.

Quick Start

Use the follow-up-with-gemini skill to reply to the latest Gemini comment on the current pull request with your fix.

Frequently Asked Questions about follow-up-with-gemini

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

FAQPage Schema
How do I automate GitHub pull request replies to Gemini code review comments?

Automate GitHub pull request replies to Gemini code review comments by using a script to retrieve PR information, verify commits are pushed, and reply directly within review threads. It tags Gemini with commit hashes to request confirmation before resolving threads.

What is the process for resolving Gemini code review feedback on pull requests?

Resolving Gemini code review feedback involves pushing code fixes, notifying Gemini about the changes or disagreements, and waiting for its confirmation. The thread is only resolved after receiving approval to ensure proper iteration.

Why does my Gemini code review reply fail when commits are not pushed?

Gemini code review replies fail when commits are not pushed because the workflow includes a commit verification step. This ensures code changes exist on the remote branch before replying, avoiding confusion in the pull request review thread.

Can I fallback to Claude Code review if Gemini hits quota exhaustion?

You can fallback to Claude Code review if Gemini hits quota exhaustion. The workflow handles this automatically, ensuring your pull request feedback loop continues even when the Gemini API quota is exceeded.

Does this automation work for deferring feedback on GitHub pull requests?

This automation works for deferring feedback on GitHub pull requests by allowing you to post status updates directly to Gemini. You can notify Gemini about deferred changes or disagreements within the specific review thread.