azure-devops

Installation
SKILL.md

Azure DevOps with orbit CLI

Manage Azure DevOps (VSTS) projects, work items, and saved queries from the command line. Supports both modern (dev.azure.com) and legacy (*.visualstudio.com) instances using PAT-based basic auth.

Prerequisites

  1. orbit CLI installed — if which orbit fails, install with:
    • macOS/Linux (Homebrew): brew install jorgemuza/tap/orbit
    • macOS/Linux (script): curl -sSfL https://raw.githubusercontent.com/jorgemuza/orbit/main/install.sh | sh
  2. A profile with an azure-devops service configured in ~/.config/orbit/config.yaml
  3. A Personal Access Token (PAT) with appropriate scopes (Work Items Read/Write, Project Read)
  4. Auth method: basic with your email as username and the PAT as password

Configuration

Related skills

More from jorgemuza/orbit

Installs
3
Repository
jorgemuza/orbit
First Seen
7 days ago