PR Review

Automate GitHub pull request reviews with SLA enforcement and reviewer assignment.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/OpenLabor/openlabor --skill pr-review-openlabor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Review
Source: https://github.com/OpenLabor/openlabor/tree/main/skills_archive/pr-review
Command: npx skills add https://github.com/OpenLabor/openlabor --skill pr-review-openlabor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review processes often bottleneck software delivery due to manual reviews, inconsistent expectations, and slow turnaround times, leading to delayed integrations and reduced code quality.

Core Features & Use Cases

  • Enforce PR review SLAs (e.g., respond within 4 business hours) and require approvals before merge
  • Auto-assign reviewers based on code ownership and expertise
  • Detect stale PRs and alert teams to prevent blocked progress
  • Track metrics like time-to-merge and review turnaround to identify bottlenecks

Quick Start

Configure and run automated PR reviews on your GitHub repository to enforce guidelines.

Frequently Asked Questions about PR Review

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

FAQPage Schema
How do I automate pull request reviews on GitHub to enforce approval guidelines?

Automated PR reviews on GitHub enforce approval guidelines by applying rules directly to your repository, requiring approvals before merge and keeping PRs healthy. This automation requires configuration to monitor your collaboration workflow and enforce guidelines automatically.

What is the best way to auto-assign reviewers based on code ownership in GitHub?

Auto-assigning reviewers based on code ownership maps repository file paths to specific experts, ensuring the correct team members review changes. This approach uses code ownership rules to automatically target the right reviewers for each pull request modification.

How do I detect stale pull requests and enforce a review SLA in my workflow?

Detecting stale pull requests and enforcing review SLAs involves tracking open PRs against a defined time target, such as 4 business hours. The system automatically alerts teams when PRs exceed this threshold to prevent blocked progress and delayed integrations.

Can I track time-to-merge and review turnaround metrics for GitHub pull requests?

Tracking time-to-merge and review turnaround metrics for GitHub pull requests identifies bottlenecks in your software delivery pipeline. By monitoring these review metrics, teams can pinpoint slow turnaround times and adjust their code review workflow accordingly.

Does automated PR review work with existing GitHub repository guidelines and size checks?

Automated PR review works with existing GitHub repository guidelines by enforcing size checks, approval requirements, and aging PR detection. It integrates directly with GitHub-based collaboration to apply your specific review SLA targets and code ownership rules.