review-pr

Analyze GitHub pull requests with gh CLI and git commands.

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

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 without performing any destructive actions.

Core Features & Use Cases

  • Comprehensive PR Analysis: Performs a detailed, review-only assessment of pull requests.
  • Structured Feedback: Generates a structured review report covering various aspects of the PR.
  • Readiness Assessment: Determines if a PR is ready for further preparation or requires contributor updates.
  • Use Case: When a new feature or bug fix is submitted as a pull request, use this Skill to get a detailed analysis of its quality, security, and adherence to standards 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 GitHub pull request reviews?

You can automate GitHub pull request reviews by running review-only analysis with gh CLI and git commands. This generates structured feedback on code quality and security while strictly avoiding any merges, pushes, or permanent code changes.

Can I assess PR readiness to land without merging?

Yes, you can assess PR readiness to land without merging by performing a review-only analysis. This evaluates whether the pull request requires contributor updates or is fully prepared for integration without executing destructive actions.

How do I generate structured feedback for a pull request?

To generate structured feedback for a pull request, you run a comprehensive analysis using gh CLI. This produces a detailed review report covering code quality, security, and adherence to standards before any merging occurs.

Does this code review tool require push or merge permissions?

No, this code review tool does not require push or merge permissions. It operates strictly as a review-only analysis using gh CLI, intentionally avoiding all merges, pushes, or code modifications intended to be kept.

What is the best way to review a GitHub PR for security and standards?

The best way to review a GitHub PR for security and standards is to use an automated review-only analysis. It performs a detailed assessment of the pull request to ensure adherence to standards before it is merged.

Why should I use an automated review-only process for pull requests?

An automated review-only process for pull requests ensures you get a detailed analysis of quality and security while preventing destructive actions. It provides structured feedback to assess readiness without risking unintended code changes.