dotnet:pr-review

Automate GitHub pull request reviews with parallel C# analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing pull requests in GitHub, providing automated code quality checks and feedback to help developers maintain code standards and identify potential issues.

Core Features & Use Cases

  • Automated PR Review: Fetches and analyzes pull requests, producing structured feedback.
  • Parallel Reviewers: Utilizes multiple parallel reviewers to check for idioms, security vulnerabilities, testing coverage, Iron Laws, and verification.
  • Severity Grouping: Outputs findings with severity ratings and file:line citations.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically review PRs as they are submitted, catching issues early and maintaining code quality.

Quick Start

Run the pr-review skill with the pull request number or URL: dotnet:pr-review <PR number or URL>.

Frequently Asked Questions about dotnet:pr-review

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

FAQPage Schema
How do I automate pull request reviews on GitHub for C# projects?

Automating GitHub pull request reviews involves fetching PR details and running parallel code quality checks across dimensions like security and testing. This Skill produces structured feedback with severity ratings and file:line citations to identify potential issues.

Do I need the gh CLI installed to run automated code review checks?

Yes, the gh CLI is a required dependency for accessing GitHub PR details and performing automated reviews. You need it installed and authenticated to fetch pull request data and execute code quality checks.

Can I integrate automated code review into a CI/CD pipeline?

Yes, you can integrate automated code review into a CI/CD pipeline to automatically review PRs upon submission. Running parallel reviewers for security and testing catches issues early and maintains code quality throughout the development lifecycle.

What dimensions does automated PR analysis check for code quality?

Automated PR analysis checks code quality across multiple dimensions including C# idioms, security vulnerabilities, testing coverage, Iron Laws, and verification. It utilizes parallel reviewers to evaluate each dimension and outputs findings with severity ratings.

How do I format the output from GitHub PR code quality checks?

GitHub PR code quality checks format output by grouping findings with severity ratings and file:line citations. This structured feedback helps developers quickly locate and resolve identified issues across the analyzed pull request code.

How do I start an automated review for a specific pull request?

To start an automated review for a specific pull request, execute the pr-review skill with the pull request number or URL. This triggers parallel analysis to fetch PR details and generate structured code quality feedback with severity ratings.