reviewing-pull-requests

Analyze pull request diffs and return structured code reviews with severity levels.

3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lucasilverentand/skills --skill reviewing-pull-requests-lucasilverentand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-pull-requests
Source: https://github.com/lucasilverentand/skills/tree/main/skills/pull-requests/reviewing-pull-requests
Command: npx skills add https://github.com/lucasilverentand/skills --skill reviewing-pull-requests-lucasilverentand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews pull requests efficiently by analyzing diffs and producing structured feedback across correctness, security, performance, and maintainability.

Core Features & Use Cases

  • Automated PR analysis: Generate actionable feedback with severity levels for each finding.
  • Multi-dimension review: Assess correctness, security, performance, and maintainability across changed files.
  • Context-aware suggestions: Propose concrete remediation steps aligned with project standards.
  • Use Case: When evaluating a PR with many changed files, this Skill summarizes risk areas and recommends fixes before merging.

Quick Start

Provide a PR number or URL to start the review and receive a structured feedback report.

Frequently Asked Questions about reviewing-pull-requests

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

FAQPage Schema
How do I automate code reviews for pull requests with multiple changed files?

Automated pull request reviews analyze diffs across changed files to produce structured feedback. This process categorizes findings by severity levels and assesses correctness, security, performance, and maintainability to generate actionable recommendations before merging.

What does a structured pull request review include when analyzing diffs?

A structured pull request review includes categorized findings with severity levels across correctness, security, performance, and maintainability. It evaluates repository diffs and provides context-aware suggestions proposing concrete remediation steps aligned with project standards.

Can I review large-scale pull requests by just providing a PR number or URL?

Yes, you can review large-scale pull requests by providing a PR number or URL. The analysis requires access to GitHub PR data via CLI or API, summarizing risk areas and recommending fixes across mid- to large-scale repository changes.

How do I get actionable feedback with severity levels for my repository changes?

To get actionable feedback with severity levels, analyze your repository diff using automated PR review. It evaluates correctness, security, performance, and maintainability, returning categorized findings that highlight risk areas and recommend specific fixes.

Do I need GitHub CLI or API access to analyze pull request diffs for maintainability and security?

Yes, GitHub CLI or API access is required to analyze pull request diffs. This access retrieves the necessary PR data to evaluate security, performance, maintainability, and correctness, enabling the generation of structured feedback.

What is the best way to assess security and performance risks before merging a pull request?

The best way to assess security and performance risks is by running an automated PR analysis. It evaluates changed files across multiple dimensions, assigns severity levels to findings, and provides context-aware remediation steps to ensure code maintainability before merging.