review-pr

Review GitHub pull requests against project standards and security practices.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Serg28/demosite --skill review-pr-serg28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Serg28/demosite/tree/main/vendor/livewire/livewire/.claude/skills/review-pr
Command: npx skills add https://github.com/Serg28/demosite --skill review-pr-serg28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests, ensuring consistent and thorough code evaluation for project maintainers.

Core Features & Use Cases

  • Automated PR Identification: Selects the latest open pull request or a specific one by number.
  • Review Status Detection: Checks whether the PR has already been reviewed using comment markers.
  • Data Collection: Gathers detailed PR data and diffs for comprehensive analysis.
  • Code Verification: Checks the PR against project standards, security requirements, and test coverage.
  • Automated Fixes: Applies style, test, and documentation improvements automatically.
  • Structured Feedback: Posts detailed review comments with verdict and suggestions.

Quick Start

Command the bot to review the latest open pull request, or specify a PR number to start an automated, standardized review process.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews on GitHub?

Automated pull request reviews are facilitated by commanding the bot to select an open PR, gather diffs, verify code against standards, and post structured feedback. This operates within the GitHub PR context to streamline project maintenance.

What is the best way to check if a pull request adheres to project standards and security practices?

Checking pull request adherence to project standards and security practices is done by collecting PR data and diffs, verifying test coverage, and applying automated fixes. The Skill posts detailed review comments with a verdict and suggestions.

Can I automatically apply fixes for style and documentation during a PR review?

Automated fixes for style, test, and documentation improvements can be applied systematically during a PR review. The process checks the PR against project requirements and generates structured feedback with suggestions for the maintainer.

How do I start an automated GitHub PR review for a specific pull request?

To start an automated GitHub PR review, command the bot to review the latest open pull request or specify a PR number. The bot checks review status using comment markers, collects detailed data, and applies fixes systematically.

Does automated PR review work with existing GitHub testing workflows?

Automated PR review integrates testing and review workflows seamlessly within the GitHub PR context. It collects detailed PR data and diffs for comprehensive analysis to ensure code adheres to project standards and security requirements.

How does the bot detect if a pull request has already been reviewed?

Review status detection for a pull request is handled by checking for specific comment markers left by previous reviews. This ensures the bot avoids duplicate reviews and only processes open PRs needing evaluation.