azure-devops-cli

Generate Azure DevOps CLI commands for pipelines, repositories, work items, and artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and accelerates the automation of Azure DevOps operations by generating the necessary Azure CLI commands.

Core Features & Use Cases

  • Command Generation: Create commands for pipelines, repositories, work items, and artifacts.
  • Authentication: Assists with setting up Personal Access Tokens (PAT) and OAuth.
  • Use Case: You need to automate the creation of a new pull request with specific reviewers. This Skill can generate the az repos pr create command with all the necessary parameters.

Quick Start

Use the azure-devops-cli skill to list all pipelines in your default project.

Frequently Asked Questions about azure-devops-cli

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

FAQPage Schema
How do I generate Azure DevOps CLI commands for pipeline automation?

To generate Azure DevOps CLI commands for pipeline automation, use this Skill to automatically produce the necessary script syntax for pipeline management, repository interactions, and artifact handling. It outputs ready-to-use commands tailored to your specific automation requirements.

Can I automate pull request creation in Azure DevOps using the CLI?

Yes, you can automate pull request creation in Azure DevOps using the CLI by generating commands like `az repos pr create` with all required parameters. This Skill constructs the exact command syntax needed for automating pull requests with specific reviewers.

How do I configure authentication for Azure DevOps CLI commands?

To configure authentication for Azure DevOps CLI commands, this Skill assists with setting up Personal Access Tokens (PAT) and OAuth configurations. It generates the appropriate login and authentication setup commands required to securely access your Azure DevOps environment.

What Azure DevOps operations can I automate using generated CLI commands?

You can automate Azure DevOps operations including pipeline management, repository interactions, work item tracking, and artifact handling using generated CLI commands. The Skill provides example scripts for these common automation tasks to streamline your workflows.

Do I need any prerequisites to run generated Azure DevOps CLI commands?

To run generated Azure DevOps CLI commands, you need the Azure CLI installed and configured with appropriate authentication credentials such as a Personal Access Token. This Skill generates the command syntax, which must then be executed in your local or CI environment.