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.md and Concepts.md. Do not accept synonyms (e.g., "Edge Types" instead of "Edge Fields").
  • Image references use ![[filename.png]] — never ![alt](path) markdown 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.

Installs
1
GitHub Stars
1
First Seen
Apr 16, 2026
breadcrumbs-testing-guide — zpankz/obsidian-skills