Azure Devops Cli
Official github skill covering Azure, DevOps for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-devops-cli npx -- -y @trustedskills/azure-devops-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-devops-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-devops-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Azure DevOps CLI skill enables users to interact with Azure DevOps services through command-line interface (CLI) commands. It allows automation of tasks such as managing pipelines, repositories, and builds directly from the terminal.
When to use it
- Automating CI/CD workflows for Azure DevOps projects
- Scripting repetitive administrative tasks like creating or updating pipelines
- Integrating with other tools in a development workflow that relies on CLI-based operations
Key capabilities
- Execute commands for pipeline management
- Interact with Azure Repos and build systems
- Support for automation through scripting
Example prompts
- "Create a new Azure DevOps pipeline using the CLI."
- "List all active builds in my Azure DevOps project."
- "Update an existing CI/CD configuration in Azure DevOps via command line."
Tips & gotchas
- Ensure you have the Azure CLI installed and configured with proper authentication before using this skill.
- Some advanced features may require specific permissions or access to certain Azure DevOps resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.