prp-review

Automate multi-pass code review for GitHub pull requests.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gobikom/prp-framework --skill prp-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-review
Source: https://github.com/gobikom/prp-framework/tree/main/adapters/codex/prp-review
Command: npx skills add https://github.com/gobikom/prp-framework --skill prp-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, requests, pygithub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates comprehensive code reviews for quality and security, streamlining collaboration and ensuring high-code standards.

Core Features & Use Cases

  • Comprehensive Review: Multi-pass review for quality, security, dependencies, documentation, and performance.
  • GitHub Integration: Posts findings directly to GitHub for team collaboration.
  • Use Case: Integrate this Skill into your workflow to automatically review pull requests, ensuring that all code meets the highest standards before merging.

Quick Start

Run the prp-review skill with the pull request number to start a code review.

Frequently Asked Questions about prp-review

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

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

Automating code reviews for GitHub pull requests requires connecting via the GitHub API to analyze code changes. This Skill runs a multi-pass review process covering quality, security, dependencies, documentation, and performance, then posts findings directly to the pull request.

Can I integrate automated security and dependency reviews into my pull request workflow?

Yes, you can integrate automated security and dependency reviews into your pull request workflow. By running this Skill with a pull request number, it evaluates security vulnerabilities and dependency issues, automatically posting the review findings back to GitHub for team collaboration.

Do I need PyGithub and requests installed to run automated pull request reviews?

Yes, you need PyGithub and requests installed along with GitHub API access to run automated pull request reviews. These Python packages provide the necessary interfaces to fetch pull request data and post review comments back to the GitHub repository.

What dimensions of code quality does an automated GitHub pull request review cover?

An automated GitHub pull request review covers multiple dimensions of code quality, including security vulnerabilities, dependency management, documentation completeness, and performance optimization. This comprehensive approach ensures all merged code meets high standards across critical software engineering areas.

How do I post code review findings directly to a GitHub pull request?

To post code review findings directly to a GitHub pull request, you use GitHub API integration through Python packages like PyGithub. This Skill automates that process by analyzing the pull request diff and submitting the categorized quality and security findings as comments.

What is the best way to ensure high code standards before merging pull requests?

The best way to ensure high code standards before merging pull requests is to integrate a comprehensive automated review process into your workflow. This Skill performs multi-pass checks for quality and security, streamlining collaboration by posting findings directly to GitHub before approval.