What problem does it solve? It detects hardcoded user-facing strings, missing translations, and placeholder mismatches so a codebase stays ready for multi-locale releases without manual audits. ## Core Features & Use Cases - Scan for Issues: Find hardcoded strings, positional placeholders, non-locale-aware date/number formatting, and left-to-right assumptions in src/. - Extract and Update String Tables: Generate new key entries following the [category].[subcategory].[description] convention and output diffs against string tables in assets/data/. - Validate and Report Status: Check translations for missing entries, placeholder mismatches, length violations, and orphaned keys, then produce a per-locale coverage matrix. - Use Case: Before shipping a new game update, run the validate subcommand to confirm every locale has complete translations and no UI strings exceed their character limits. ## Quick Start Ask the assistant to run the localize skill with the status subcommand to generate a localization coverage report for the project.