Dev & Engineering ✓ Microsoft · Official repository-analysisdocumentation-generationonboarding-guidesarchitecture-mappingwiki-generationmermaid-diagrams

Wiki Architect

Turns a code repository into a structured documentation catalogue and guided onboarding path.

FollowSkills review · FSRS-2.0
Use with care
52/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust17 / 25 · 3.4/5

The skill is scoped to repository scanning and documentation generation, requires source-context resolution, and specifies local or linked citations. No malware, credential theft, or destructive default is shown, supporting a relatively strong score; however, permission boundaries, sensitive-data handling, external-link safety, user confirmation, rollback, and data-flow disclosure are incomplete, so 8 points were deducted.

2Reliability7 / 20 · 1.8/5

Activation, sequencing, and output fields are fairly clear, and the repository contains general testing infrastructure; however, this skill has no dedicated tests or examples, failure behavior for mandatory git commands outside a Git repository is unspecified, and edge handling for scan failures, very large repositories, or missing READMEs is absent. 13 points were deducted; the static-review cap is 10.

3Adaptability10 / 15 · 3.3/5

The trigger scenarios are explicit and align with architecture understanding, wiki creation, catalogues, and onboarding documentation; however, non-fit boundaries, input limits, and semantic-conflict handling are not declared, and Chinese-language output support is not specified. The core function does not entirely depend on overseas services, so no mainland-network deduction was applied; 5 points were deducted.

4Convention8 / 15 · 2.7/5

The skill provides a name, description, MIT license, author, and version 1.0.0 metadata, plus activation rules, procedure, constraints, and output requirements; it lacks installation or dependency notes, parameter-stability guidance, examples, FAQs, known limitations, changelog, and explicit maintenance ownership or update path. 7 points were deducted.

5Effectiveness6 / 15 · 2.0/5

The requested output includes a hierarchical catalogue, four onboarding guides, and file citations, which could directly support documentation planning; however, there is no complete schema example or representative verified output, some requirements may cause disproportionate generation, and static reading cannot establish correctness. 9 points were deducted; the static-review cap is 7.

6Verifiability4 / 10 · 2.0/5

The skill requires citations to real files, while the repository shows CI, evaluation workflows, and test code, providing limited auditability; however, the supplied material does not demonstrate skill-specific scenarios, coverage, or independently reproducible evidence for this path. 6 points were deducted; the static-review cap is 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • The mandatory git commands lack defined, diagnosable handling for command failure or non-Git repositories.
  • Sensitive information, private repository content, and external citation-link boundaries are unspecified.
  • The output requirements are heavy and may generate more documentation than needed; no schema or minimal-output example is provided.
  • The CI and test materials are repository-level evidence, not dedicated validation of this skill path.
See the full review method →

What does this skill do, and when should you use it?

Wiki Architect is a documentation-architecture skill in Microsoft’s deep-wiki plugin. It is intended for requests to create a wiki, plan documentation, map repository structure, or explain architecture at a high level. It first resolves the source-repository context, then examines the file tree, README, project technologies, and architectural layers. Its defined output is a hierarchical JSON catalogue with onboarding, getting-started, and deep-dive documentation sections.

It first runs Git commands to inspect the origin remote and current branch, and asks whether the repository is local-only or has a source URL. It then scans the repository tree and README, detects languages, frameworks, technologies, and presentation, business-logic, data-access, and infrastructure layers. It produces a JSON documentation catalogue with Contributor, Staff Engineer, Executive, and Product Manager onboarding guides, while limiting nesting to four levels, limiting sections to eight children, and requiring each prompt to reference specific files.

  1. A new contributor needs a progressive path from language foundations through architecture, setup, testing, navigation, and contribution practices.
  2. A staff or principal engineer needs an opinionated documentation plan with architecture diagrams, a domain model, tradeoffs, and a reading order.
  3. A team needs to map a medium or large codebase before creating a repository wiki.
  4. Product and executive stakeholders need audience-specific repository documentation without relying on code snippets.

What are this skill's strengths and limitations?

Pros
  • Covers repository scanning, architecture identification, documentation hierarchy, and onboarding design in one workflow.
  • Defines four audience-specific onboarding guides for contributors, staff engineers, executives, and product managers.
  • Requires file-specific citations and imposes clear catalogue-size constraints.
Limitations
  • Analysis cannot proceed until the source-repository context is resolved.
  • The skill itself provides no test scenarios or acceptance criteria; the README’s test statistics describe the collection and do not establish coverage for this skill.
  • The workflow depends on access to a repository file tree and README, while the source does not define handling for missing or unreadable files.

How do you install this skill?

The skill is located at .github/plugins/deep-wiki/skills/wiki-architect/SKILL.md. The README documents collection installation with npx skills add microsoft/skills, followed by selecting the needed skills in the wizard. In Copilot CLI, the documented plugin commands are /plugin marketplace add microsoft/skills and /plugin install deep-wiki@skills. The source does not document a standalone installation command for wiki-architect.

How do you use this skill?

After installing the skill or the deep-wiki plugin, use a request such as “create a wiki for this repository,” “document this repo,” “map the codebase structure,” or “create an onboarding guide.” The skill requires source-repository context to be resolved before analysis continues, including either a remote source URL or confirmation that the repository is local-only.

FAQ

Does it generate every complete wiki page automatically?
The source explicitly defines a hierarchical JSON catalogue and onboarding guides. It does not explicitly guarantee generation of every complete documentation page.
Does using it require network access?
The skill explicitly checks a local Git remote and asks for a source repository URL, but it does not explicitly require a network call. Remote repository analysis still requires appropriate access to that source.
Is it suitable for small repositories?
Yes, with reduced scope: repositories with ten files or fewer receive Getting Started documentation only, with Deep Dive skipped and onboarding retained.
Does it analyze the entire Agent Skills collection?
No. It is defined as a repository-analysis skill, and this profile covers only `.github/plugins/deep-wiki/skills/wiki-architect/SKILL.md`, not sibling skills in the monorepo.

More skills from this repository

All from microsoft/agent-skills

Writing & Content ✓ Microsoft · Official

Wiki Page Writer

Generates evidence-backed technical Wiki pages with source citations and deep Mermaid diagrams.

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

LLM Documentation Index Generator

Turns project wiki content into llms.txt-compliant documentation for language-model discovery and context loading.

Dev & Engineering ✓ Microsoft · Official

Wiki Codebase Researcher

Trace real code paths across files and produce evidence-backed system analysis.

Dev & Engineering ✓ Microsoft · Official

Repository Wiki Q&A

Answers codebase questions by tracing behavior directly to source files.

Dev & Engineering ✓ Microsoft · Official

ADO Wiki Converter

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

Dev & Engineering ✓ Microsoft · Official

Wiki Changelog Assistant

Turn Git history into a structured, categorized changelog.

Dev & Engineering ✓ Microsoft · Official

Codebase Onboarding Guide Generator

Generate source-grounded onboarding documentation for contributors, engineers, leaders, and product managers.

Dev & Engineering ✓ Microsoft · Official

Wiki VitePress Packager

Packages generated Wiki Markdown into a browsable dark-themed VitePress site.

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.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

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

Dev & Engineering ✓ Microsoft · Official

AGENTS.md Context Builder

Generates actionable AGENTS.md guidance for repository folders that lack coding-agent context.

Dev & Engineering ✓ Microsoft · Official

Azure Event Grid for .NET

Practical .NET guidance for publishing, receiving, and processing Azure Event Grid events.

Dev & Engineering ✓ Microsoft · Official

Microsoft Docs Researcher

Ground coding agents in official Microsoft documentation for concepts, tutorials, configuration, limits, and best practices.

Dev & Engineering ✓ Microsoft · Official

Azure Conversation Understanding for Python

Helps Python developers analyze conversation intents and entities with the Azure SDK.

Dev & Engineering ✓ Microsoft · Official

Azure Event Grid for Python

Guides Python developers in publishing authenticated, structured events through Azure Event Grid.

Automation & Ops ✓ Microsoft · Official

Azure OpenAI Capacity Finder

Find available Azure OpenAI model capacity across regions and projects before choosing a deployment location.

Dev & Engineering ✓ Microsoft · Official

DebugView CLI Capture

Capture, filter, and analyze Windows application and kernel debug output from the command line.

Dev & Engineering ✓ Microsoft · Official

Azure AI Content Safety for Java

Helps Java applications detect harmful text and images and manage custom blocklists.

Related skills