pr-review

Fetch GitHub pull request diffs and run parallel code quality, security, testing, and Iron Law reviewers.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill pr-review-dimsour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/dimsour/dotnet-ai-toolkit/tree/main/plugins/dotnet-copilot/skills/pr-review
Command: npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill pr-review-dimsour

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review process for GitHub pull requests, providing structured feedback and reducing manual effort.

Core Features & Use Cases

  • Automated PR Review: Fetches pull request diffs and uses a multi-agent pipeline to generate structured feedback.
  • Parallel Reviewers: Spawns parallel reviewers for code quality, security, testing, and Iron Law compliance.
  • Structured Feedback: Outputs feedback grouped by severity with file:line citations.
  • Use Case: When you want to quickly review a pull request and get detailed feedback on code quality, security, and compliance with Iron Laws.

Quick Start

Run the pr-review skill with the pull request number or URL to get a detailed review.

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 pull request reviews?

Automating GitHub pull request reviews involves fetching diffs via the gh CLI and running parallel reviewers for code quality, security, testing, and Iron Law compliance to produce structured feedback.

What is structured feedback in a PR review?

Structured feedback in a PR review is output grouped by severity with specific file:line citations, generated by parallel reviewers assessing code quality, security, testing, and Iron Law compliance.

Do I need the gh CLI to review pull requests automatically?

Yes, the gh CLI is required to fetch pull request data and execute the parallel reviewers that generate structured feedback for your code.

Can I check Iron Law compliance during a code review?

Yes, the review process spawns a dedicated parallel reviewer to check Iron Law compliance alongside code quality, security, and testing to produce structured feedback.

What is the best way to get security feedback on a GitHub PR?

Using an automated parallel reviewer pipeline is the best way to get security feedback on a GitHub PR, producing severity-grouped results with file:line citations.

How do parallel reviewers work for code quality checks?

Parallel reviewers work by simultaneously evaluating fetched PR diffs across dimensions like code quality and security, generating severity-grouped structured feedback with file:line citations.