Reviewing Pull Requests

Automate pull request reviews with severity-based findings and recommendations.

2|1|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/bbrowning/bbrowning-claude-marketplace --skill reviewing-pull-requests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Reviewing Pull Requests
Source: https://github.com/bbrowning/bbrowning-claude-marketplace/tree/main/pr-review/skills/pr-review
Command: npx skills add https://github.com/bbrowning/bbrowning-claude-marketplace --skill reviewing-pull-requests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-cli, and includes references (resource) and templates (resource) components.

What problem does it solve?

Manual pull request reviews are time-consuming, prone to oversight, and can delay development cycles. This Skill automates the comprehensive analysis of code changes, ensuring high quality, security, and adherence to best practices, so you can merge with confidence and save valuable developer time.

Core Features & Use Cases

  • Structured Code Analysis: Systematically review code quality, security vulnerabilities, test coverage, and backward compatibility using a detailed checklist, reducing human error.
  • Categorized Findings: Receive actionable recommendations categorized by severity (Critical, High, Medium, Low), helping you prioritize fixes and streamline feedback for faster iteration.
  • Unaddressed Comment Detection: Automatically identify and flag existing review comments that have not been addressed, ensuring no feedback is missed and improving team communication.

Quick Start

"Review the pull request #123 in the 'my-org/my-repo' repository. Focus on code quality and security, and provide a summary of findings."

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 pull request reviews for code quality and security?

Automate pull request reviews by extracting code quality, security issues, test coverage, and backward compatibility from PR diffs. The Skill analyzes changes systematically, categorizes findings by severity (Critical/High/Medium/Low), and generates actionable recommendations without manual intervention.

Can I use automated PR reviews with GitHub workflows?

Yes, this Skill integrates with GitHub-based workflows across any repository. It uses github-cli to gather PR context, create isolated worktrees, and apply read-only analysis, making it compatible with standard GitHub development practices.

What does a structured pull request review process include?

Structured PR reviews systematically examine code quality, identify security vulnerabilities, assess test coverage, check backward compatibility, and flag unaddressed reviewer comments. Results are organized by severity level to help prioritize fixes and streamline team feedback.

How can I detect missed review feedback in pull requests?

The Skill automatically identifies and flags existing review comments that remain unaddressed in PR diffs. This ensures no feedback is overlooked and improves communication by surfacing outstanding concerns before merge.

What's the best way to generate standardized PR review reports?

Generate standardized review reports and handoff prompts by running comprehensive analysis across PR diffs. The Skill outputs severity-based findings and actionable recommendations that can be shared across worktrees and exported for team visibility.

Do I need manual code review if I automate PR analysis?

Automated PR analysis reduces oversight and accelerates review cycles by flagging issues systematically, but complements rather than replaces human judgment. Use it to prioritize high-severity findings and ensure consistent coverage across code quality, security, and test criteria.