review-pr

Review GitHub pull requests via gh CLI and provide structured feedback.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/lachlanchen/LazyingArtBot --skill review-pr-lachlanchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/lachlanchen/LazyingArtBot/tree/main/.agents/archive/review-pr-v1
Command: npx skills add https://github.com/lachlanchen/LazyingArtBot --skill review-pr-lachlanchen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, providing structured feedback and assessing readiness for merging.

Core Features & Use Cases

  • Automated PR Analysis: Performs a thorough, review-only assessment of GitHub pull requests.
  • Structured Feedback: Generates detailed findings on implementation quality, security, tests, and documentation.
  • Use Case: When a new pull request is submitted, use this Skill to get a comprehensive review report, identifying potential issues and confirming if it's ready for the next stage of the development workflow.

Quick Start

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

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automating code review for GitHub pull requests involves using the gh CLI to fetch PR details and code diffs. This process assesses code changes, identifies potential issues, and confirms merge readiness before integration.

Do I need the gh CLI installed to review pull requests?

Yes, you need the gh CLI and git installed to review pull requests. These tools are required to fetch and inspect PR details and code diffs from GitHub for structured feedback and merge readiness assessment.

What specific feedback does an automated GitHub PR review provide?

An automated GitHub PR review provides structured feedback on implementation quality, security, tests, and documentation. It generates detailed findings to help identify potential issues before merging code changes into the main branch.

Can I use this to check if a pull request is ready for merging?

Yes, you can use automated PR analysis to check if a pull request is ready for merging. The review process assesses code changes and identifies potential issues to confirm readiness for the next stage of the development workflow.

What are the limitations of automated pull request review?

Automated pull request review is limited to a review-only assessment using the gh CLI. It identifies potential issues in code diffs but requires existing gh CLI and git setup to fetch PR details, meaning it cannot function without these dependencies.