pr-review

Analyze GitHub pull requests and generate inline comments with summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate structured feedback for GitHub pull requests by analyzing the diff, validating descriptions against changes, and posting precise inline comments along with a general summary to guide improvements.

Core Features & Use Cases

  • Inline code comments: Post targeted comments on changed lines with concise recommendations.
  • PR-level summary: Publish a digest that highlights risks, architecture concerns, and missed edge cases.
  • Context-aware validation: Cross-check PR description and linked issues against the diff to ensure claims are fulfilled.

Quick Start

Ask Cursor to review PR #NUMBER in OWNER/REPO to generate inline feedback and a summary.

Frequently Asked Questions about pr-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically add inline comments to a GitHub pull request?

To add inline comments to a GitHub pull request, you can use an automated review tool to analyze the diff and post targeted comments on changed lines. This Skill generates concise recommendations directly on the code.

What is automated context-aware validation for pull requests?

Context-aware validation cross-checks the pull request description and linked issues against the code diff to ensure claims are fulfilled. This process identifies gaps between intended changes and actual code modifications.

How do I generate a PR summary that highlights architecture risks and edge cases?

Generating a PR summary involves analyzing the pull request diff and existing reviewer comments to publish a digest. This summary highlights potential risks, architecture concerns, and missed edge cases to guide improvements.

Can I use GitHub CLI and GraphQL to automate code review workflows?

Yes, you can automate code review workflows using GitHub CLI and GraphQL interactions. This ensures commands and API usage comply with GitHub standards, producing a reproducible review workflow for your pull requests.

What is the best way to review a GitHub pull request in Cursor?

The best way to review a GitHub pull request in Cursor is to ask it to review PR #NUMBER in OWNER/REPO. This generates inline feedback and a comprehensive summary to guide improvements.

Does automated PR review work with existing reviewer comments?

Yes, automated PR review operates across existing reviewer comments to identify gaps and propose concrete changes. It analyzes the full context including the diff, PR description, and linked issues.