pr-review

Analyze GitHub pull requests and generate structured code-review reports.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill pr-review-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/devops-hub/.shogo/skills/pr-review
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill pr-review-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual PR reviews are time-consuming and prone to human error. This skill automates fetching PR metadata, diffs, and builds structured feedback to accelerate code review.

Core Features & Use Cases

  • Connect to GitHub and fetch PR details and changed files for quick context
  • Analyze diffs for security issues, logic errors, missing tests, and performance concerns
  • Present a concise review summary with an findings table and a review checklist
  • Track reviewed PR numbers in memory to avoid re-reviewing and improve throughput

Quick Start

Run a PR review on a targeted pull request to generate a summarized feedback report.

Frequently Asked Questions about pr-review

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

FAQPage Schema
What is automated GitHub PR review and how does it work?

Automated GitHub PR review fetches pull request metadata and diffs to generate a structured code-review report. It analyzes diffs for security vulnerabilities, logic errors, missing tests, and style issues, producing an overall decision and findings table.

How do I automate code review for security vulnerabilities and logic errors?

To automate code review for security vulnerabilities and logic errors, run a review on a targeted pull request. The skill fetches PR details and changed files, analyzes the diff, and presents a concise summary with a findings table and review checklist.

Can I use this automated diff analysis across multiple GitHub repositories?

Yes, you can use this automated diff analysis across repositories. The skill applies to PRs across repositories and tracks reviewed PR numbers in memory to avoid re-reviewing and improve throughput.

Does automated PR review detect missing tests and style issues?

Yes, automated PR review detects missing tests and style issues. The diff analysis specifically focuses on identifying security vulnerabilities, logic errors, missing tests, and performance concerns within the changed files.

What's the best way to prevent re-reviewing the same pull request?

The best way to prevent re-reviewing the same pull request is using memory tracking. The skill tracks reviewed PR numbers in memory to avoid re-reviewing, which improves review throughput across repositories.