review-pr

Review GitHub pull requests and post inline comments with code suggestions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines GitHub pull request review by turning a PR diff into structured, actionable feedback posted directly as review comments.

Core Features & Use Cases

  • PR Inspection: Reads PR metadata, changed files, and unified diffs to understand scope and intent.
  • Finding Classification: Separates issues that need code suggestions from observations that need plain comments.
  • GitHub Review Posting: Submits a single review with inline comments and optional one-click code suggestions.
  • Use Case: Use this Skill when you need to review a teammate's pull request, validate the implementation against the description, and leave clear feedback on specific lines.

Quick Start

Ask the skill to review a GitHub pull request and post inline review comments with suggestions.

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 with inline comments?

Automating GitHub pull request reviews involves reading PR metadata and unified diffs to classify findings, then submitting a single review with inline comments and one-click code suggestions directly to the repository.

What is unified diff analysis for code review?

Unified diff analysis is the process of parsing changed files in a pull request to understand the scope and intent, separating issues that require code suggestions from observations that only need plain comments.

How do I post code suggestions on a GitHub pull request?

Posting code suggestions on a GitHub pull request requires classifying findings by severity and submitting a one-shot GitHub review that includes inline comments with optional one-click code suggestions.

Can I validate bug fixes and feature updates against a PR description?

Validating bug fixes and feature updates against a PR description requires retrieving PR metadata, performing unified diff analysis, and verifying the test plan to ensure the implementation matches the stated intent.

Does this approach work for reviewing refactoring changes in GitHub?

Reviewing refactoring changes in GitHub works by applying diff analysis and severity classification to detect issues, validate the implementation, and post reviewer-ready comments across the updated code.

What are the limitations of automated inline code review feedback?

Automated inline code review feedback depends entirely on PR metadata retrieval and unified diff analysis, meaning it cannot assess runtime behavior or execution logic outside the provided code changes.