pr-review

Performs GitHub pull-request reviews by automating predefined tasks per role.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Kushal9889/claude-plugins --skill pr-review-kushal9889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/Kushal9889/claude-plugins/tree/main/tools/skills/awesome-claude-code/pr-review
Command: npx skills add https://github.com/Kushal9889/claude-plugins --skill pr-review-kushal9889

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, yaml, and includes scripts (resource) components.

What problem does it solve?

This Skill facilitates a streamlined and comprehensive code review process within GitHub repositories.

Core Features & Use Cases

  • PR Code Review: Automatically performs detailed code reviews on Pull Requests based on various roles such as Product Manager, Developer, Quality Engineer, Security Engineer, DevOps, and UI/UX Designer.
  • Task-Based Reviews: Each review stage focuses on specific objectives like Product Value, Code Quality, Testing Strategy, Security Practices, Deployment, and User Experience.
  • Integration with GitHub: Generates GitHub comments for every task to provide clear directives and improvements.

Quick Start

Initiate the pr-review Skill on a specific Pull Request with the command: "Start PR review for pull request #123".

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 code review for different roles?

Automated PR code review executes predefined tasks tailored for various roles like Developer, Security Engineer, and Product Manager. It systematically evaluates pull requests by focusing on specific objectives such as code quality, security practices, and product value.

Can I use GitHub API to generate PR review comments automatically?

Yes, the GitHub API integration automatically generates comments and suggestions on your pull requests. It posts clear directives and improvements directly to the PR conversation, streamlining the feedback loop for repository maintainers.

Do I need yaml configuration to define tasks for automated code review?

Yes, yaml configuration is required to define the structured workflow and specific task definitions for each review role. This setup ensures the automated review process accurately targets the intended objectives for every stage of the pull request evaluation.

What is the best way to review code quality and testing strategy in a pull request?

Task-based reviews provide the best way to evaluate code quality and testing strategy by assigning specific review stages to distinct roles. Quality Engineers focus on testing strategy while Developers assess code quality, generating targeted GitHub comments.

How do I start a PR code review for a specific pull request?

You can start a PR code review by initiating the process with a command referencing the pull request number. This triggers the automated workflow to execute the predefined review tasks and post the resulting suggestions to GitHub.