pr-review

Retrieve pull request metadata and post code-quality review comments via GitHub CLI.

1.1k|68|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0 --skill pr-review-vm0-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/vm0-ai/vm0/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/vm0-ai/vm0 --skill pr-review-vm0-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the review of a pull request and posts findings as a PR comment to standardize and speed up code reviews.

Core Features & Use Cases

  • PR metadata extraction: Retrieve PR title, author, URL, and body for concise summaries.
  • Integrated analysis orchestration: Trigger a code-quality skill to perform a comprehensive PR review.
  • Automated PR commenting: Post a structured, review-ready comment back to the PR with key findings and recommended actions.
  • Use Case: On a busy repository, run automated PR reviews to surface critical issues before merging.

Quick Start

Use the pr-review skill to analyze a PR in the current repository and post the review as a PR comment.

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 reviews and post comments on GitHub?

Automating pull request reviews involves retrieving PR metadata via GitHub CLI and orchestrating code-quality analysis to post structured findings as a PR comment automatically.

Can I trigger a code-quality review on a specific PR number?

Yes, code-quality review can be triggered by specifying a PR number, or it can automatically detect and analyze the pull request associated with the current branch.

What is the best way to standardize PR comments before merging?

Standardizing PR comments requires an automated review process that extracts metadata, runs code-quality analysis, and posts consistent, structured findings back to the pull request.

Does automated PR review work with the GitHub CLI?

Automated PR review works directly with the GitHub CLI, using its commands to fetch pull request data, extract metadata, and post the final review comment back to the repository.

What metadata is extracted during an automated GitHub PR review?

During an automated GitHub PR review, the extracted metadata includes the pull request title, author, URL, and body, which are used to generate concise summaries and structured comments.

Why use automated code review for pull requests on busy repositories?

Automated code review on busy repositories surfaces critical issues and code-quality findings before merging, reducing manual review overhead and standardizing feedback across all pull requests.