What problem does it solve? Translation files drift out of sync with source code as projects grow, leaving missing keys, orphaned entries, TODO markers, and broken variable placeholders that surface as bugs in production. This Skill audits your i18n files and reports exactly what needs fixing without modifying anything. ## Core Features & Use Cases - Coverage Analysis: Computes per-language metrics including translated, missing, extra, TODO, and empty keys with a coverage percentage table. - Variable & Glossary Integrity: Detects mismatched interpolation variables between source and target strings and verifies glossary terms and do-not-translate rules. - Deep Dead-Key Detection: With the --deep flag, scans source code for unused keys while respecting dynamic key families built at runtime via template literals or concatenation, avoiding false positives. - Use Case: Before a release, run a health check to confirm German and Japanese translations are complete, catch a missing {count} variable in the Japanese pluralization string, and remove orphaned keys from a deprecated feature. ## Quick Start Ask the assistant to run a translation health check on this project, optionally with the deep flag to also find dead keys and hardcoded strings.