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 notmyself-azure-devops npx -- -y @trustedskills/notmyself-azure-devops
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"notmyself-azure-devops": {
"command": "npx",
"args": [
"-y",
"@trustedskills/notmyself-azure-devops"
]
}
}
}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. Specifically, it enables querying work items (like tasks and bugs), retrieving build information, and managing pipelines within an Azure DevOps organization. The agent can be used to automate reporting, track progress, or even trigger pipeline runs based on specific conditions.
When to use it
- Automated Reporting: Generate daily/weekly reports summarizing the status of work items in a project.
- Pipeline Monitoring: Check the status of a build pipeline and alert if failures occur.
- Work Item Tracking: Retrieve all bugs assigned to a specific user or with a particular tag.
- Release Management: Trigger a release pipeline based on successful completion of a development branch merge.
Key capabilities
- Querying work items (tasks, bugs)
- Retrieving build information
- Managing pipelines
Example prompts
- "What is the status of build pipeline 'MyPipeline'?"
- "List all open bugs assigned to user '[email protected]'."
- "Trigger release pipeline 'ReleasePipeline' in Azure DevOps."
Tips & gotchas
- Requires appropriate credentials and permissions within your Azure DevOps organization. Ensure the AI agent has access to the necessary 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 |
🌐 Community
Passed automated security scans.