review-pr

Review GitHub pull requests using the gh CLI for readiness and issues.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill review-pr-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/.agents/skills/review-pr
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill review-pr-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, 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 for merging.

Core Features & Use Cases

  • Automated PR Analysis: Performs a thorough, review-only assessment of GitHub pull requests.
  • Structured Feedback: Generates detailed findings on code quality, security, tests, and documentation.
  • Readiness Assessment: Determines if a PR is ready for further preparation or needs significant rework.
  • Use Case: A developer submits a pull request. This Skill analyzes the changes, identifies potential issues, and provides a comprehensive review report, helping to maintain code quality and streamline the review process.

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 GitHub pull request reviews?

Automated GitHub pull request reviews are performed using the gh CLI to analyze code changes, assess readiness, and provide structured feedback on security, tests, and documentation.

Can I review a GitHub PR without modifying my local repository?

Yes, GitHub PR reviews can be conducted safely within an isolated worktree to prevent unintended modifications to your local repository during the code analysis process.

What is assessed during an automated GitHub pull request code review?

An automated GitHub pull request code review assesses code readiness, identifies security concerns, and checks documentation and testing coverage to determine if the PR needs significant rework.

Does the GitHub PR review process require the gh CLI?

Yes, the GitHub PR review process requires the gh CLI to analyze pull requests, generate detailed findings, and determine merge readiness within an isolated worktree.

How do I analyze a specific pull request number for merge readiness?

To analyze a specific pull request number for merge readiness, the skill uses the gh CLI to evaluate code quality, security, tests, and documentation, outputting a comprehensive review report.