azure-devops-cli

Automate Azure DevOps resource provisioning and policy enforcement via CLI scripting.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/TabTabGo/dev-agents --skill azure-devops-cli-tabtabgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/TabTabGo/dev-agents/tree/main/skills/azure-devops
Command: npx skills add https://github.com/TabTabGo/dev-agents --skill azure-devops-cli-tabtabgo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of Azure DevOps resources through command-line operations, enabling faster and repeatable workflows.

Core Features & Use Cases

  • Resource Management: Create, update, delete Azure DevOps projects, repositories, pipelines, and work items efficiently.
  • Automation & Scripting: Automate repetitive administrative tasks such as setting branch policies, managing security groups, and configuring service endpoints.
  • Use Case: Automate the setup of a new project environment by creating repositories, configuring permissions, and defining branch policies with a single script.

Quick Start

Use the azure devops skill to set up a new project with necessary repositories, permissions, and CI/CD pipelines.

Frequently Asked Questions about azure-devops-cli

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

FAQPage Schema
How do I automate Azure DevOps project setup and repository creation?

You can automate Azure DevOps project setup by running CLI scripts that create projects, repositories, and CI/CD pipelines. This approach replaces manual configuration by provisioning resources and defining branch policies in a single repeatable workflow.

Can I manage Azure DevOps security permissions and branch policies from the command line?

Yes, Azure DevOps security permissions and branch policies can be managed via command-line scripts. Administrators can automate the configuration of security groups, enforce branch policies, and manage service endpoints to maintain consistent access controls.

What is the best way to script repetitive Azure DevOps administrative tasks?

The best way to script Azure DevOps administrative tasks is using CLI automation to handle resource provisioning and policy enforcement. This allows DevOps engineers to execute complex organizational workflows repeatedly without manual portal interactions.

Does Azure DevOps CLI automation work for managing work items and pipelines?

Yes, Azure DevOps CLI automation works for managing work items and pipelines. The command-line interface supports creating, updating, and deleting these resources, allowing project admins to maintain complex project environments efficiently.

How do I configure service endpoints in Azure DevOps using automation?

To configure service endpoints in Azure DevOps, you can use CLI scripting to automate the setup process. This enables DevOps engineers to programmatically define connections to external services as part of a larger automated project initialization workflow.