wiki-status

Audit wiki state by computing ingested content and delta from sources.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-status-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-status
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.skills/wiki-status
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-status-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits the wiki to reveal what has been ingested, what remains, and how the content diverges from sources, enabling informed ingest decisions.

Core Features & Use Cases

  • Inventory ingested vs. pending sources via the vault manifest and page frontmatter.
  • Compute delta metrics (new, modified, unchanged, deleted) and surface actionable next steps.
  • Trigger or preview an optional Insights run to reveal hubs, cross-links, and structural health.

Quick Start

Generate a live status dashboard showing ingested sources, pending items, and delta since last ingest.

Frequently Asked Questions about wiki-status

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

FAQPage Schema
How do I track what content has been ingested into my wiki versus what still remains?

To track wiki content ingestion status, this Skill audits the vault manifest and page frontmatter, computing what has been ingested, what remains pending, and the delta between your sources and existing wiki pages.

What is wiki delta tracking and when do I need it for content reviews?

Wiki delta tracking measures the divergence between source content and your wiki by computing new, modified, unchanged, and deleted items. You need it during status reviews, rebuild decisions, or before scheduling delta-driven ingest tasks.

How do I generate a wiki health dashboard showing pending ingest items?

You can generate a live status dashboard by running this Skill, which scans the vault manifest and pages to surface ingested sources, pending items, and delta metrics with actionable next steps since your last ingest.

Can I audit wiki readiness for vaults of varying sizes without external dependencies?

Yes, this Skill operates with no external dependencies and reads the manifest at the vault root to audit wiki readiness across vaults of varying sizes, scaling from small notes to large content repositories.

Does wiki status tracking also reveal structural health like cross-links and content hubs?

Wiki status tracking includes an optional Insights run that analyzes your vault to reveal structural health indicators including content hubs, cross-links, and overall organizational metrics beyond basic delta and ingestion tracking.

What are the limitations of using manifest-based delta metrics for wiki content auditing?

Manifest-based delta metrics rely on reading the vault root manifest and page frontmatter, meaning audits are limited to content that properly registers in the manifest and may not capture changes to untracked or orphaned wiki pages.