Azure Devops Cli
Helps with Azure, DevOps as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rysweet-azure-devops-cli npx -- -y @trustedskills/rysweet-azure-devops-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rysweet-azure-devops-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rysweet-azure-devops-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure DevOps using the command line interface (CLI). It can automate tasks such as creating work items, managing pipelines, and retrieving build information. The agent can execute CLI commands directly, enabling scripting and automation within the Azure DevOps environment.
When to use it
- Automated Build Management: Trigger builds or deployments based on external events or conditions.
- Work Item Creation & Updates: Automatically create new work items (e.g., bugs, tasks) and update their status.
- Pipeline Status Checks: Regularly check the status of Azure DevOps pipelines and report any failures.
- Retrieve Build Details: Get information about specific builds, such as logs or test results.
Key capabilities
- Execute Azure DevOps CLI commands
- Automate build pipeline management
- Work item creation and modification
- Retrieval of build status and details
Example prompts
- "Create a new task in Azure DevOps called 'Update documentation' assigned to John Doe."
- "Check the status of the 'Release Pipeline 1' in Azure DevOps."
- "Get the logs for build number 12345 in Azure DevOps."
Tips & gotchas
- Requires appropriate permissions within your Azure DevOps organization.
- The agent needs access to an environment with the Azure DevOps CLI installed and configured.
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 |
🌐 Community
Passed automated security scans.