pr:review

Automate GitHub pull request reviews with predefined rules and structured feedback.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill pr-review-awinogradov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr:review
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/pr%3Areview
Command: npx skills add https://github.com/awinogradov/code-assistants --skill pr-review-awinogradov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review of pull requests, providing structured feedback and constructive verdicts, saving time on manual code review processes.

Core Features & Use Cases

  • Automated Code Review: Automatically reviews code changes in pull requests.
  • Structured Feedback: Generates structured feedback based on predefined rules.
  • Use Case: Automate the review process in your development workflow, ensuring consistent feedback and catching potential issues early in the development cycle.

Quick Start

Review the pull request using the pr:review skill with the arguments 'REPO: myorg/myrepo PR_NUMBER: 123 REVIEWER: my-reviewer PR_AUTHOR: my-author'.

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 review on GitHub?

You can automate GitHub pull request review by applying predefined rules to generate structured feedback and constructive verdicts, saving time on manual code review processes.

How does automated structured feedback for code changes work?

Automated structured feedback works by loading pull request context, reviewing code changes against predefined guidelines, and generating a constructive verdict via the GitHub API.

Can I use predefined rules to automate code review in my development workflow?

Yes, you can integrate automated code review into your development workflow to ensure consistent feedback and catch potential issues early in the development cycle using predefined rules.

Do I need the GitHub API to review pull requests automatically?

Yes, interacting with the GitHub API is required to access pull request information, load context, and apply automated review changes within your repositories.

What is the best way to provide arguments for automated GitHub pull request reviews?

The best way to start is providing the repository name, pull request number, reviewer, and author arguments to trigger the automated review process and generate feedback.