pr-review

Automate GitHub or Gitea pull request reviews with multi-agent analysis and API posting.

64|19|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill pr-review-faizkhairi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/faizkhairi/claude-code-blueprint/tree/main/skills/pr-review
Command: npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill pr-review-faizkhairi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of reviewing pull requests on GitHub or Gitea by automating the fetching of PR diffs, executing a multi-agent code review, and posting feedback directly to the platform's API.

Core Features & Use Cases

  • Automated Code Review: Fetches PR diffs and performs a multi-agent analysis to provide feedback.
  • End-to-End PR Review: Submits comments and a final verdict (approve, request changes, or comment) as a PR review.
  • Integration: Works with both GitHub and Gitea platforms.
  • Use Case: For developers and maintainers looking to streamline the PR review process, ensuring code quality and reducing manual effort.

Quick Start

Use the pr-review skill to post a review on the current PR.

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 pull request reviews?

Automate GitHub pull request reviews by fetching PR diffs, running multi-agent code analysis, and submitting feedback via the GitHub API. This process requires the GitHub CLI to access repository credentials and post the final review verdict directly to the platform.

Can I run automated code analysis on Gitea pull requests?

Yes, automated code analysis works with Gitea pull requests by fetching diffs and using the Gitea REST API to post review comments. It applies project-specific rules to evaluate code quality and submit an approve or request changes verdict.

Do I need GitHub CLI to perform automated PR code review?

Yes, you need the GitHub CLI to perform automated PR code review on GitHub repositories. For Gitea platforms, the process relies on curl and the Gitea REST API access instead to fetch diffs and submit the final review.

How does multi-agent code analysis evaluate PR diffs?

Multi-agent code analysis evaluates PR diffs by fetching the changes, applying project-specific rules, and generating structured feedback. It assesses code quality across multiple dimensions to deliver a final verdict of approve, request changes, or comment.

What is the best way to streamline code quality checks on pull requests?

The best way to streamline code quality checks on pull requests is automating the end-to-end review process. Fetching diffs, applying multi-agent analysis, and posting feedback directly to GitHub or Gitea APIs reduces manual effort and ensures consistent project-specific rule enforcement.