What problem does it solve? Game projects accumulate hundreds of art, audio, VFX, and data files that drift out of compliance with naming conventions, size budgets, and format standards, leaving orphaned files and broken references that bloat builds and break pipelines. ## Core Features & Use Cases - Standards Compliance Checks: Validates files against naming patterns like [category]_[name]_[variant]_[size].[ext], power-of-two texture dimensions, and correct formats such as PNG for UI and OGG for SFX. - Orphan and Missing Asset Detection: Cross-references code against asset directories to flag files with no references and references pointing to nonexistent files. - Structured Audit Report: Produces a Markdown report with violation tables, health summary, prioritized recommendations, and a COMPLIANT/WARNINGS/NON-COMPLIANT verdict. - Use Case: Before a release milestone, run the audit across assets/art, assets/audio, and assets/data to catch oversized textures, misnamed audio files, and dead references before they reach the build. ## Quick Start Audit the game asset directories in this project for naming, size, and format compliance and report any orphaned or missing assets.