What problem does it solve? Links that return HTTP 200 can still point to the wrong destination when a Reddit post ID is transcribed incorrectly, a GitHub filename drifts by a dot, or a HuggingFace repo name has a wrong prefix. This Skill audits every outbound URL in a document before it goes live, catching errors that status-code checks alone miss. ## Core Features & Use Cases - Label-vs-content verification: Extracts page titles for every URL and compares them against the surrounding link text to detect transposed Reddit post IDs. - Host-specific verification methods: Uses GET instead of HEAD for GitHub, the HF API for HuggingFace repo lookups, and old.reddit.com with rate-limit-aware batching for Reddit. - Failure resolution: Runs targeted subreddit, HF API, and GitHub tree searches to find the correct URL for every 404, 401, or label mismatch, then produces a final audit table. - Use Case: Before publishing a megathread with 40 links to model cards, GitHub repos, and prior Reddit threads, run the audit to catch the one transposed post ID and the one renamed GitHub file that would otherwise ship broken. ## Quick Start Verify every outbound link in my draft megathread and flag any URL whose destination does not match its label.