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.

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.

Avoid When

  • The task requires posting comments, updating work items, or any other Azure DevOps write action.
  • The task is a GitHub pull request review.
  • The task is generating or validating an OpenSpec file.
  • The task is generic REST API work with no Azure DevOps context.
Related skills
Installs
4
First Seen
14 days ago