review-pr

Generate structured pull request reviews from metadata and diffs.

23|3|Updated May 17, 2024
One-click install
npx skills add https://github.com/johnend/dots --skill review-pr-johnend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/johnend/dots/tree/main/common/.ai/skills/review-pr
Command: npx skills add https://github.com/johnend/dots --skill review-pr-johnend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the process of reviewing pull requests by generating a structured, actionable feedback summary that a reviewer can reference or paste directly into PR discussions, without modifying code.

Core Features & Use Cases

  • Generates a concise, structured review based on PR metadata and diffs to highlight issues, improvements, and acceptance criteria.
  • Avoids duplicating existing reviews by considering current comments and reviews on the PR.
  • Useful for onboarding, peer-code-review consistency, and accelerating feedback cycles across teams.

Quick Start

Ask the AI to review PR #<PR-number> or URL and produce a structured feedback summary you can paste into the PR discussion.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I generate structured feedback for a GitHub pull request?

You can generate structured pull request feedback by analyzing PR metadata and diffs to produce a concise, actionable review summary highlighting issues and improvements without modifying the code.

What is non-destructive PR review and how does it work?

Non-destructive PR review analyzes pull request metadata, diffs, and existing comments to surface issues and suggested improvements, outputting a concise report you can paste into discussions without altering the actual codebase.

Can I automate pull request reviews without duplicating existing comments?

Yes, you can automate pull request reviews without duplicating existing comments by analyzing current PR metadata, diffs, and existing reviews to ensure new feedback only surfaces novel issues and suggested improvements.

Does this structured PR review tool work for team onboarding and consistency?

This structured PR review tool works for team onboarding and consistency by generating standardized, actionable feedback summaries from PR metadata and diffs to accelerate feedback cycles across multiple reviewers.

What are the limitations of automated GitHub PR review summaries?

A key limitation of automated GitHub PR review summaries is that they produce non-destructive feedback for discussions only, meaning the tool cannot automatically apply code modifications or directly commit fixes to the repository.