review-pr

Fetch GitHub PR details, diffs, and CI checks to generate categorized review feedback.

2.9k|534|Updated May 9, 2019
One-click install
npx skills add https://github.com/music-assistant/server --skill review-pr-music-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/music-assistant/server/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/music-assistant/server --skill review-pr-music-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests according to predefined standards, ensuring code quality and consistency.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes against established review standards.
  • Feedback Generation: Provides constructive comments on potential issues, bugs, performance, and security concerns.
  • Use Case: When a new pull request is submitted, this Skill can be invoked to perform an initial review, flagging critical issues and providing actionable feedback to the author before human reviewers step in.

Quick Start

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

Frequently Asked Questions about review-pr

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

FAQPage Schema
How does automated GitHub pull request review work?

Automated GitHub pull request review works by fetching PR details, diffs, and CI checks, then applying predefined standards to generate feedback. It categorizes issues as CRITICAL, PROBLEM, or SUGGESTION based on code quality, bugs, and security.

What is the best way to automate code review for a new pull request?

To automate code review for a new pull request, invoke this Skill with the PR ID. It fetches the diff and CI checks, analyzing code quality, performance, security, and test coverage to generate constructive feedback before human reviewers step in.

Can I use this to check CI checks and test coverage before approving a PR?

Yes, you can use this to check CI checks and test coverage. The Skill fetches CI results and diffs, analyzing test coverage alongside potential bugs and security concerns to provide actionable feedback on the pull request.

Does automated PR review require any dependencies to run?

No dependencies are required to run this automated PR review. The Skill operates independently to fetch GitHub pull request details, apply review standards, and generate categorized feedback on code quality and security.

What types of issues does an automated code review flag?

An automated code review flags issues categorized as CRITICAL, PROBLEM, or SUGGESTION. It focuses on code quality, potential bugs, performance bottlenecks, security vulnerabilities, and test coverage gaps found within the pull request diff.