What problem does it solve? Multilingual blogs drift out of sync: translations go missing, hreflang tags break, meta tags stay untranslated, and stale localized versions keep ranking after the source post changes. This Skill audits an entire directory of localized blog content and surfaces every gap with prioritized, runnable fixes. ## Core Features & Use Cases - Translation Coverage Matrix: Groups posts by language and translation-group keys, then reports which language versions are missing and the overall coverage percentage. - Content and SEO Parity Checks: Compares section counts, FAQ counts, images, word-count ratios, titles, meta descriptions, canonical URLs, schema inLanguage, alt text, and slugs across language versions. - Hreflang and Freshness Validation: Verifies self-referencing and bidirectional hreflang tags, x-default, valid BCP 47 codes, and flags stale translations using translatedDate, source hashes, and Git mtimes. - Use Case: You maintain a blog in English, German, French, and Japanese. Run the audit to discover that two German posts are stale after a source update, one French post is missing, and the hreflang map lacks x-default, then follow the emitted fix commands. ## Quick Start Ask the assistant to run a locale audit on your blog content directory, for example by saying: audit the translations in my blog folder for missing languages, hreflang errors, and stale localized posts.