review-pr

Automate code reviews for Azure DevOps pull requests with multi-pass analysis.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/scaryrawr/scarypilot --skill review-pr-scaryrawr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/scaryrawr/scarypilot/tree/main/plugins/azure-devops/skills/review-pr
Command: npx skills add https://github.com/scaryrawr/scarypilot --skill review-pr-scaryrawr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides and automates comprehensive code reviews for Azure DevOps pull requests, ensuring eligibility and context-aware analysis.

Core Features & Use Cases

  • Eligibility checks to confirm the PR is open, not a draft, and has not been reviewed yet.
  • Context gathering from root-level instruction files (for example, .github/copilot-instructions.md) plus AGENTS.md and CLAUDE.md found in modified directories to inform the review.
  • Structured, multi-pass review workflow with recommended agents, policy checks, and risk-focused findings.

Quick Start

Provide a code review for the given Azure DevOps pull request.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code reviews for Azure DevOps pull requests?

Automated Azure DevOps pull request reviews verify open, non-draft PRs, fetch diffs, and run multi-pass analyses. The workflow checks review history, applies policy checks, gathers instruction file context, and reports findings while tagging the PR with AI-review labels.

Does the AI code review skip draft pull requests in Azure DevOps?

AI code review skips draft pull requests by verifying eligibility before analyzing. It confirms the PR is open, not a draft, and has not been reviewed yet, ensuring context-aware analysis is only applied to active pull requests ready for feedback.

What instruction files does the Azure DevOps PR review process use for context?

Azure DevOps PR review gathers context from root-level instruction files like .github/copilot-instructions.md, plus AGENTS.md and CLAUDE.md found in modified directories. These files inform the multi-pass analysis for project-specific coding standards.

How to run a multi-pass code analysis on an Azure DevOps pull request diff?

Run multi-pass code analysis on an Azure DevOps PR by fetching the diff context, selecting relevant review agents, and applying structured passes. The workflow focuses on risk findings, policy checks, and reports results directly while tagging the PR.

Can I use automation to check PR policy status and review history in Azure DevOps?

Automation checks PR policy status and review history in Azure DevOps by verifying eligibility before running analyses. It confirms whether the pull request is open, checks existing review history, and applies policy checks during the multi-pass workflow.