review-pr

Review GitHub pull requests and generate structured reports with terminal hyperlinks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pepegar/nix-home --skill review-pr-pepegar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/pepegar/nix-home/tree/main/skills/review-pr
Command: npx skills add https://github.com/pepegar/nix-home --skill review-pr-pepegar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests, ensuring code quality, correctness, and adherence to team standards, saving valuable developer time and improving overall codebase health.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code against a detailed checklist covering quality, logic, security, performance, and more.
  • Contextual Understanding: Integrates with GitHub and Jira to understand the PR's purpose and requirements.
  • Automated Checks: Identifies potential issues like naming inconsistencies, edge case failures, security vulnerabilities, and performance bottlenecks.
  • Use Case: A developer submits a pull request. This Skill analyzes the changes, checks for adherence to best practices, identifies potential bugs, and provides a detailed report, allowing the author to address issues before human review.

Quick Start

Use the review-pr skill to analyze the current pull request.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews for code quality and security?

Automated pull request reviews analyze code quality, logic, type safety, testing practices, and security by fetching PR details and diffs via GitHub APIs. The process executes checks against predefined patterns and formats findings into a structured report with terminal hyperlinks.

What does an automated code review checklist cover for GitHub pull requests?

An automated code review checklist covers code quality, logic, type safety, testing practices, security, configuration, error handling, performance, architecture, cleanup, documentation, and storage consistency for GitHub pull requests.

Do I need to install specific command line tools to review pull requests automatically?

Yes, reviewing pull requests automatically requires specific command line tools. You need to install and configure gh, git, jq, and curl to fetch PR details, process JSON responses, and interact with the necessary APIs.

Can I use Jira and GitHub APIs to add context to automated PR reviews?

Yes, automated PR reviews integrate with Jira and GitHub APIs to add contextual understanding. This integration fetches PR details, diffs, and issue information to understand the pull request's purpose and requirements before executing checks.

What's the best way to identify security vulnerabilities and performance bottlenecks in a pull request?

The best way to identify security vulnerabilities and performance bottlenecks is through systematic code analysis. Automated PR reviews check for naming inconsistencies, edge case failures, security vulnerabilities, and performance issues against predefined patterns.