wiki-health

Reports wiki integrity defects and ingest backlog via a deterministic health check script.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/ehartye/wiki-master --skill wiki-health-ehartye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-health
Source: https://github.com/ehartye/wiki-master/tree/main/skills/wiki-health
Command: npx skills add https://github.com/ehartye/wiki-master --skill wiki-health-ehartye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining a large interlinked markdown wiki makes it hard to know when pages contain broken links, structural defects, or a growing ingest backlog. This Skill runs a read-only health check that surfaces integrity defects and backlog status without modifying any files. ## Core Features & Use Cases - Integrity Defect Scanning: Runs a deterministic Node.js health check that lists open structural defects with scanned-page coverage, issue IDs, locations, evidence, and verification conditions via JSON output. - Ingest Backlog Reporting: Reports the ingest backlog with a dedicated flag, plus legacy capped-score and topology counts for historical comparison only. - Read-Only Safety: Never opens an operation, writes a log, refreshes the index, or modifies files; repair work is routed to the wiki-repair skill. - Use Case: After a week of ingesting new sources into your Obsidian wiki, ask for a health report to see whether any pages have broken forward links or structural defects before deciding what to repair. ## Quick Start Ask the agent to run a wiki health check and report any integrity defects and the current ingest backlog.

Frequently Asked Questions about wiki-health

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

FAQPage Schema
How do I check an Obsidian wiki for broken links and structural defects?▼

Run the wiki-health skill, which executes the bundled health.mjs Node script to scan pages and report open integrity defects with coverage counts. Use the JSON output mode for issue IDs, locations, evidence, and verification conditions.

How do I report the ingest backlog of a markdown wiki?▼

Run the health check with the backlog flag to get ingest reporting. Legacy capped-score and topology counts remain available via a separate flag for historical comparison only, not as repair targets.

Does the wiki health check modify or repair any files?▼

No, the health check is strictly read-only. It does not open an operation, write a log, refresh the index, or modify files; authorized repair work is routed to the separate wiki-repair skill.

Why does zero integrity defects not mean my wiki is factually accurate?▼

The health check only detects structural defects such as broken links, not factual correctness. Unscored forward links, page age, and similarity do not prove accidental breaks, and factual review belongs to the wiki-lint skill.

What are the limitations of the wiki health scan?▼

An empty scan is not a healthy-wiki verdict, since coverage depends on which pages were scanned. The scan reports structural integrity only and cannot establish factual accuracy or semantic drift.