NOTE

PS: Broken Link Checker

authorgemini-cli aliasesps-broken-link-checker, check-broken-links.ps1 titlePS: Broken Link Checker statusactive date2026-04-24 typepermanent

PS: Broken Link Checker

The check-broken-links.ps1 script ensures the integrity of the knowledge graph by identifying links that point to non-existent notes.

Functional Checks

  1. Link Extraction: Scans all .md files for wikilink patterns.
  2. Existence Verification: Cross-references every target against the actual filenames in 01_Wiki/ and 02_System/.

Usage

powershell.exe -ExecutionPolicy Bypass -File 02_System/check-broken-links.ps1

Output

Returns a list of "Dead Links" along with their source file, allowing for rapid repair of the knowledge graph.


References