review-pr

Review GitHub pull requests and generate structured code review reports.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/guicaulada/dotfiles --skill review-pr-guicaulada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/guicaulada/dotfiles/tree/main/home/dot_claude/exact_skills/review-pr
Command: npx skills add https://github.com/guicaulada/dotfiles --skill review-pr-guicaulada

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide fast, consistent, and evidence-based code reviews for GitHub pull requests so maintainers and contributors get clear, prioritized feedback without manual, repetitive inspection.

Core Features & Use Cases

  • Comprehensive Analysis: Fetches PR metadata, diffs, commits, existing reviews, and CI status to evaluate logic, security, performance, and maintainability.
  • Context-Aware Review: Clones the repository into a unique temporary directory to inspect surrounding code and tests for accurate findings.
  • Single and Batch Workflows: Supports reviewing a single PR interactively or spawning parallel Task agents to review many PRs and aggregate results; excludes automated dependency-bump PRs.
  • Actionable Output: Produces structured reports with verdicts (approve/comment/request changes), blocking issues, suggestions, questions, and recommended next steps.

Quick Start

Review owner/repo#123 and produce a structured report with verdict, blocking issues, suggestions, and questions.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews with structured feedback?

Automate GitHub PR reviews by fetching metadata, diffs, commits, and CI status to produce structured reports with verdicts, blocking issues, and suggestions. It clones the repository into a unique temporary directory to inspect surrounding code for accurate findings.

Can I review multiple pull requests in parallel on GitHub?

Yes, you can review multiple GitHub pull requests in parallel by spawning Task-based agents to review many PRs and aggregate results. The workflow automatically excludes automated dependency-bump PRs to focus on meaningful code changes.

Do I need the gh CLI to review pull requests for code changes?

Yes, you need the gh CLI installed and authenticated to fetch PR metadata, diffs, and CI checks for code review. The tool relies on gh CLI access to gather repository context and evaluate logic, security, performance, and maintainability.

What is the best way to analyze PR diffs and CI checks for blockers?

Analyze PR diffs and CI checks by fetching pull request metadata, commits, and existing reviews, then evaluating logic, security, performance, and maintainability. This produces actionable output with verdicts, blocking issues, questions, and recommended next steps.

Does automated code review work for single PRs and batch workflows?

Automated code review supports both single PR interactive workflows and batch workflows with parallel agents. It evaluates diffs, commits, CI status, and repository context to surface blockers and suggestions, excluding automated dependency-bump PRs.

Why does code review exclude automated dependency-bump PRs?

Code review excludes automated dependency-bump PRs to avoid generating repetitive feedback on mechanical version updates. This focuses the analysis on logic, security, performance, and maintainability for meaningful code changes made by contributors.