pr-reviews

Reviews GitHub pull requests and provides structured feedback using your own words and grammar.

5|2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill pr-reviews-outlinedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviews
Source: https://github.com/OutlineDriven/odin-gemini-cli-extension/tree/main/skills/pr-review
Command: npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill pr-reviews-outlinedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review code changes on a given GitHub PR using gh CLI. Use when the user asks to review a pull request, analyze PR diffs, or provide feedback on open PRs with structured quality, security, and testing assessments.

Core Features & Use Cases

  • Gather PR metadata (title, description, base and head branches) to give context before review.
  • Analyze diffs for code quality, potential issues, and alignment with project conventions.
  • Deliver structured feedback focusing on quality, security, and testing considerations.
  • Use case: when asked to review an open PR, fetch details, assess changes, and propose concrete improvements.

Quick Start

Ask me to review a specific PR and I will fetch details, diffs, and provide structured feedback.

Frequently Asked Questions about pr-reviews

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

FAQPage Schema
How do I review a GitHub pull request using gh CLI?

To review a GitHub pull request using gh CLI, you fetch PR metadata, analyze diffs, and generate structured feedback on code quality, security, and testing. This provides actionable improvement recommendations for open PRs.

What kind of feedback can I get from an automated PR diff analysis?

An automated PR diff analysis provides structured feedback focusing on code quality, potential security issues, and testing considerations. It assesses changes against project conventions to propose concrete improvements for the reviewed code.

Can I assess code quality and security for open PRs without leaving my terminal?

Yes, you can assess code quality and security for open PRs directly in your terminal. By gathering PR metadata and changed files via gh CLI, the tool delivers structured quality and security assessments without requiring a web interface.

What context is needed to provide actionable improvement recommendations on a PR?

Providing actionable improvement recommendations requires context like the PR title, description, base and head branches, changed files, and commits. Fetching this metadata and diff data allows for a thorough code review.

Does this approach work for reviewing pull requests across different projects?

Yes, this approach works for reviewing pull requests across different projects. It applies to code review, PR assessment, and quality feedback workflows universally by fetching standard GitHub metadata and diffs.

What's the best way to analyze PR diffs for potential issues and project convention alignment?

The best way to analyze PR diffs for potential issues and convention alignment is fetching diff data via gh CLI and applying structured assessments. This evaluates code quality, security, and testing considerations to highlight discrepancies.