review-pr

Fetch pull request details and diffs to review code changes.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hotyanovicha/pw-another-one --skill review-pr-hotyanovicha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/hotyanovicha/pw-another-one/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/hotyanovicha/pw-another-one --skill review-pr-hotyanovicha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates PR reviews with a production-focused checklist for QA quality, test design, reliability, and data integrity. It helps you quickly assess changes, spot risks, and guide merges.

Core Features & Use Cases

  • Gather PR information: fetch title, body, state, and diffs.
  • Read modified files for context: view changed files using the diff.
  • Production-focused review: apply a comprehensive checklist covering critical issues, design, stability, data strategy, and cleanup.

Quick Start

  • gh pr view <number> --json title,body,state,additions,deletions,changedFiles,baseRefName,headRefName
  • gh pr diff <number>
  • Use Read to inspect modified files mentioned in the diff
  • Provide a structured review to the user