review-pr

Fetch GitHub PR data from a URL and verify compliance with CONTRIBUTING.md.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Gonglitian/agent-skills --skill review-pr-gonglitian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Gonglitian/agent-skills/tree/main/skills/review-pr
Command: npx skills add https://github.com/Gonglitian/agent-skills --skill review-pr-gonglitian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews a pull request from a PR URL by directly fetching the URL content (no gh dependency) and verifies compliance with CONTRIBUTING.md. Use when the user asks for a PR review, to review changes before merge, or to check contribution guidelines.

Core Features & Use Cases

  • Validate PR changes against CONTRIBUTING.md rules in the target repository.
  • Retrieve PR metadata and diffs directly from the PR URL for quick assessments.
  • Produce a compliant review summary that documents findings and suggested next steps.

Quick Start

Provide a PR URL and start an automated, rules-based review against the repository's contribution guidelines.

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 against CONTRIBUTING.md?

To review a GitHub pull request against CONTRIBUTING.md, fetch PR metadata and diffs directly from the PR URL and compare changes to the repository's contribution guidelines to report compliance results.

Can I check PR compliance without installing the GitHub CLI?

Yes, you can check PR compliance without installing the GitHub CLI by fetching PR data directly from a URL and verifying it against CONTRIBUTING.md rules for a quick, rules-based assessment.

How do I verify pull request changes before merge using only a URL?

You can verify pull request changes before merge by providing the PR URL to retrieve metadata and diffs, comparing them against CONTRIBUTING.md, and generating a compliance review summary with suggested next steps.

What is a rules-based PR compliance assessment for GitHub repositories?

A rules-based PR compliance assessment validates GitHub pull request changes against the target repository's CONTRIBUTING.md, retrieving diffs directly from the PR URL to document findings and ensure contribution guidelines are met.

Do I need a GitHub token or gh dependency to fetch PR details from a URL?

No, you do not need a GitHub token or gh dependency to fetch PR details. The review process retrieves PR metadata and diffs directly from the PR URL to compare changes to CONTRIBUTING.md.