pr-review-assistant

Fetch pull request data and analyze code diffs with Gemini AI.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/tomwangowa/agent-skills --skill pr-review-assistant-tomwangowa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-assistant
Source: https://github.com/tomwangowa/agent-skills/tree/main/pr-review-assistant
Command: npx skills add https://github.com/tomwangowa/agent-skills --skill pr-review-assistant-tomwangowa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @google/gemini-cli, gh, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the initial, comprehensive review of pull requests, catching common bugs, security flaws, and quality issues, thereby accelerating the code review process and improving code quality.

Core Features & Use Cases

  • Comprehensive Analysis: Analyzes code for correctness, security, performance, and quality.
  • Structured Feedback: Provides prioritized feedback (blocking, important, minor) with specific references.
  • Use Case: When a developer opens a pull request, they can use this Skill to get an AI-generated review that highlights potential issues, allowing human reviewers to focus on higher-level concerns like architecture and business logic.

Quick Start

Use the pr-review-assistant skill to review pull request number 123.

Frequently Asked Questions about pr-review-assistant

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

FAQPage Schema
How do I automate code review for pull requests using AI?

Automate pull request code review by fetching PR data, analyzing code diffs using Gemini AI, and generating structured feedback. This process identifies correctness, security, performance, and code quality issues to accelerate reviews.

What kind of feedback does AI code review generate for GitHub pull requests?

AI code review generates structured feedback that provides prioritized insights categorized as blocking, important, or minor. It highlights correctness, security, performance, and code quality issues with specific references.

Do I need the GitHub CLI and Gemini CLI to run automated PR analysis?

Yes, automated PR analysis requires the GitHub CLI and Gemini CLI dependencies, along with jq. These tools fetch pull request data and process code diffs for AI analysis.

Can AI-generated code review replace human reviewers for security analysis?

AI-generated code review complements human reviewers by catching common bugs and security flaws, allowing developers to focus on higher-level concerns like architecture and business logic rather than initial quality checks.

What's the best way to get structured feedback on code diffs before a merge?

The best way to get structured feedback on code diffs is using an AI-powered PR reviewer that categorizes issues by priority and provides actionable insights for developers before merging.