ado-assign-testing

Distribute reviewed Azure DevOps work items evenly among team members for testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the distribution of reviewed Azure DevOps work items for testing among team members, ensuring fair and balanced workload allocation.

Core Features & Use Cases

  • Fetch Reviewed Items: Retrieves a list of work items marked as reviewed and ready for testing.
  • Role-based Assignment: Assigns items to team members while respecting rules such as never assigning to the person who resolved or reviewed the item.
  • Use Case: Suppose a team completes a sprint review. This skill automatically assigns the reviewed work items to testers, avoiding conflicts of interest and balancing workload.

Quick Start

Use the ado-assign-testing skill to distribute reviewed work items to team members by specifying their emails.

Frequently Asked Questions about ado-assign-testing

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

FAQPage Schema
How do I automate Azure DevOps work item assignment for testing?

You can automate work item assignment for testing by using a skill that fetches reviewed Azure DevOps items and automatically distributes them evenly among designated team members via their email addresses.

Can I prevent Azure DevOps from assigning testing tasks to the original resolver or reviewer?

Yes, role-based assignment rules ensure that work items are never assigned to the person who originally resolved or reviewed the item, effectively avoiding conflicts of interest during the testing phase.

What is the best way to balance testing workloads across an Azure DevOps team?

Balancing testing workloads is achieved by automatically distributing reviewed work items evenly among team members. This ensures fair allocation and prevents any single tester from being overloaded after a sprint review.

How do I distribute reviewed Azure DevOps work items to specific testers?

To distribute reviewed items, you specify the team members by their emails. The skill then automatically retrieves the reviewed work items and assigns them evenly while respecting resolver and reviewer exclusions.

Does this testing assignment automation require any external dependencies?

No external dependencies are required to use this automation. It operates independently using its built-in scripts and references to interact with your Azure DevOps environment and manage the work item distribution.