Azure Devops
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 npx -- -y @trustedskills/rysweet-azure-devops
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rysweet-azure-devops": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rysweet-azure-devops"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The azure-devops skill enables AI agents to interact directly with Azure DevOps services, allowing them to manage work items, pipelines, and repositories programmatically. It facilitates automation of CI/CD workflows and integration of development processes within the Microsoft ecosystem.
When to use it
- Automating build and deployment pipelines for cloud-native applications.
- Creating or updating work items (bugs, user stories) based on code changes.
- Integrating Azure DevOps with other tools like GitHub Actions or Jenkins.
- Managing release definitions and environment configurations dynamically.
Key capabilities
- Trigger Azure Pipelines via REST API or CLI commands.
- Query and manipulate work items in Azure Boards.
- Access repository data from Azure Repos.
- Execute scripts within pipeline agents for custom logic.
Example prompts
- "Create a new release pipeline that deploys my app to staging when the main branch is pushed."
- "List all open bugs in project 'MyApp' and assign them to the developer who last modified the related code."
- "Run the 'build-and-test' pipeline and notify me via email upon completion."
Tips & gotchas
Ensure your AI agent has proper authentication (e.g., PAT or service principal) with sufficient permissions to access Azure DevOps resources. Some advanced features may require additional setup, such as installing the Azure DevOps CLI locally or configuring webhook listeners for real-time event handling.
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.