gemini-review-integrator

Integrate Gemini Code Assist review comments into existing PR reviews.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill gemini-review-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-review-integrator
Source: https://github.com/marxbiotech/pr-review-toolkit/tree/main/skills/gemini-review-integrator
Command: npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill gemini-review-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the PR review process by consolidating feedback from Gemini Code Assist directly into existing PR review comments, ensuring all suggestions are in one place.

Core Features & Use Cases

  • Integrate Gemini Feedback: Automatically fetches and adds Gemini Code Assist suggestions to your PR review.
  • Deduplication: Prevents duplicate suggestions from being added across multiple runs.
  • Categorization: Organizes Gemini suggestions into Critical, Important, and Suggestions sections based on priority.
  • Use Case: After Gemini Code Assist has reviewed your PR, run this skill to seamlessly merge its findings into the main PR review comment, making it easier to track and address all feedback.

Quick Start

Integrate Gemini review into the PR comment.

Frequently Asked Questions about gemini-review-integrator

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

FAQPage Schema
How do I merge Gemini Code Assist suggestions into an existing GitHub PR review?

To merge Gemini Code Assist suggestions into a GitHub PR review, this Skill fetches comments, filters outdated ones, and appends new findings to the main review comment, categorizing them by priority. It consolidates all feedback into a single, easily trackable location.

How does deduplication work when integrating Gemini PR review comments?

Deduplication prevents duplicate suggestions from being added across multiple runs by filtering out outdated or already integrated comments. This ensures the main PR review comment only contains new, relevant feedback without redundant entries from previous executions.

Can I categorize Gemini Code Assist findings by priority in my PR review?

Yes, you can categorize Gemini Code Assist findings by priority in your PR review. This Skill automatically organizes suggestions into Critical, Important, and Suggestions sections, appending them directly to the main PR review comment for clear prioritization.

Do I need Gemini Code Assist to run before using this PR review integration?

Yes, you need Gemini Code Assist to run before using this integration. This Skill fetches existing Gemini comments to merge them into your PR review, meaning the automated code review must have already generated suggestions on your GitHub pull request.

What is the best way to consolidate automated code review feedback in a GitHub PR?

The best way to consolidate automated code review feedback in a GitHub PR is using a tool that merges scattered suggestions into the main review comment. This Skill fetches Gemini findings, filters outdated ones, and appends categorized new suggestions to streamline tracking.