review-pr

Analyzes pull request diffs and generates structured code review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Manually reviewing code is time-consuming and prone to errors. This skill streamlines the code review process by automating it with structured feedback.

Core Features & Use Cases

  • Automated PR Analysis: Analyzes code changes in pull requests for correctness, security, performance, patterns, and tests.
  • Structured Review Reports: Generates detailed, formatted reports with actionable findings and suggestions.
  • Use Case: When you want to quickly review and provide structured feedback on a pull request with automated analysis, saving time and improving the quality of code reviews.

Quick Start

Perform a code review for pull request #123.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automate GitHub pull request code review by analyzing diff output for logical, security, and performance issues to generate a structured feedback report. This skill automates the analysis process to provide actionable findings and suggestions.

What does automated PR analysis check for in a codebase?

Automated PR analysis checks your codebase for correctness, security vulnerabilities, performance bottlenecks, coding patterns, and test coverage. It reviews these dimensions by analyzing the diff output and delivering structured, actionable suggestions.

Do I need the gh CLI installed to run automated pull request reviews?

Yes, you need the gh CLI installed to run automated pull request reviews because it is a required dependency. The skill relies on the GitHub CLI to interact with repositories and extract the diff output needed for analysis.

Can I use automated code review in continuous integration environments?

Yes, you can use automated code review in continuous integration environments as well as for individual contributors. It is designed to analyze pull request diffs and output structured feedback reports without manual intervention.

What is the best way to provide structured feedback on a pull request?

The best way to provide structured feedback on a pull request is to use an automated review script that analyzes diffs and formats findings into a structured report. This ensures consistent analysis of correctness, security, and performance issues.