Dev & Engineering ✓ Microsoft · Official azure-devops-wikivitepressmermaidmarkdownnodejsdocumentation-conversion

ADO Wiki Converter

Converts VitePress and GFM documentation into Azure DevOps Wiki-compatible files.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust18 / 25 · 3.6/5

The skill requires repository-source resolution and user interaction, states that source files remain untouched, writes copies under dist/ado-wiki/, and uses only Node.js built-ins, reducing dependency and exfiltration risk. Points are deducted because it lacks explicit pre-write confirmation, output-collision handling, rollback or cleanup procedures, sensitive-data guidance, and publishing permission boundaries for Azure DevOps.

Reliability8 / 20 · 2.0/5

The transformation rules, sample functions, and verification checklist are fairly concrete, and the skill requires stopping when repository context is unresolved. Static evidence provides no skill-specific tests; collectMarkdownFiles, container conversion, index generation, and .order generation are not fully implemented, while link, front-matter, and Mermaid edge cases are limited. The static ceiling therefore applies.

Adaptability10 / 15 · 3.3/5

The audience and scenario are clear: converting VitePress/GFM documentation into Azure DevOps Wiki-compatible format, with stated boundaries for same-directory links, external links, and skipped directories. Points are deducted because trigger conditions, input/output contracts, and non-fit cases are not formalized enough; Chinese-language validation and mainland-China network fit are not discussed, although the core conversion is local.

Convention10 / 15 · 3.3/5

The front matter supplies a name, description, MIT license, author, and version, and the document is layered around incompatibilities, script structure, verification, and limitations. Points are deducted for missing installation and Node-version requirements, complete runnable examples, FAQ guidance, changelog, and an explicit maintenance/update path; some stated requirements also diverge from the shown main-flow pseudocode.

Effectiveness5 / 15 · 1.7/5

The core goals for Mermaid, front matter, links, and container conversion are explicit, and transformed copies are intended to be directly usable for later Wiki publishing. Points are deducted because key helper logic is omitted, while index-page generation, .order files, non-Markdown copying, and npm integration are requirements or fragments rather than a demonstrated complete implementation. Static evidence cannot establish complete usability.

Verifiability3 / 10 · 1.5/5

The skill includes concrete transformation code, an acceptance checklist, and auditable rule descriptions, while the repository shows general CI and test infrastructure. Points are deducted because there are no skill-specific tests, real output samples, or third-party execution records, and the supplied CI/test material does not cover this skill’s key paths.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • Do not treat this SKILL.md as a verified complete build script; implement and test directory collection, index generation, .order files, non-Markdown copying, and container conversion before production use.
  • Before execution, confirm the git remote, source root, and the write scope of dist/ado-wiki/ to avoid overwriting existing output; separately confirm credentials and permissions before publishing to Azure DevOps.
  • Sample-check Mermaid syntax, ADO version compatibility, relative links, and Chinese-content rendering in the target Wiki.
See the full review method →

What it does & when to use it

ADO Wiki Converter is a documentation-engineering skill in Microsoft’s Agent Skills repository. It instructs an agent to generate a Node.js ESM build script that transforms VitePress or GFM Markdown into Azure DevOps Wiki-compatible copies under dist/ado-wiki/. The workflow addresses Mermaid syntax, YAML front matter, parent-relative source links, and VitePress containers while preserving citations, diagrams, structure, and images. It is a good fit for teams migrating documentation to ADO Wiki, but it does not document publishing or authentication.

It instructs the agent to resolve the source repository context and generate scripts/build-ado-wiki.js. The script reads documentation files, strips YAML front matter, converts Mermaid fences to ADO containers, changes flowchart to graph, removes Mermaid <br> variants and long arrows, and turns parent-relative source links into plain text. It can also convert VitePress tip, warning, danger, and info containers into ADO alert blockquotes. The output goes to dist/ado-wiki/, with transformation statistics, index.md handling, .order files, and verification checks.

  1. A development team maintaining VitePress documentation that must also render correctly in Azure DevOps Wiki.
  2. A documentation owner migrating pages containing Mermaid diagrams, YAML front matter, and source-code links.
  3. An engineer who needs transformed copies while keeping the original Markdown untouched.
  4. A documentation maintainer seeking a dependency-free Node.js conversion build for CI or local use.

Pros & cons

Pros
  • Provides concrete Azure DevOps Wiki fixes for Mermaid, front matter, links, and VitePress containers.
  • Requires only Node.js built-in modules and no external dependencies.
  • Keeps source files untouched and writes transformed copies to a separate directory.
  • Includes build statistics, landing-page rules, sidebar ordering, and a verification checklist.
Limitations
  • The source provides instructions rather than an observed implementation or test results.
  • Publishing to Azure DevOps Wiki, authentication, and deployment are outside the documented scope.
  • Some Mermaid diagram types are unsupported by ADO, and inline styling may be ignored.
  • The workflow requires an agent environment with shell and filesystem access.

How to install

The skill is included in Microsoft’s deep-wiki plugin. In Copilot CLI, run /plugin marketplace add microsoft/skills and then /plugin install deep-wiki@skills. The repository collection also supports npx skills add microsoft/skills, followed by selecting skills in the wizard; the source does not document a more specific single-skill selection command.

How to use

After installing the deep-wiki plugin, ask the agent: “Generate an ADO Wiki build script for this VitePress documentation, preserve citations and images, and write converted copies to dist/ado-wiki/.” The skill requires a scripts/build-ado-wiki.js script and verification of Mermaid fences, flowchart keywords, front matter, links, directory structure, copied assets, and index.md.

FAQ

Does it modify the original Markdown files?
No. The documented workflow preserves source files and writes transformed copies under dist/ado-wiki/.
Are npm packages required?
No additional packages are specified. The generated script should use only node:fs/promises, node:path, and node:url.
Does it publish directly to Azure DevOps Wiki?
The source does not say that it does. It generates ADO Wiki-compatible files; upload and authentication are not documented.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills