
Ado Cli Skill
- Updated April 15, 2026
- yutamago/ado-cli
ado-cli-skill is a plugin marketplace that delivers an Azure DevOps CLI skill with GitHub CLI-style commands for authenticated agent workflows.
About
ado-cli-skill is a Claude Code and Copilot plugin marketplace entry that bundles Azure DevOps automation for developers and small teams who already live in ADO but want agent-native workflows. Instead of brittle custom scripts, you install ado-cli once, authenticate with standard OAuth or device flow, set organization context, then let your agent issue familiar CLI-shaped commands against boards, repos, and pipelines. The marketplace contains one focused plugin—azure-devops@ado-cli-skill—so discovery stays simple: add the GitHub repo as a marketplace source, install the plugin, and reference the skill when planning sprints, triaging work items, or checking pipeline status from the terminal. It fits developers shipping SaaS or internal APIs on Azure who need DevOps integration without leaving the agent session. Complexity is intermediate because you must understand ADO org structure and keep credentials current, but installation mirrors other developer CLIs you already use.
- Azure DevOps CLI (ado-cli) with gh-like syntax: curl/npm install on macOS, Linux, WSL, and Windows
- Browser OAuth and device-code login for headless and CI via ado auth login
- Default org and project selection with AZURE_DEVOPS_ORG environment variable support
- One-plugin marketplace install paths for Claude Code and GitHub Copilot plugin marketplaces
- Pre-built release binaries plus global npm install option (Node 18+)
Ado Cli Skill by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add yutamago/ado-cliAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | April 15, 2026 |
|---|---|
| Repository | yutamago/ado-cli ↗ |
What it does
Let your coding agent drive Azure DevOps work items, repos, and pipelines with GitHub-CLI-style commands after a one-line marketplace install.
Who is it for?
Best when you're on Azure DevOps and want one marketplace plugin instead of bespoke ADO automation.
Skip if: Skip if you're on GitHub-only workflows with no Azure DevOps tenant, or developers and refuse to install a CLI and store OAuth tokens locally.
What you get
After marketplace install and ado auth login, your agent can run predictable ado-cli operations against your default org and project from Claude Code or Copilot.
- azure-devops@ado-cli-skill registered in your agent marketplace
- Authenticated ado-cli session usable from agent-driven Bash or tool calls
- Repeatable ADO commands without custom REST wrappers
By the numbers
- Marketplace lists 1 plugin: azure-devops@ado-cli-skill
- Supports browser OAuth and device-code auth flows
- Install paths documented for Claude Code and GitHub Copilot
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
DevOps CLI integration marketplace, not a general-purpose agent skill library.
FAQ
Who is Ado Cli Skill for?
Developers and developers using Azure DevOps who want Claude Code or Copilot to drive work items and pipelines through ado-cli after OAuth login.
When should I use Ado Cli Skill?
Use it during Build when you are connecting your repo, boards, or CI/CD to agent sessions and need gh-like Azure DevOps commands.
How do I add Ado Cli Skill to my agent?
Install ado-cli via curl, PowerShell, or npm, run ado auth login, then run claude plugin marketplace add on the ado-cli repo and claude plugin install azure-devops@Ado Cli Skill.