What problem does it solve?
Before shipping a release, it is hard to know whether new translations are complete, whether live App Store, Google Play, and Microsoft Store listings match the source copy in the repo, or whether localized screenshots need regeneration. This Skill automates that release-readiness audit for the FeedFlow project.
Core Features & Use Cases
- Translation completeness checks: Compares every changed locale's strings.xml against the base values/strings.xml and reports missing or extra keys per locale.
- Live store drift detection: Reads live Google Play, App Store (via asc), and Microsoft Store (via pcenter) listings and compares them against source copy under assets/storecopy, distinguishing stale live stores from stale checked-in output.
- Screenshot and follow-up tracking: Flags screenshot copy/assets changes and writes actionable TODO cards to the Obsidian marketing board with exact store, locale, and field names.
- Use Case: Run a weekly audit to discover that the Russian App Store subtitle is stale while the Google Play listing is current, then get a ready-made board card for the sync work.
Quick Start
Run the translation release audit for the past week and report any store listing or screenshot actions needed.