AD
Use the Azure DevOps MCP server for project management
Install
mkdir -p .claude/skills/ado && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16666" && unzip -o skill.zip -d .claude/skills/ado && rm skill.zipInstalls to .claude/skills/ado
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use the Azure DevOps MCP server for project management54 charsno explicit “when” trigger
About this skill
Use the "ado" MCP server.
- When querying for a specific project, first check if the project exists.
- If the project does not exist, or if there are any sign that indicates that the user might not have the right permissions, remind the user to first log-in by running
az loginin the CLI (requires Azure CLI installed).