pr-reviewer

Analyze GitHub Pull Requests for bugs, style, performance, and security issues.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill pr-reviewer-thisisqubika
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/thisisqubika/ai-mast-challenge-promptazo/tree/main/.claude/skills/pr-reviewer
Command: npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill pr-reviewer-thisisqubika

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review and quality assurance for GitHub Pull Requests, saving time and reducing human error in the review process.

Core Features & Use Cases

  • Automated Code Review: Identifies bugs, code style issues, performance bottlenecks, and security vulnerabilities in PRs.
  • Manual Review Option: Allows for manual review and editing of findings before finalizing the review.
  • Multi-Repo Support: Supports reviews across multiple repositories within a single ticket.
  • Cross-Repo Analysis: Aggregates findings across repositories for a comprehensive review.
  • Use Case: Imagine you have a PR with 100 commits across multiple repositories. Use this Skill to automatically identify and prioritize critical issues, allowing developers to focus on the most important changes.

Quick Start

Use the pr-reviewer skill to review the GitHub PR at the URL 'https://github.com/owner/repo/pull/123'.

Frequently Asked Questions about pr-reviewer

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

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

You can automate GitHub pull request code review by analyzing code changes for bugs, style violations, performance issues, and security vulnerabilities, using the gh CLI and Python to process PRs automatically or manually.

Can I review pull requests across multiple repositories at once?

Yes, multi-repo support allows you to review pull requests across multiple repositories within a single ticket, aggregating cross-repo findings for a comprehensive quality assurance overview.

Do I need the gh CLI to review GitHub PRs for security vulnerabilities?

Yes, you need the gh CLI and Python installed to review GitHub PRs, as the tool requires these dependencies to access repository data and execute the automated code review scripts.

What is automated code quality assurance for pull requests?

Automated code quality assurance for pull requests is the process of identifying bugs, code style issues, performance bottlenecks, and security vulnerabilities in code changes without manual inspection.

Can I manually edit code review findings before finalizing a PR review?

Yes, a manual review option allows you to review and edit automated findings for bugs, style violations, and security vulnerabilities before finalizing the pull request quality assurance report.

What's the best way to handle code review for a PR with many commits?

For a PR with many commits, automated code review prioritizes critical issues like bugs and security vulnerabilities, allowing developers to focus on the most important changes rather than reviewing every commit manually.