review-pr

Review GitHub pull requests against a comprehensive code quality checklist.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing GitHub pull requests, ensuring code quality, security, and maintainability through a structured, actionable feedback system.

Core Features & Use Cases

  • Structured Feedback: Provides reviews categorized by priority (Blockers, Should Fix, Suggestions, Nitpicks).
  • Comprehensive Checklist: Covers functionality, security, testing, code quality, performance, and documentation.
  • Actionable Comments: Generates specific, context-aware comments and suggestions for developers.
  • Use Case: Automatically review a new feature branch's pull request, identify potential security vulnerabilities, suggest performance optimizations, and ensure test coverage meets standards before merging.

Quick Start

Use the review-pr skill to analyze the pull request with number 42.

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 for code quality and security?

Automate GitHub pull request reviews by analyzing code changes against a comprehensive checklist covering functionality, security, testing, performance, and documentation to generate structured, actionable feedback.

What is the best way to structure code review feedback on a pull request?

Structure code review feedback by categorizing comments into priority levels such as Blockers, Should Fix, Suggestions, and Nitpicks to provide clear, actionable suggestions for developers.

Do I need the GitHub CLI installed to submit automated PR reviews?

Yes, you need the GitHub CLI (gh) installed, as the review process integrates directly with it to automatically submit structured comments and suggestions to your repository.

Can I check test coverage and security vulnerabilities automatically before merging a pull request?

Yes, you can automatically check test coverage standards and identify potential security vulnerabilities by analyzing pull request code changes against a comprehensive review checklist.

What categories does an automated code review checklist cover for GitHub PRs?

An automated code review checklist covers functionality, security, testing, code quality, performance, and documentation, ensuring maintainability through comprehensive analysis of pull request changes.

How does automated PR review handle performance optimizations and documentation gaps?

Automated PR review identifies performance optimization opportunities and documentation gaps by analyzing code changes, then generates specific, context-aware comments and prioritized suggestions for developers.