What problem does it solve? Mermaid diagrams written for GitHub often fail to render in Azure DevOps Wiki, PR comments, and work-item descriptions because Azure DevOps requires the ::: mermaid container fence and supports only a limited Mermaid dialect. This Skill produces diagrams and Markdown that render correctly on Azure DevOps surfaces. ## Core Features & Use Cases - ADO-safe Mermaid output: Enforces the ::: mermaid container fence, graph (not flowchart) syntax, short node IDs, and excludes unsupported arrows, HTML, and Font Awesome. - Ready-made diagram templates: Provides current-state SDLC, target-state CI/CD, and governance diagram templates adaptable to discovered services and controls. - Safe Wiki publishing workflow: Requires confirmation of organization, project, wiki path, and explicit approval before any page is written. - Use Case: After assessing an Azure DevOps organization, generate a current-state pipeline diagram and a target-state CI/CD architecture diagram that render directly in the project Wiki. ## Quick Start Use ado-wiki-mermaid to create a current-state and target-state CI/CD diagram for my Azure DevOps Wiki page.