wiki-debug

List wiki pages, read index.md, and tail log.md for debugging.

18|6|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/minh2004pd/chatbotfullpipeline --skill wiki-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-debug
Source: https://github.com/minh2004pd/chatbotfullpipeline/tree/main/.claude/skills/wiki-debug
Command: npx skills add https://github.com/minh2004pd/chatbotfullpipeline --skill wiki-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps operators diagnose and validate the state of a user's wiki by listing all pages, reading the index, and surfacing recent log entries to identify ingestion issues and content drift.

Core Features & Use Cases

  • Wiki structure discovery: enumerate per-user wiki files and folders to understand content organization.
  • Index & log inspection: read index.md to count pages by category and tail log.md to surface recent ingestion events.
  • Page verification: inspect specific pages to reveal metadata and detect missing or stale content.
  • Targeted debugging: quickly confirm wiki updates after ingestion and verify content synchronization across components.

Quick Start

Run wiki-debug for a given user to list pages, read index.md, and review recent log entries.

Frequently Asked Questions about wiki-debug

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

FAQPage Schema
How do I debug wiki ingestion when content appears out of sync?

Debug wiki ingestion by enumerating per-user folders, reading index.md, and tailing log.md to surface recent events and detect content drift. This verifies synchronization and identifies missing pages.

What is the best way to verify wiki content updates after a failed ingestion?

The best way to verify wiki content updates is to inspect specific pages for basic metadata and review the index. This confirms whether updates succeeded and reveals stale content.

How do I list all pages in a user's wiki directory to find missing files?

List all pages in a user's wiki by reading the base directory configuration and enumerating per-user folders. This discovers the wiki structure and helps locate missing files.

Can I check wiki page categories and recent ingestion logs without manual searching?

Yes, you can check wiki page categories by reading index.md to count pages, and view recent ingestion logs by tailing log.md. This surfaces metadata and recent events automatically.

Why does my wiki content drift across directories during ingestion?

Wiki content drifts across directories when ingestion updates fail or fall out of sync. Reading the index and inspecting individual pages reveals basic metadata to detect this state.