ado-operation

Automate Azure DevOps operations via the Azure CLI.

1|1|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/ntaksh42/agents --skill ado-operation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-operation
Source: https://github.com/ntaksh42/agents/tree/main/claude/skills/ado-operation
Command: npx skills add https://github.com/ntaksh42/agents --skill ado-operation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Azure DevOps, allowing you to manage work items, pull requests, pipelines, and repositories directly through the command line, reducing context switching and manual effort.

Core Features & Use Cases

  • Work Item Management: Create, update, query, and link work items.
  • Pull Request Operations: Create, review, vote on, and merge pull requests.
  • Pipeline Management: Run, monitor, and retrieve logs for Azure DevOps pipelines.
  • Repository Operations: Manage branches and view repository details.
  • Use Case: Automatically create a new work item for a bug reported in a meeting, link it to the relevant sprint, and assign it to a developer, all with a single command.

Quick Start

Use the ado-operation skill to create a new task work item with the title 'Implement user authentication'.

Frequently Asked Questions about ado-operation

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

FAQPage Schema
How do I manage Azure DevOps work items and pull requests from the command line?

The Skill automates Azure DevOps operations including work item management, pull request handling, pipeline execution, and repository interactions via the Azure CLI. It supports CRUD operations for work items, PR lifecycle management, pipeline runs and monitoring, and branch management.

Can I run and monitor Azure DevOps pipelines via CLI?

Yes, you can run and monitor Azure DevOps pipelines via the Azure CLI. This Skill supports executing pipeline runs, tracking their status, and retrieving pipeline logs directly through the command line interface.

Do I need the Azure CLI extension to manage Azure DevOps repositories?

Yes, managing Azure DevOps repositories requires the Azure CLI with the azure-devops extension and proper authentication configured. This setup enables branch management and repository detail retrieval.

What is the best way to automate Azure DevOps bug tracking and sprint assignment?

The best way to automate Azure DevOps bug tracking is using CLI commands to create work items, link them to relevant sprints, and assign them to developers. This eliminates manual effort and context switching.

Can I vote on and merge pull requests using Azure DevOps CLI?

Yes, you can vote on and merge pull requests using the Azure DevOps CLI. The PR lifecycle management supports creating, reviewing, voting on, and merging pull requests directly through command line operations.