pr-review

Automate GitHub pull request reviews for quality and trust tier compliance.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CENKSSS/valocase-backend --skill pr-review-cenksss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/CENKSSS/valocase-backend/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/CENKSSS/valocase-backend --skill pr-review-cenksss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Manages the comprehensive review of GitHub pull requests, ensuring adherence to quality standards and efficient feedback for improvement.

Core Features & Use Cases

  • Code Quality Assessment: Evaluates the pull request for quality, scope correctness, and trust tier compliance.
  • Review Workflow Automation: Automates reading diffs, checking for platform skill leaks, and validating trust tier assignments.
  • Constructive Feedback: Generates user-friendly review feedback focused on outcomes, with actionable suggestions for PR authors.
  • Use Case: When reviewing a new feature or fix submitted to a project, this Skill ensures all quality criteria are met before merging.

Quick Start

Execute pr-review <pr-number> to begin a quality-assured GitHub PR review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for a GitHub pull request?

To automate code review for a GitHub pull request, you can use a Skill that evaluates code changes, checks scope correctness, and generates actionable feedback. It requires the GitHub CLI to interact with your repository context and analyze the PR diff.

What is automated PR quality assurance and how does it work?

Automated PR quality assurance reads pull request diffs to detect scope breaches, check trust tier compliance, and ensure adherence to project standards. It works by evaluating code changes and providing structured feedback for improvement before merging.

Do I need the GitHub CLI installed to automate pull request reviews?

Yes, you need the GitHub CLI (gh) installed to automate pull request reviews. The review process requires gh to interact with GitHub, access repository context, and read PR diffs for quality assessment and trust tier validation.

How do I check for scope breaches and trust tier compliance in a pull request?

To check for scope breaches and trust tier compliance in a pull request, run an automated review workflow. This evaluates code changes against project standards, detects platform skill leaks, and validates trust tier assignments to provide structured feedback.

Can I get constructive feedback on my GitHub PR before merging?

Yes, you can get constructive feedback on your GitHub PR before merging by running an automated review workflow. It generates user-friendly review feedback focused on outcomes, providing actionable suggestions for PR authors to improve code quality.

What are the limitations of using automation for GitHub PR reviews?

The main limitation of using automation for GitHub PR reviews is its dependency on repository context and the gh CLI tool. It cannot analyze pull requests without proper GitHub access, restricting its use to environments where CLI authentication is configured.