lumi-check

Run the Lumina-Wiki linter in JSON mode and classify findings by severity.

36|16|Updated May 1, 2026
One-click install
npx skills add https://github.com/tronghieu/lumina-wiki --skill lumi-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lumi-check
Source: https://github.com/tronghieu/lumina-wiki/tree/main/src/skills/core/check
Command: npx skills add https://github.com/tronghieu/lumina-wiki --skill lumi-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents broken links, missing reverse edges, inconsistent indexes, and incomplete required metadata from silently degrading your Lumina-Wiki knowledge graph.

Core Features & Use Cases

  • Lint-driven wiki quality gate: Runs the repository linter in JSON mode and classifies issues by severity (errors first, then advisory warnings).
  • Safe auto-fix with confirmation: Detects which findings are auto-fixable, proposes exactly what would change, applies fixes only after user confirmation, and re-runs lint to verify zero errors.
  • Graph and link invariants enforcement: Ensures cross-reference rules and confidence/frontmatter constraints stay consistent, especially after ingest or bulk edits.

Quick Start

Ask the wiki to run a health check by saying: "Use /lumi-check to check the wiki for broken links, missing reverse links, and index issues."

Frequently Asked Questions about lumi-check

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

FAQPage Schema
How do I check my wiki for broken links and missing reverse edges?

To check your wiki for broken links and missing reverse edges, run a linter in JSON mode to classify structural and graph integrity issues by severity. This process validates cross-reference rules and highlights errors before applying fixes.

What is wiki graph integrity and why does it matter after bulk edits?

Wiki graph integrity ensures cross-reference rules, reverse links, and index consistency remain valid. It matters after bulk edits because operations like ingest sessions can silently degrade the knowledge graph by leaving broken wikilinks or incomplete metadata.

Can I automatically fix broken wikilinks and index consistency issues?

Yes, you can automatically fix broken wikilinks and index consistency issues by applying supported linter fixes. The system proposes specific changes and applies them only after explicit confirmation, then re-runs the lint check to verify zero errors.

Does the lumi-check health check require a specific environment to run?

The lumi-check health check requires a Lumina-Wiki workspace environment where the project linter can be invoked with the --json flag. It operates within this specific repository structure to validate frontmatter constraints and cross-references.

What happens if the linter finds advisory warnings instead of errors?

If the linter finds advisory warnings instead of errors, the health check classifies these findings by severity. It prioritizes errors first, then surfaces advisory warnings to address missing required metadata or minor graph inconsistencies.