wiki-status

Report wiki ingestion status and delta from the vault manifest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Michael1Peng/watson --skill wiki-status-michael1peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-status
Source: https://github.com/Michael1Peng/watson/tree/main/.agents/skills/wiki-status
Command: npx skills add https://github.com/Michael1Peng/watson --skill wiki-status-michael1peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and reports the current state of the wiki, showing what content has been ingested, what remains to be processed, and the delta since the last ingest. It helps decide whether to append or rebuild and enables the wiki insights view for health checks.

Core Features & Use Cases

  • Ingest and delta reporting: identifies new, modified, touched, and deleted sources and summarizes readiness to ingest.
  • Visibility tally: surfaces page visibility distribution across the vault to inform sharing and security decisions.
  • Actionable guidance: provides a recommended action (append or rebuild) and an optional look-ahead for specific projects or queries.
  • Insights mode scaffold: enables deeper structural analysis of hubs, bridges, and tag cohesion to guide wiki improvements.

Quick Start

Tell me the latest wiki status, delta, and recommended action.

Frequently Asked Questions about wiki-status

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

FAQPage Schema
How do I track wiki ingestion status and delta between sources?

Wiki ingestion status tracks the delta between current sources and vault content by reading the .manifest.json file. It identifies new, modified, touched, and deleted sources to summarize content readiness.

When do I need to append new wiki content versus performing a full rebuild?

You need to append new wiki content or perform a full rebuild based on a structured delta analysis. The recommended action compares current sources against the vault manifest to determine the necessary update scope.

How do I check wiki structural health and page visibility distribution?

To check wiki structural health, use the insights mode scaffold to surface hubs, bridges, and tag cohesion. A visibility tally reports page visibility distribution across the vault to inform sharing and security decisions.

What is the best way to audit unprocessed sources in a wiki vault?

The best way to audit unprocessed sources is to generate a delta report against the .manifest.json file. This reports the current wiki ingestion status, showing what content has been ingested and what remains to be processed.

Can I analyze tag cohesion and structural hubs without external dependencies?

Yes, you can analyze tag cohesion and structural hubs using the insights mode scaffold without external dependencies. It enables deeper structural analysis of the wiki to guide content improvements.

Why does my wiki ingest status show deleted sources after comparing the manifest?

Wiki ingest status shows deleted sources because the delta reporting identifies missing files by comparing current sources against the .manifest.json manifest. This structured delta tracks touched and deleted sources to recommend rebuild actions.