execute-ado-work-item

Fetch Azure DevOps work item details and run the full dev-team workflow to generate PR links.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/clouseryan/agentic-skills --skill execute-ado-work-item
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-ado-work-item
Source: https://github.com/clouseryan/agentic-skills/tree/main/dev-team/ado-work-item
Command: npx skills add https://github.com/clouseryan/agentic-skills --skill execute-ado-work-item

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges Azure DevOps backlog items into the full agentic dev team workflow, enabling rapid progress tracking and automated PR generation.

Core Features & Use Cases

  • Fetch item details, derive implementation goals from title/description/acceptance criteria.
  • Drive the full dev-team workflow (research → architecture → implementation → PR) and update the work item with progress and the resulting PR link.
  • Post-start and post-completion updates and status transitions when supported.

Quick Start

Invoke the skill with a work item ID to start the full Azure DevOps automation workflow.

Frequently Asked Questions about execute-ado-work-item

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

FAQPage Schema
How do I automate Azure DevOps work items end-to-end from backlog to pull request?

Azure DevOps work items are automated end-to-end by fetching item details, deriving implementation goals, driving the full dev-team workflow through research, architecture, implementation, and PR generation, and updating the item with the resulting PR link.

What prerequisites do I need to run an automated Azure DevOps work item workflow?

Running the Azure DevOps work item workflow requires Azure DevOps access, the az cli environment for authentication and item fetch, and the dev-team agent to perform state updates and PR reporting.

How does the dev-team workflow process Azure DevOps backlog items?

The dev-team workflow processes Azure DevOps backlog items by deriving implementation goals from the title, description, and acceptance criteria, then executing research, architecture, implementation, and PR generation within a unified process.

Can I track Azure DevOps work item progress automatically during the development cycle?

Azure DevOps work item progress is tracked automatically through post-start and post-completion updates, applying state transitions when supported to reflect the current status of the dev-team workflow.

What types of Azure DevOps work items are suitable for agentic dev-team automation?

Azure DevOps work items suitable for agentic automation are those requiring research, architecture, implementation, and PR generation within a unified dev-team process, bridging backlog items into automated pull request generation.

Does the Azure DevOps work item automation update the backlog item with the pull request link?

The Azure DevOps work item automation updates the backlog item with the generated pull request link after the full dev-team workflow completes, ensuring progress tracking and automated PR reporting are reflected in the original item.