pr-review

Automate deep pull request reviews with git diff validation and AI comment triage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests, transforming time-consuming manual reviews into structured, deep code analyses with AI-driven triage and educational feedback.

Core Features & Use Cases

  • Deep Code Analysis: Performs independent, adversarial code reviews focusing on bugs, architecture, TypeScript, and more.
  • AI Review Triage: Integrates and triages comments from GitHub Copilot and CodeRabbit.
  • Git-Truth Validation: Verifies PR document claims against actual code changes.
  • Developer Feedback: Provides educational, Korean-language feedback and tracks developer patterns.
  • Automated Pipeline: Orchestrates fetching PRs, preparing worktrees, performing reviews, and optionally applying fixes.

Quick Start

Use the pr-review skill to review the PR at docs/pr-for-review/[ACME-595] 일정카드 모드별 컴포넌트 분리.md.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automated pull request review fetches PRs via git, prepares worktrees, and performs independent deep code analysis to identify bugs and architectural issues. It orchestrates the entire pipeline end-to-end, optionally applying fixes automatically.

Can I triage AI code review comments from GitHub Copilot and CodeRabbit?

Yes, AI review triage integrates and triages comments generated by GitHub Copilot and CodeRabbit. It consolidates automated feedback into a structured review document, filtering noise and surfacing actionable developer feedback.

What is git-truth validation in a PR review process?

Git-truth validation verifies PR document claims against actual code changes in the git diff. It ensures the pull request description matches the implementation, preventing misleading documentation and unreviewed modifications from merging.

Does this automated PR review support TypeScript architecture analysis?

Yes, deep code analysis performs adversarial reviews focusing on TypeScript, bugs, and architecture. It evaluates type safety and structural design independently before generating structured review documents.

How do I validate PR documentation claims against actual git diffs?

Validating PR claims against git diffs requires fetching the pull request and preparing a worktree for independent analysis. The automated pipeline cross-references documented changes with actual code modifications to ensure accuracy.

What are the limitations of automated developer feedback in code reviews?

Automated developer feedback generates structured review documents in Korean and tracks developer patterns, but it relies on AI triage from Copilot and CodeRabbit. Complex architectural context may require manual validation against the git diff.