ado-review

Fetch Azure DevOps tickets, parse PR links, and analyze diffs for structured reviews.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Vvanlaar/orch --skill ado-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-review
Source: https://github.com/Vvanlaar/orch/tree/main/.claude/skills/ado-review
Command: npx skills add https://github.com/Vvanlaar/orch --skill ado-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of reviewing code changes linked to Azure DevOps tickets by automating ticket fetching, PR extraction, and review assessment, reducing manual effort and error.

Core Features & Use Cases

  • Ticket Retrieval: Fetch comprehensive ADO ticket details including description, acceptance, and relations.
  • PR Linking: Extract associated pull request URLs from ticket data.
  • Code Review Automation: Analyze PR diffs and files, providing structured feedback on ticket fulfillment and code quality.
  • Use Case: A developer wants to verify that recent changes meet ticket requirements; this Skill automates fetching ticket and PR info, providing a detailed review summary within minutes.

Quick Start

Use the ado-review skill to automatically fetch and review the linked pull request for the current Azure DevOps ticket.

Frequently Asked Questions about ado-review

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

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

Automating code review for Azure DevOps pull requests is handled by fetching ticket details, parsing PR links, and analyzing diffs to provide structured feedback on ticket fulfillment and code quality.

How does ticket fetching work for Azure DevOps code reviews?

Ticket fetching for Azure DevOps code reviews works by extracting comprehensive ticket data including descriptions, acceptance criteria, and relations, then automatically parsing associated pull request URLs from that ticket data.

Do I need git or node installed to analyze Azure DevOps PR diffs?

You need git and node installed to analyze Azure DevOps PR diffs, as these tools are required for parsing ticket data, extracting pull request information, and performing the diff analysis.

Can I verify if Azure DevOps ticket requirements are met in a pull request?

You can verify Azure DevOps ticket requirements are met in a pull request by analyzing PR diffs and files against the fetched ticket description and acceptance criteria to generate a detailed review summary.

What is the best way to streamline code review for Azure DevOps tickets?

The best way to streamline code review for Azure DevOps tickets is using AI automation to fetch ticket details, extract linked pull requests, and analyze code diffs to reduce manual effort and error.

Can project managers use automated code review for Azure DevOps tickets?

Project managers can use automated code review for Azure DevOps tickets to quickly verify that recent code changes meet ticket requirements without manually reading diffs or navigating multiple pull requests.