Azure Devops

🌐Community
by markpitt · 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 azure-devops npx -- -y @trustedskills/azure-devops
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-devops"
      ]
    }
  }
}

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 Azure DevOps services, allowing them to manage work items, pipelines, and repositories programmatically. It bridges the gap between automated workflows and your existing DevOps infrastructure for streamlined project management.

When to use it

  • Automating the creation and tracking of bugs or feature requests within a team's backlog.
  • Triggering CI/CD pipeline executions based on specific code changes or schedule events.
  • Retrieving build status reports or deployment logs without manual dashboard access.
  • Updating sprint progress or moving work items through state transitions automatically.

Key capabilities

  • Manage Azure DevOps resources via API integration.
  • Execute and monitor build pipelines.
  • Handle work item lifecycle operations (create, update, close).
  • Interact with Git repositories for version control tasks.

Example prompts

  • "Create a new bug in the 'Frontend' project with priority high and assign it to Sarah."
  • "Run the 'Deploy-Production' pipeline and wait for the build status to change."
  • "List all open work items tagged with 'urgent' in the current sprint."

Tips & gotchas

Ensure your AI agent has valid Azure DevOps personal access tokens or service principal credentials configured before attempting operations. Complex multi-step workflows may require breaking tasks into smaller, sequential prompts if the agent hits token limits.

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
markpitt
Installs
83

🌐 Community

Passed automated security scans.