Azure Devops Skill
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 azure-devops-skill npx -- -y @trustedskills/azure-devops-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-devops-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-devops-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with the Azure DevOps platform, allowing them to manage work items, pipelines, and repositories. It facilitates automated software delivery workflows by executing commands within the Azure DevOps environment.
When to use it
- Automating the creation and updating of backlog items or bug reports based on incoming data.
- Triggering CI/CD pipeline runs upon code commits or specific event triggers.
- Generating release notes by analyzing changes across multiple repositories and branches.
- Orchestrating infrastructure updates by executing scripts within Azure DevOps pipelines.
Key capabilities
- Work item management (create, update, query)
- Pipeline execution and monitoring
- Repository interaction and version control operations
- Integration with Azure DevOps REST APIs
Example prompts
- "Create a new bug work item in the 'Backend' project with priority high."
- "Run the 'deploy-staging' pipeline for branch 'feature/user-authentication'."
- "Query all completed work items from last sprint and summarize their status."
Tips & gotchas
Ensure your AI agent has valid Azure DevOps personal access tokens or service principal credentials configured before attempting operations. Some advanced features may require specific permissions granted to the connected user account within Azure DevOps.
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.