pr-review

Automate GitHub pull request reviews and post structured comments.

2|Updated Apr 6, 2017
One-click install
npx skills add https://github.com/shiiman/dotfiles --skill pr-review-shiiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/shiiman/dotfiles/tree/main/ai/codex/skills/pr-review
Command: npx skills add https://github.com/shiiman/dotfiles --skill pr-review-shiiman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of reviewing peer pull requests on GitHub and posting structured comments to provide timely, actionable feedback.

Core Features & Use Cases

  • Automated PR discovery and type selection: identify the target PR and choose review types (general, security, performance).
  • PR metadata retrieval and analysis: fetch title, body, files, additions, and deletions to inform feedback.
  • Automated review posting and reporting: compose and submit a GitHub review comment and summarize results for reporting.

Quick Start

Review a target PR on GitHub and post a detailed, structured comment with actionable feedback.

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 and post structured comments?

Automate GitHub PR reviews by fetching pull request metadata, analyzing code changes, and posting structured feedback comments directly through GitHub CLI commands.

What types of code review checks can I run for automated PR analysis?

Automated PR analysis supports general code quality checks, security vulnerability scanning, and performance optimization reviews, allowing targeted feedback selection for each pull request.

Do I need GitHub CLI installed to automate pull request reviews?

Yes, GitHub CLI access is required to automate pull request reviews. The skill uses gh pr view and gh pr review commands to fetch PR details and publish structured feedback.

What PR metadata is retrieved when automating code review comments?

When automating code review comments, the skill retrieves pull request titles, bodies, changed files, additions, and deletions to inform and contextualize the structured feedback.

Can I use this automated code review for software engineering teams of any scale?

This automated code review skill handles PR metadata and posts structured comments for software engineering teams, streamlining peer feedback across various code review scenarios.