pr-review

Analyzes GitHub pull requests and generates review comments via gh CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill pr-review-ryan-mahoney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/ryan-mahoney/ryan-llm-skills/tree/main/skills/pr-review
Command: npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill pr-review-ryan-mahoney

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the code-review feedback process for pull requests by analyzing changes and surfacing actionable comments.

Core Features & Use Cases

  • Automated diff analysis: Detects meaningful changes across files and highlights potential issues.
  • Context-aware comments: Generates review notes aligned with project standards and documentation.
  • Batch fixes & commits: Suggests fixes and can create conventional commits when possible.

Quick Start

Provide a PR number to review, and the skill will fetch the changes, generate structured feedback, and suggest fixes.

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

Automated pull request reviews use diff analysis to detect code changes and surface actionable comments. This skill fetches GitHub PR data via the gh CLI, analyzes changes, and generates structured feedback aligned with project standards.

Can I automatically generate conventional commits for PR fixes?

Yes, automatic conventional commits for PR fixes can be generated. The skill analyzes pull request diffs, suggests fixes, and pushes those changes as conventional commits directly to GitHub using the gh CLI when possible.

Does automated code review work across different programming languages?

Automated code review works across different programming languages by analyzing file diffs and surfacing actionable comments. The skill ensures feedback aligns with project standards and documentation regardless of the language used in the pull request.

What is the best way to add context-aware comments to a GitHub pull request?

Context-aware comments for GitHub pull requests are generated by analyzing diffs and aligning review notes with project standards. The skill fetches PR data, evaluates the changes against documentation, and submits structured feedback automatically.

Do I need the gh CLI installed to automate GitHub code review?

Yes, the gh CLI is required to automate GitHub code review. The skill relies on gh CLI commands to fetch pull request data, submit review comments, and push conventional commits for suggested fixes directly to the repository.