Azure Devops

🌐Community
by yldgio · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add yldgio-azure-devops npx -- -y @trustedskills/yldgio-azure-devops
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "yldgio-azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/yldgio-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, enabling tasks like retrieving build status, managing work items (tasks, bugs), and querying project information. It provides a programmatic interface for accessing and manipulating data within an Azure DevOps environment. Specifically, the agent can retrieve details about builds, including their success or failure status, and manage associated work items.

When to use it

  • Automated Build Status Checks: Integrate with notification systems to automatically alert teams of build failures or successes.
  • Work Item Management: Automatically create, assign, or update work items based on specific triggers or events.
  • Project Reporting: Generate reports summarizing project progress and identify potential bottlenecks by querying Azure DevOps data.
  • Release Pipeline Automation: Automate tasks within release pipelines, such as triggering deployments or updating environment configurations.

Key capabilities

  • Retrieve build status information
  • Manage work items (tasks, bugs)
  • Query project information

Example prompts

  • "What is the status of the latest build for project 'MyProject'?"
  • "Create a new task in Azure DevOps with title 'Fix bug #123' and assign it to John Doe."
  • "List all bugs assigned to me in the 'MyProject' project."

Tips & gotchas

  • Requires appropriate authentication credentials for accessing your Azure DevOps organization.
  • The skill’s capabilities are limited to what is exposed through the Azure DevOps API.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yldgio
Installs
2

🌐 Community

Passed automated security scans.