pr-review

Review pull requests with tiered checks for code quality, tests, CI, and security.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/lev-os/lev-content --skill pr-review-lev-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/lev-os/lev-content/tree/main/sources/skills/pr-review
Command: npx skills add https://github.com/lev-os/lev-content --skill pr-review-lev-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests by classifying them into tiers and applying relevant checks for code quality, tests, and security.

Core Features & Use Cases

  • Tiered Review: Automatically determines the depth of review needed based on the size and nature of code changes.
  • Comprehensive Checks: Enforces code quality, test coverage, CI status, and security best practices.
  • Use Case: When a developer submits a pull request, this Skill can be invoked to provide an initial, structured review, flagging potential issues before a human reviewer steps in.

Quick Start

Use the pr-review skill to review the current pull request.

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

Automate pull request reviews by classifying changes into tiers and applying checks for code quality, test coverage, CI status, and security vulnerabilities. This routes review depth based on lines of code changed and file path sensitivity to provide structured feedback before human review.

Does the PR review process require GitHub CLI to fetch repository data?

Yes, the PR review process requires GitHub CLI for data retrieval. It uses GitHub CLI to fetch pull request data and executes various shell commands to perform the automated analysis of code quality, tests, and security checks.

How does tiered code review work for different pull request sizes?

Tiered code review automatically determines the depth of review needed based on the size and nature of code changes. It routes review depth by evaluating lines of code changed and file path sensitivity, applying appropriate checks accordingly.

What specific checks are performed during an automated PR review?

An automated PR review performs comprehensive checks enforcing code quality, test coverage, CI status, and security best practices. It assesses these dimensions to flag potential issues before a human reviewer steps in.

Can I use automated PR review to flag security vulnerabilities before human review?

Yes, you can use automated PR review to flag security vulnerabilities before human review. It assesses security vulnerabilities alongside code quality, test coverage, and CI status, classifying changes into tiers to determine the necessary review depth.

What is the best way to review pull requests with sensitive file path changes?

The best way to review pull requests with sensitive file path changes is using a tiered review system that routes review depth based on file path sensitivity and lines of code changed, ensuring comprehensive checks for security and code quality are applied.