What problem does it solve? READMEs drift out of sync with the code they describe: placeholder sections stay unfilled, dependency tables list removed packages, and links rot. This Skill audits a repository's README.md against the actual codebase and updates it in place while preserving the existing structure and voice. ## Core Features & Use Cases - Section-by-section audit: Classifies every README section as placeholder, stale, accurate, or missing, then fills or fixes it using facts gathered from the source code. - Fact verification: Rebuilds dependency and public function/API tables from actual imports and exports, verifies internal links and anchor targets, and removes content that contradicts the code. - Issue filing for unresolved findings: Auto-files GitHub issues via the backlog skill for non-trivial findings (broken links, stale tables, contradictions with docs/walkthrough.md) using a stable check-ID inventory. - Use Case: After a refactor that removed two dependencies and added a new public API, ask for a README refresh to get an updated README plus filed issues for anything that cannot be fixed in place. ## Quick Start Ask the assistant to audit and refresh this repository's README so it matches the current codebase.