wiki-status

Audit wiki ingestion state and generate a delta report with visibility tally.

Updated Apr 27, 2014
One-click install
npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-status-nirajkashyap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-status
Source: https://github.com/Nirajkashyap/nirajkashyap.github.io/tree/main/.agents/skills/wiki-status
Command: npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-status-nirajkashyap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the current state of the wiki: what's been ingested, what's pending, and the delta between sources and wiki content. This helps decide whether to append or rebuild.

Core Features & Use Cases

  • Audit ingestion state by reading the manifest at the vault root and listing ingested vs pending sources.
  • Compute the delta between current sources and ingested content, producing a clear visibility tally (public/internal/ pii) and a concise summary.
  • Generate a delta report with a recommended action (append or rebuild) and an at-a-glance health overview of the knowledge base.
  • Trigger an Insights mode to surface structural patterns in the wiki (hubs, bridges, orphan pages) without replacing the delta report.

Quick Start

Ask it to generate a live wiki status and delta report for the vault, including visibility and ingest statistics.

Frequently Asked Questions about wiki-status

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

FAQPage Schema
How do I check wiki ingestion status and see what content is pending?

To check wiki ingestion status, the Skill reads the manifest at the vault root to list ingested versus pending sources, computing the delta between current sources and ingested content to show exactly what remains pending.

What is a wiki health delta report and when do I need one?

A wiki health delta report summarizes ingested versus pending content and computes changes since the last ingest. You need one when auditing your knowledge base to decide whether to append new pages or execute a full rebuild.

How do I generate a visibility tally for public, internal, and PII wiki pages?

You generate a visibility tally by triggering a live wiki status report. The Skill computes the delta against the manifest and surfaces a clear tally of pages categorized by public, internal, and PII visibility levels.

How do I know whether to append or rebuild my wiki vault after ingesting content?

To know whether to append or rebuild, the Skill reads the manifest and computes the delta between current sources and ingested content, generating a recommended action based on the overall health and changes detected.

Can I identify structural patterns like orphan pages and hubs in my wiki?

Yes, you can identify structural patterns in your wiki by triggering the Insights mode. This surfaces structural patterns such as hubs, bridges, and orphan pages without replacing the standard delta report output.