review-pr

Analyze GitHub pull requests for readiness and issues using gh CLI.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill review-pr-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Clawdi-AI/openclaw/tree/main/.agents/archive/review-pr-v1
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill review-pr-clawdi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, rg, 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 unintended changes to the codebase.

Core Features & Use Cases

  • Comprehensive Review: Analyzes PRs for correctness, security, and adherence to standards.
  • Structured Feedback: Generates detailed reports on findings, concerns, and suggestions.
  • Safety First: Operates in a read-only mode, preventing accidental merges or pushes.
  • Use Case: When a new feature is submitted via a pull request, use this Skill to get a detailed assessment of its quality, potential security risks, and whether it's ready for the next stage of the development process.

Quick Start

Use the review-pr skill to analyze pull request number 123 in the current repository.

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?

Automate GitHub pull request reviews by running a read-only analysis that leverages the gh CLI and Git commands to assess PR readiness and generate structured feedback without modifying the codebase.

What is the safest way to analyze a pull request for potential issues?

The safest way to analyze a pull request is to use a read-only mode that prevents accidental merges or pushes, ensuring the codebase remains unchanged while identifying correctness and security concerns.

Do I need the gh CLI installed to review PRs?

Yes, you need the gh CLI and Git installed and authenticated in your environment, as the review process relies on these dependencies to fetch and analyze pull request data.

How to get structured feedback on a new feature submitted via a pull request?

To get structured feedback on a submitted feature, use an automated review tool that generates detailed reports on findings, potential security risks, and overall readiness for the next development stage.

What are the limitations of read-only code review automation?

A limitation of read-only code review automation is that it cannot merge branches or push fixes, meaning developers must manually apply the suggested corrections and structured feedback provided by the analysis.