address-gemini-feedback

Resolve Gemini code review feedback on GitHub pull requests via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of addressing feedback from Gemini code reviews on GitHub Pull Requests, ensuring timely resolution and efficient code iteration.

Core Features & Use Cases

  • Automated Feedback Triage: Fetches and analyzes unresolved Gemini review comments.
  • On-the-Fly Fixes: Implements code changes directly to address feedback.
  • Deferred Fix Management: Identifies and logs feedback that needs to be addressed in future PRs.
  • Quota Fallback: Gracefully switches to an alternative review process (Claude) if Gemini's quota is exhausted.
  • Use Case: After a Gemini review flags several issues in your code, this Skill can automatically make the suggested small fixes, commit them, push them, and then reply to Gemini with the resolution, or defer larger issues to a follow-up task.

Quick Start

Address all unresolved Gemini feedback in the current pull request.

Frequently Asked Questions about address-gemini-feedback

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

FAQPage Schema
How do I automate resolving Gemini code review feedback on GitHub pull requests?

You can automate resolving Gemini code review feedback by using a Skill that fetches unresolved PR comments, applies code changes directly, and replies in-thread via the GitHub REST API. It commits and pushes on-the-fly fixes automatically.

What happens when Gemini's daily review quota is exhausted during PR feedback resolution?

When Gemini's daily quota is exhausted during PR feedback resolution, the process gracefully falls back to an alternative review process using Claude Code to ensure continuous automated feedback triage and code iteration.

How do I handle out-of-scope issues flagged in Gemini pull request reviews?

You can handle out-of-scope issues by using a deferred fix management feature that identifies larger feedback, logs it for future PRs, and only implements on-the-fly fixes for small code changes in the current iteration.

What do I need to set up to automate GitHub PR comment replies and code fixes?

You need an agentTool wrapper for GitHub REST API interactions and direct Git operations for commits and pushes. This environment setup enables fetching unresolved comments and replying in-thread automatically.

Can I use this automated code review feedback process for large architectural changes?

This automated code review feedback process is designed for on-the-fly fixes. It will identify and defer out-of-scope or larger architectural issues, logging them to be addressed in future pull requests rather than auto-fixing them.