pr-review

Review GitHub PRs, local branches, and diffs for code quality and security.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review pull requests focusing on what CI cannot check: code quality, design decisions, test coverage, security vulnerabilities, and backward compatibility.

Core Features & Use Cases

  • Comprehensive PR analysis: Evaluate code quality, design decisions, test coverage, security, and BC.
  • Traceable, actionable feedback: precise file paths and recommendations.
  • Context-aware reviews: Works with GitHub PRs, local branches, or code diffs.

Quick Start

Provide a detailed PR review for a given PR (by number or URL) focusing on code quality, test coverage, security, and backward compatibility.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I review a pull request for security and backward compatibility issues?

To review a pull request for security and backward compatibility, analyze the code diff for vulnerabilities and breaking changes. This process evaluates code quality, test coverage, and design decisions that CI cannot automatically verify, providing concrete file-level remediation recommendations.

What is the best way to check code quality beyond what CI reports?

Checking code quality beyond CI involves evaluating design decisions, test coverage, and security vulnerabilities. This review process produces structured, file-level observations and concrete remediation recommendations for issues that automated CI pipelines miss.

Can I review local branch diffs or do I need a GitHub PR URL?

You can review local branch diffs directly without needing a GitHub PR URL. The review process is context-aware and works with GitHub PRs, local branches, or code diffs, producing structured observations and recommendations based on the provided input.

How do I get actionable feedback on test coverage during a code review?

To get actionable feedback on test coverage during a code review, evaluate the pull request focusing on test coverage gaps. This produces precise file paths and concrete remediation recommendations to enhance tests alongside security and backward compatibility checks.

Does this pull request review process work with local code diffs?

Yes, this pull request review process works with local code diffs. It applies context-aware analysis to GitHub PRs, local branches, or raw diffs to evaluate code quality, design decisions, test coverage, security, and backward compatibility.

What are the limitations of automated code reviews compared to CI checks?

Automated code reviews focus on limitations of CI by checking design decisions, security vulnerabilities, and backward compatibility. However, they require a provided PR number, URL, or diff to generate structured, file-level observations and concrete remediation recommendations.