breadcrumbs-testing-guide
Installation
SKILL.md
Testing Guide
Validation patterns for the Breadcrumbs documentation vault. This project is a Markdown docs vault — "testing" means structural validation, terminology checks, broken link detection, and content consistency verification.
Critical
- This vault has no test framework (no Jest, Vitest, or similar). All validation is done via shell commands (
rg,find,diff). - Never modify docs files as part of a validation pass — report issues only.
- Terminology must match the canonical terms in
CLAUDE.mdandConcepts.md. Do not accept synonyms (e.g., "Edge Types" instead of "Edge Fields"). - Image references use
![[filename.png]]— nevermarkdown syntax. - Internal links use
[[wikilink]]— never[text](file.md)syntax between docs pages.
Instructions
Step 1: Validate wikilink targets exist
Extract all [[wikilink]] targets and verify each resolves to an existing .md file in the vault.