address-gemini-review

Triage and validate gemini-code-assist PR review comments via GitHub API.

7|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/himattm/skills --skill address-gemini-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-gemini-review
Source: https://github.com/himattm/skills/tree/main/plugins/review/skills/address-gemini-review
Command: npx skills add https://github.com/himattm/skills --skill address-gemini-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches, validates, triages, and addresses gemini-code-assist[bot] PR review comments with a skeptical stance. It helps teams avoid blind compliance and treat bot suggestions as hints, ensuring code changes align with project goals.

Core Features & Use Cases

  • Skeptical triage: Identifies gemini-code-assist[bot] comments, groups issues by file, and prioritizes human judgment over automated suggestions.
  • Context-aware validation: Reads actual PR state and file content to evaluate correctness, relevance, and impact.
  • Guided replies: Generates structured verdicts (FIX, DISMISS, DISCUSS) and prepares reply bodies consistent with workflow guidelines.

Quick Start

Provide a PR number or context to initiate the triage with the /address-gemini-review command.

Frequently Asked Questions about address-gemini-review

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

FAQPage Schema
How do I triage and validate gemini-code-assist PR review comments on GitHub?

To triage gemini-code-assist PR review comments, you can use a skeptical triage process that fetches actual PR state via GitHub API, parses severity badges and suggestion blocks, and groups issues by file to prioritize human judgment over automated suggestions.

What is skeptical triage for automated code review bots?

Skeptical triage for automated code review bots is a validation process that reads actual PR file content to evaluate the correctness and relevance of bot suggestions, preventing blind compliance by ensuring code changes align with project goals.

How do I dismiss or fix Gemini bot PR suggestions automatically?

You can dismiss or fix Gemini bot PR suggestions by parsing suggestion blocks and generating structured verdicts like FIX, DISMISS, or DISCUSS, which prepares reply bodies consistent with your workflow guidelines to address automated code review feedback.

Does this code review triage process require GitHub API access to read PR state?

Yes, context-aware validation requires GitHub API access to read the actual PR state and file content. This allows the triage process to evaluate the correctness, relevance, and impact of gemini-code-assist comments accurately.

What is the best way to manage multiple Gemini code review PR comments across files?

The best way to manage multiple Gemini code review PR comments is grouping issues by file and prioritizing human judgment over automated suggestions, producing categorized verdicts that help teams avoid blind compliance with bot feedback.

When should I not blindly accept gemini-code-assist bot suggestions?

You should not blindly accept gemini-code-assist bot suggestions when automated feedback lacks full project context, making skeptical triage necessary to validate correctness and ensure code changes align with actual project goals.