ado-resolve

Automate Azure DevOps ticket resolution and pull request creation via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of updating Azure DevOps tickets and managing related pull requests, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Ticket and PR Management: Create and update Azure DevOps tickets and pull requests with minimal input.
  • Workflow Automation: Detect ticket IDs, branch names, and remotes automatically to streamline development workflows.
  • Use Case: Developers can quickly resolve tickets after code fixes by running this Skill, which then updates the ticket and creates a PR with the correct links and status.

Quick Start

Use the ado-resolve skill after completing code changes to automatically update the associated Azure DevOps ticket and create a pull request referencing the ticket number.

Frequently Asked Questions about ado-resolve

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

FAQPage Schema
How do I automate Azure DevOps ticket updates and pull request creation after committing code?

Automate Azure DevOps ticket updates and pull request creation by running the ado-resolve skill after code changes. It detects ticket IDs, branch names, and git remotes automatically, then utilizes REST API calls to update ticket status and create linked pull requests seamlessly.

Can I use this to link a git branch to an Azure DevOps ticket in a CI environment?

Yes, you can link a git branch to an Azure DevOps ticket in a Continuous Integration environment. The skill detects git remotes and ticket IDs automatically to apply scenario-specific updates including test notes, PR links, and status changes.

Does the Azure DevOps PR automation require the GitHub CLI to work?

Yes, Azure DevOps PR automation requires the GitHub CLI (gh) installed as a dependency. It works alongside your git workflows to detect remotes and execute REST API calls for updating tickets and handling pull requests.

What is the best way to resolve Azure DevOps tickets with test notes and PR links?

The best way to resolve Azure DevOps tickets with test notes and PR links is using an automation skill that detects ticket IDs from your branch and applies scenario-specific updates via REST API calls, ensuring consistent status changes and pull request linking.

How does git remote detection work when creating Azure DevOps pull requests?

Git remote detection works by automatically identifying the configured remotes in your local repository. The skill uses this detected remote information alongside ticket IDs to execute REST API calls that create pull requests and update associated Azure DevOps tickets.