azure-devops-wiki

Manage Azure DevOps wikis via CLI and Git workflows.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill azure-devops-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-wiki
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/azure-devops-wiki-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill azure-devops-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, jq, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Azure DevOps wikis can be Provisioned or Published as Code. This Skill covers creation, organization, Markdown usage, and CLI workflows to manage wikis effectively.

Core Features & Use Cases

  • Wiki types: Provisioned vs Code Wiki
  • Markdown formatting: TOC, diagrams, metadata, code blocks
  • CLI operations: az devops wiki commands for pages, structures, and publishing
  • Git-based workflows: Clone, edit offline, push changes

Quick Start

Clone a project wiki or publish an existing Git repo as a code wiki.

Frequently Asked Questions about azure-devops-wiki

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

FAQPage Schema
How do I manage Azure DevOps wikis using the CLI instead of the web interface?

Use Azure DevOps CLI commands (az devops wiki) to create, update, delete, and list wiki pages programmatically. The CLI supports page operations without requiring manual web interface navigation, enabling automation and Git-based workflows for wiki management.

What's the difference between a Provisioned wiki and a Code wiki in Azure DevOps?

Provisioned wikis are managed directly in Azure DevOps; Code wikis are Git repositories published as wikis. Code wikis enable version control, offline editing, and Git workflows, while Provisioned wikis offer simpler setup without repository structure.

How do I structure a code-based Azure DevOps wiki with proper organization?

Use a repository structure with Home.md as the entry point and .order files to define page hierarchy and navigation order. Organize pages in directories, add subpages, and manage attachments alongside Markdown files for structured, versioned wiki content.

Can I use Markdown features like diagrams and metadata in Azure DevOps wikis?

Yes, Azure DevOps wikis support Markdown with TOC generation, Mermaid diagrams, YAML metadata blocks, and multi-language code block highlighting. These features enable rich documentation with visualizations and structured metadata.

How do I clone an Azure DevOps wiki and edit it offline with Git?

Clone the wiki repository using Git, edit Markdown files and .order configurations locally, then push changes back. This Git-based workflow supports offline editing, version history, and collaborative changes with standard Git workflows.

Do I need Git knowledge to manage Azure DevOps wikis effectively?

For Code wikis, Git knowledge is essential since you'll clone, commit, and push changes. Provisioned wikis can be managed without Git, but understanding Git workflows enables offline editing, collaboration, and full version control integration.