review-pr

Analyze GitHub pull requests with gh CLI and Git commands.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill review-pr-sky770825
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/openclaw-main/.agents/skills/review-pr
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill review-pr-sky770825

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 without making any code changes.

Core Features & Use Cases

  • Thorough PR Analysis: Examines PRs for correctness, security, documentation, and value.
  • Structured Feedback: Generates a detailed review report covering multiple aspects of the PR.
  • Use Case: When a new feature or bug fix is submitted as a pull request, use this Skill to get a comprehensive assessment of its quality and readiness before it's merged.

Quick Start

Use the review-pr skill to analyze 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 for code quality and security?

Automating GitHub pull request reviews involves analyzing code changes for correctness, security, and documentation without merging. This Skill uses the gh CLI to examine PRs and generate structured reports assessing readiness and overall value.

Can I review a pull request without merging it into the main branch?

Yes, you can review a pull request without merging by performing a review-only analysis using Git commands. This Skill identifies issues related to code quality and security, providing structured feedback while explicitly leaving the code unchanged.

Do I need the gh CLI installed to analyze pull requests for readiness?

Yes, the gh CLI is required to analyze pull requests for readiness. This Skill depends on the GitHub CLI to fetch PR data and Git commands to perform the thorough review analysis, ensuring accurate assessment of code quality and security.

What is the best way to get structured feedback on a GitHub pull request?

The best way to get structured feedback on a GitHub pull request is to use an automated review tool that examines correctness and documentation. This Skill generates a detailed report covering multiple aspects of the PR for comprehensive assessment.

What aspects of a pull request are checked during an automated code review?

During an automated code review, aspects checked include code correctness, security vulnerabilities, documentation quality, and overall PR value. This Skill performs a thorough analysis of these areas to assess the readiness of the submitted changes.

Does this automated PR review tool modify any code in the repository?

No, this automated PR review tool does not modify any code in the repository. It performs a review-only analysis of GitHub pull requests to identify issues and generate a structured report, ensuring the codebase remains completely unchanged.