What problem does it solve? Brain pages accumulate facts without proper inline citations, and tweet references often lack actual URLs, making claims unverifiable. This Skill scans every page, flags missing or malformed citations, rewrites them to the standard format, and resolves broken tweet references into deterministic x.com links. ## Core Features & Use Cases - Citation auditing: Scans all brain pages for missing, malformed, or incomplete [Source: ...] citations and reports counts of scanned, fixed, and remaining issues. - Tweet reference resolution: Detects tweet mentions without URLs, searches the host's X API integration by handle and quoted text, verifies matches, and patches pages with deterministic https://x.com/<handle>/status/<id> links including engagement metrics. - Batch mode with rate limiting: Sweeps up to ~50 pages per run, prioritizes recently updated pages, batch-commits every 10-20 pages, and tracks progress in a JSON state file. - Use Case: Run a weekly cron sweep so that every page ingested from meetings, emails, or tweets ends with verifiable citations instead of hand-wavy attributions. ## Quick Start Ask the agent to fix citations on a specific brain page or run a citation audit across recently updated pages.