ado-pr

Manage Azure DevOps pull requests via the Azure DevOps CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When users share Azure DevOps pull request links or ask about PRs, this Skill enables you to view, list, checkout, review, vote on, and manage pull requests using the Azure DevOps CLI.

Core Features & Use Cases

  • View PR details: Retrieve title, status, and metadata for a PR.
  • List and filter PRs: Show active or all PRs with filters for status, reviewers, and branches.
  • Checkout and review: Switch to the PR branch, add comments, and cast votes.
  • PR management: Create, update, or close PRs and manage reviewers from the command line.

Quick Start

Show me PR details for a given PR ID or URL and navigate to the PR in the browser.

Frequently Asked Questions about ado-pr

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

FAQPage Schema
How do I manage Azure DevOps pull requests from the command line?

You can manage Azure DevOps pull requests from the command line by using the Azure DevOps CLI to view, list, checkout, review, vote on, and close PRs directly from chat prompts.

Can I list and filter active pull requests by reviewer or branch?

Yes, you can list and filter active pull requests by status, reviewers, and branches using Azure DevOps CLI commands to quickly retrieve and review relevant PR metadata.

How do I checkout a PR branch and cast a vote without leaving the terminal?

To checkout a PR branch and cast a vote from the terminal, use the Azure DevOps CLI to switch to the PR branch, add comments, and apply your review vote within a signed-in context.

Do I need to be signed into Azure DevOps to view PR details from a shared link?

Yes, you need to be signed into an active Azure DevOps context to retrieve title, status, and metadata for a PR from a shared link using the CLI.

What's the best way to automate pull request workflows for Azure DevOps repositories?

Automating pull request workflows for Azure DevOps repositories is best done using the Azure DevOps CLI to execute fast PR lookups, status checks, and branch operations from chat prompts.