ado-test

Automate ADO ticket testing by fetching PRs and updating statuses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of testing and verifying fixes or features associated with Azure DevOps (ADO) tickets, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Fetch and understand ADO tickets by retrieving linked PRs and related information for comprehensive testing.
  • Automate test environment setup by configuring acceptance environments and verifying the correctness of deployed APKs or code changes.
  • Use Case: A QA engineer wants to validate a bug fix for a specific ADO ticket; this Skill helps fetch relevant data, run tests on connected environments, and update ticket status with minimal manual steps.

Quick Start

Provide the ADO ticket number to automatically fetch related PRs, review code differences, and verify the fix on the appropriate environment.

Frequently Asked Questions about ado-test

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

FAQPage Schema
How do I automate testing and verification for Azure DevOps tickets?

Automating ADO ticket testing involves fetching linked pull requests, verifying deployed code changes, and automatically updating the ticket status to Tested or Failed. This ensures consistent, repeatable testing workflows for development teams.

What is the process for verifying a bug fix linked to an ADO ticket?

Verifying an ADO ticket bug fix requires fetching the related pull request, reviewing the code differences, and testing the fix on a configured acceptance environment. The ticket status is then updated based on the verification results.

Can I use automated workflows to verify APK changes for mobile SDK testing?

Yes, automated workflows can verify APK changes for mobile SDK testing by configuring the precise environment setup and executing specific APK verification steps before updating the ADO ticket status.

Do I need to provide an ADO ticket number to start the automated test workflow?

Yes, providing the ADO ticket number is required to start the workflow. The system uses this number to automatically fetch related pull requests, review code differences, and verify the fix on the appropriate environment.

How do I ensure consistent test environment setup when validating ADO pull requests?

To ensure consistent test environment setup during ADO pull request validation, the automated workflow configures acceptance environments precisely and verifies the correctness of deployed code changes before running tests.