pr-review

Analyze GitHub PR diffs, CI results, and add inline comments.

395|94|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tetherto/qvac --skill pr-review-tetherto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/tetherto/qvac/tree/main/.cursor/skills/pr-review
Command: npx skills add https://github.com/tetherto/qvac --skill pr-review-tetherto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the manual process of reviewing GitHub pull requests by performing comprehensive checks and adding inline comments automatically, saving time and reducing human error.

Core Features & Use Cases

  • Automated PR Validation: Checks gitflow rules, PR title and body formats, and CI statuses.
  • Inline Comment Generation: Produces detailed inline comments on code issues with links to specific PR diffs.
  • Use Case: When reviewing a large PR, quickly detect high-risk bugs, code quality issues, or security concerns, and receive suggestions directly within the review process.

Quick Start

Invoke the pr-review skill with a GitHub PR URL or command, specify any notes, and review the suggested inline comments before posting.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub PR reviews with inline comments?

Automate GitHub PR reviews by analyzing code diffs and CI results to generate detailed inline comments. This process tags high-severity bugs and security risks directly within the review interface, saving time and reducing human error.

What does automated PR validation check for in a GitHub repository?

Automated PR validation checks gitflow rules, PR title and body formats, and CI statuses. It ensures repository rule validation is met before identifying code quality issues or security concerns in the submitted pull request.

Can I use automated code review to detect security risks in large pull requests?

Yes, automated code review detects high-risk bugs and security concerns in large pull requests. It analyzes code diffs to provide detailed inline annotations with links to specific PR diffs for reviewer action.

How do I configure read-only access for an automated GitHub PR review tool?

Configure read-only access to PR data and comments to facilitate thorough and consistent PR reviews. This access level allows the tool to analyze code diffs and CI results without modifying the repository state.

What is the best way to add inline comments to GitHub PR diffs automatically?

The best way to add inline comments automatically is by invoking the review skill with a GitHub PR URL. It produces detailed inline comments on code issues with links to specific PR diffs for reviewer action.

Are there limitations to automated PR review regarding CI status and gitflow rules?

Automated PR review requires CI statuses and gitflow rules to be present for validation. While it effectively identifies high-severity bugs and security risks, it depends on read-only access to PR data to generate accurate inline comments.