review-pr

Review GitHub pull requests with gh CLI for structured feedback.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill review-pr-loveoplay2023-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/loveoplay2023-hue/OpenMehdi/tree/main/.agents/archive/review-pr-v1
Command: npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill review-pr-loveoplay2023-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, rg, pnpm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, providing structured feedback and assessing readiness without making any changes to the codebase.

Core Features & Use Cases

  • Automated PR Analysis: Performs a comprehensive, review-only assessment of pull requests.
  • Structured Feedback: Generates detailed findings on implementation quality, security, tests, and documentation.
  • Use Case: When a new pull request is submitted, use this Skill to get a detailed report on its readiness, potential issues, and suggestions for improvement before it's merged.

Quick Start

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

Frequently Asked Questions about review-pr

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

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

Automating code review for GitHub pull requests is done by fetching PR metadata and code via the gh CLI, then generating structured feedback on quality, security, tests, and documentation without modifying the repository.

Do I need the gh CLI to review pull requests?

Yes, you need the gh CLI installed and authenticated to fetch and inspect pull request code and metadata, along with git, jq, rg, and pnpm available in your environment to support the review process.

Does automated PR analysis modify my codebase?

No, automated PR analysis is review-only and does not make any changes to your codebase. It assesses pull request readiness and generates detailed findings on potential issues and suggestions for improvement.

What does automated pull request analysis check for?

Automated pull request analysis checks implementation quality, security vulnerabilities, test coverage, and documentation completeness, providing a detailed report on readiness before merging.

What's the best way to assess pull request readiness before merging?

The best way to assess pull request readiness is using an automated review tool that fetches PR data via the gh CLI and generates structured feedback on code quality, security, tests, and documentation.