What problem does it solve? Repositories accumulate dead files, inconsistent naming, stale documentation references, and missing .gitignore entries over time, making them harder for open-source contributors to navigate and maintain. ## Core Features & Use Cases - Dead file and artifact detection: Finds backup files, empty directories, tracked generated files, and large binaries committed to git history. - Convention enforcement: Verifies kebab-case scripts, snake_case Rust files, .gitignore coverage, and documentation link validity. - CI and dependency audit: Checks that workflow-referenced scripts exist, actions are pinned, and Cargo/npm dependencies are actually used. - Use Case: Before opening a project to external contributors, run the audit to get a categorized report of [ok], [fix], and [ask] items, then auto-apply safe fixes and commit the cleanup. ## Quick Start Ask the assistant to run the repo-hygiene audit on this repository and report dead files, naming inconsistencies, and missing .gitignore entries.