review-pr

Review GitHub pull requests for code quality and architecture compliance.

54|14|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/mphacker/TeslaUSB --skill review-pr-mphacker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/mphacker/TeslaUSB/tree/main/.github/skills/review-pr
Command: npx skills add https://github.com/mphacker/TeslaUSB --skill review-pr-mphacker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews GitHub pull requests for code quality, architecture compliance, and project conventions. Use when asked to review a PR, review pull requests, check a PR, audit PR changes, or give feedback on a pull request. Handles single or multiple PRs by number. Posts review comments directly on the PR via the GH CLI. Security review is delegated to the security-review skill — invoked automatically as part of every PR review.

Core Features & Use Cases

  • Automates structured PR reviews against project conventions and best practices.
  • Posts review feedback directly on PRs using the GH CLI.
  • Supports single or multiple PRs by number and includes security review delegation.

Quick Start

Run the review-pr skill on one or more PR numbers to generate and post automated code-quality reviews.

Frequently Asked Questions about review-pr

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

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

Automated GitHub pull request review evaluates code quality, architecture compliance, and project conventions. It processes single or multiple PRs by number and posts review comments directly on the PR via the GH CLI.

Can I review multiple pull requests by number at once?

Yes, multiple pull requests can be reviewed simultaneously by specifying their PR numbers. The skill processes each PR individually, checking code quality and conventions, then posts feedback directly via the GH CLI.

Does the PR review process include security checks?

Security review is automatically included in every PR review. The skill delegates security analysis to a dedicated security-review skill, which is invoked automatically as part of the standard code quality audit.

What is the best way to audit PR changes against project conventions?

Auditing PR changes against project conventions is handled by running an automated review on the specified PR number. The review checks architecture compliance and best practices, then posts structured feedback directly to GitHub.

Do I need the GH CLI to post pull request comments?

Yes, the GH CLI is required for posting review comments directly on GitHub pull requests. The skill relies on the GitHub CLI interface to submit automated feedback on code quality and architectural compliance.

What limitations exist when automating pull request feedback?

Automated pull request feedback requires valid PR numbers and a configured GH CLI environment. Reviews focus on code quality, architecture, and conventions, with security checks delegated automatically to a specialized security-review skill.