pr-review

Chunk pull request diffs and apply rule-based checks to generate prioritized feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRRadar automates focused PR reviews by applying customizable, rule-based checks to code changes, helping teams catch issues earlier and produce a concise, prioritized feedback.

Core Features & Use Cases

  • Chunk PR changes into reviewable segments to improve clarity.
  • Apply dedicated review rules per change with automatic filtering to relevant files.
  • Use per-rule subagent analyses to ensure thorough, isolated evaluations.
  • Generate prioritized feedback and a summary to streamline triage and approvals.
  • Integrate with Claude Code plugin workflows for automated reviews.

Quick Start

Use the pr-review skill to run a full code review on PR #123 with default rules: /pr-review 123

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub PR reviews using rule-based checks in CI?

Automated PR reviews apply rule-based checks to chunked diffs, generating prioritized feedback for CI workflows. This approach catches issues earlier by isolating evaluations through per-rule subagent analyses.

What is the best way to handle large diffs in automated code reviews?

Handling large diffs involves chunking PR changes into reviewable segments and applying automatic filtering to relevant files. This method improves clarity and ensures thorough evaluations for repository-wide changes.

Can I customize code review rules for different teams in GitHub?

Customizing code review rules is supported through customizable rule directories. Teams can tailor the review process by applying dedicated review rules per change to meet specific requirements.

How do I generate prioritized feedback for pull request triage?

Prioritized feedback for triage is generated by applying rule-based checks to code changes and summarizing the results. This streamlines approvals by highlighting the most critical issues found during the review.

Does automated PR review work with Claude Code plugin workflows?

Automated PR review integrates directly with Claude Code plugin workflows. This allows teams to run full code reviews automatically, such as triggering a review on a specific pull request number.

How do per-rule subagent analyses improve code review thoroughness?

Per-rule subagent analyses improve thoroughness by ensuring isolated evaluations for each applied rule. This mechanism processes chunked diffs individually to produce focused and comprehensive feedback.