What problem does it solve? Wiki pages can silently drift away from the pattern sections they are supposed to document, and manual review does not scale. This Skill measures that drift quantitatively by comparing embedding vectors of each wiki page against its referenced PATTERN.md section. ## Core Features & Use Cases - Embedding-based drift detection: Computes cosine similarity between each candidate wiki page body and its declared pattern_section in PATTERN.md, using a configurable embedding model (default voyage-3). - Cost and safety gates: Estimates API cost before running, requires explicit user confirmation above a configurable USD threshold, and degrades gracefully when the embedding API is unreachable. - Structured reporting: Writes a dated markdown report (wiki-lint-semantic-YYYY-MM-DD.md) with pages below/above threshold, error entries, score statistics, and a log entry in wiki/log.md. - Use Case: Run the scan after a large wiki refactor to find the top 5 pages whose content no longer matches their pattern section, then prioritize them for rewriting. ## Quick Start Run the semantic drift scan on the wiki and show me the pages most at risk of drifting from PATTERN.md.