ado-cicd-orchestrator

Orchestrates read-only Azure DevOps CI/CD assessments producing Wiki-ready Mermaid documentation and 30/60/90 roadmaps.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill ado-cicd-orchestrator-cloud-byte-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-cicd-orchestrator
Source: https://github.com/Cloud-Byte-Consulting/plugins/tree/main/azure-devops-cicd/skills/ado-cicd-orchestrator
Command: npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill ado-cicd-orchestrator-cloud-byte-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Assessing an Azure DevOps organization's CI/CD and SDLC maturity requires coordinating live discovery, Microsoft guidance verification, architecture analysis, and documentation into one consistent deliverable, which is error-prone when done ad hoc. ## Core Features & Use Cases - Structured Assessment Pipeline: Enforces a mandatory sequence of discovery, guidance verification, architecture scoring, Mermaid diagramming, and final Wiki-ready delivery. - Read-Only Discovery: Uses Azure CLI with the azure-devops extension to inspect live org state without queuing pipelines, editing policies, or publishing Wikis without approval. - Cross-Host Portability: Runs on Claude Code, Copilot, Codex, Cursor, OpenCode, and Gemini, delegating to subagents where supported or executing sequentially otherwise. - Use Case: A platform engineer needs a brownfield assessment of an Azure DevOps org; the skill discovers pipelines and policies, verifies recommendations against Microsoft Learn, and delivers a Wiki-ready report with ::: mermaid diagrams and a 30/60/90 roadmap. ## Quick Start Use ado-cicd-orchestrator for org https://dev.azure.com/<org> project <project> to run a read-only assessment and produce a Wiki-ready report with Mermaid diagrams and a 30/60/90 roadmap.

Frequently Asked Questions about ado-cicd-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess Azure DevOps CI/CD maturity with an AI agent?

Run the orchestrator against your org and project URL; it discovers live state via az devops, verifies recommendations against Microsoft Learn, and delivers a scorecard, target architecture, and 30/60/90 roadmap as one Wiki-ready document.

How to generate Mermaid diagrams for Azure DevOps Wiki documentation?

The pipeline delegates diagramming to the ado-wiki-mermaid step, which produces current-state and target-state diagrams using ::: mermaid fences compatible with Azure DevOps Wiki rendering.

Does this work with GitHub Copilot, Codex, or Gemini?

Yes, the skill is portable across Claude Code, Copilot, Codex, Cursor, OpenCode, and Gemini. On hosts without subagent support it executes the same pipeline sequentially in one session.

Can the assessment modify pipelines or publish Wiki pages?

No. Discovery and assessment are read-only by default. Queuing pipelines, editing policies or work items, and publishing Wiki pages all require explicit approval before execution.

What tools are required for Azure DevOps discovery?

Discovery relies on Azure CLI with the azure-devops extension as the primary path. Azure DevOps MCP is used only to fill gaps, and Microsoft Learn MCP verifies material recommendations.