review-pr

Analyze GitHub pull requests for correctness, design, security, and test coverage.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill review-pr-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/.agents/skills/review-pr
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill review-pr-badbsallyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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, thereby streamlining the code review workflow.

Core Features & Use Cases

  • Comprehensive PR Analysis: Performs a detailed, review-only analysis of GitHub pull requests.
  • Structured Feedback: Generates a structured review report covering various aspects like code quality, security, and documentation.
  • Readiness Assessment: Determines if a PR is ready for the next stage (e.g., /preparepr) or requires further work.
  • Use Case: When a new feature is submitted via a pull request, use this Skill to get a detailed assessment of its quality, potential issues, and adherence to project standards 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 review a GitHub pull request for readiness before merging?

To review a GitHub pull request for readiness, this Skill uses the gh CLI and Git commands to conduct a thorough analysis of correctness, design, security, test coverage, and documentation, generating a structured feedback report.

What is the best way to automate code quality checks on a GitHub PR?

Automating code quality checks on a GitHub PR involves assessing it for correctness, design, security, and test coverage, which this Skill performs to provide structured feedback and a readiness recommendation.

Does this PR review tool require the gh CLI to analyze pull requests?

Yes, this PR review tool requires the gh CLI and Git commands to fetch and analyze pull request data, ensuring accurate assessment of code quality, security, and documentation.

Can I use this to get structured feedback on test coverage and security in my pull request?

Yes, you can use this to get structured feedback on test coverage and security, as it conducts a detailed, review-only analysis covering these aspects to ensure PRs meet project standards.

What limitations should I expect when using an automated tool for GitHub code review?

A key limitation of this automated GitHub code review tool is that it performs a review-only analysis, meaning it provides structured feedback and readiness recommendations but does not directly merge or modify the pull request.