pr-review

Analyze git diffs against .cursor/rules/ to generate structured PR review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes PR reviews by enforcing project-wide rules, collecting context, and surfacing actionable feedback.

Core Features & Use Cases

  • Collect required inputs (base branch and compare branch) before proceeding.
  • Load and apply all project standards from .cursor/rules/ to the changes.
  • Analyze the git diff between base and compare branches and categorize findings.
  • Generate a structured PR review report with Critical, Important, and Suggestions.
  • Use cases: fast-tracking merges for compliant PRs; elevating PR quality across teams.

Quick Start

Provide the base and compare branches to begin a comprehensive PR review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate PR code reviews using git diff and project rules?

Automate PR code reviews by loading project standards from .cursor/rules/ and analyzing the git diff between base and compare branches. This generates a structured report with categorized findings for rule compliance and risk assessment.

What is the best way to standardize pull request reviews across a large codebase?

Standardize pull request reviews by enforcing project-wide rules loaded from .cursor/rules/ against code changes. The automated review categorizes findings into Critical, Important, and Suggestions to elevate PR quality across teams.

How to generate a structured code review report from a git diff?

Generate a structured code review report by providing the base and compare branches to analyze their git diff. The review applies project standards and outputs categorized findings with actionable feedback.

Can I use automated code review for diverse programming languages?

Yes, automated code review applies to diverse programming languages and large codebases. It guides reviewers through rule compliance and risk assessment by applying project-wide standards to the git diff of code changes.

Do I need to configure rules in .cursor/rules/ before starting a PR review?

Yes, place your project standards in .cursor/rules/ before starting a PR review. The automation loads these rules to evaluate the git diff between the specified base and compare branches for structured findings.

Why does my automated PR review require a base and compare branch?

Automated PR review requires a base and compare branch to calculate the git diff of code changes. Analyzing this diff against project rules is necessary to produce structured findings and actionable feedback.