From ado
Azure DevOps mention and reference syntax — #ID for work items, !ID for PRs, @alias for users, AB#ID for cross-platform, state transition keywords, bot comment prefix, PR description template. Invoke before writing any content to Azure DevOps (PR descriptions, comments, work item updates, wiki pages).
How this skill is triggered — by the user, by Claude, or both
Slash command
/ado:ado-mentionsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill loads the ADO mention conventions so you use the correct syntax when
This skill loads the ADO mention conventions so you use the correct syntax when writing to Azure DevOps.
Read the full conventions document:
references/ado-mention-conventions.md
Note: the path is relative to the ado plugin root (ado/references/).
| What | Syntax | Example |
|---|---|---|
| Work item | #ID | #123 |
| Pull request | !ID | !456 |
| User/group | @alias | @johndoe |
| Cross-platform (GitHub → ADO) | AB#ID | AB#123 |
| State transition | keyword + #ID | Fixes #123 |
| Bot comment prefix | [<dev>'s bot] | [Jane's bot] Fixed: ... |
Invoke this skill before:
ado-publish-pr)ado-babysit-pr, ado-pr-tender)ado-work-items, ado-draft-work-item)ado-work-on)For artifacts without shorthand syntax, use explicit URLs:
| Artifact | URL Pattern |
|---|---|
| Build / pipeline run | https://dev.azure.com/{org}/{project}/_build/results?buildId={id} |
| Release | https://dev.azure.com/{org}/{project}/_release?releaseId={id} |
| Pipeline definition | https://dev.azure.com/{org}/{project}/_build?definitionId={id} |
| Build artifacts | https://dev.azure.com/{org}/{project}/_build/results?buildId={id}&view=artifacts |
| Wiki page | /{project}/_wiki/wikis/{wikiName}?pagePath=/PageName |
| Repo file | https://dev.azure.com/{org}/{project}/_git/{repo}?path=/file.cs |
| Specific commit | https://dev.azure.com/{org}/{project}/_git/{repo}/commit/{sha} |
npx claudepluginhub gautam-achieveai/claudeplugins --plugin adoProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.