ado-gateway
Installation
SKILL.md
ADO Gateway
Purpose
Fetch Azure DevOps work item and pull request discussion data through read-only flows, normalize the result, and emit a stable handoff contract for downstream skills. For explicitly requested write workflows, create only the supported Azure DevOps artifacts through dry-run-first scripts with an explicit execution gate.
Use When
- Fetching a backlog item or work item from Azure DevOps.
- Fetching pull request comments from an Azure DevOps PR URL or explicit identifiers.
- Parsing an Azure DevOps pull request URL into organization, project, repository, and pull request ID.
- Converting Azure DevOps data into a deterministic contract for another skill.
- Creating an Azure DevOps work item after the user clearly requested creation.
- Creating an Azure DevOps work item comment after the user clearly requested it.
- Creating an Azure DevOps pull request after the user clearly requested creation.
- Adding a new Azure DevOps PR comment thread or replying to an existing PR thread after the user clearly requested it.