What problem does it solve?
Keeping a Microsoft Store listing in sync with translated store copy, screenshots, and release notes is error-prone when done by hand in Partner Center, and stuck submissions or rollouts can block releases. This Skill drives the pcenter CLI to inspect, update, and troubleshoot FeedFlow's Store presence safely.
Core Features & Use Cases
- Listing inspection and sync: Read live Store copy with
pcenter listing show, pull snapshots into a scratch directory, and regenerate listing files from assets/storecopy sources with a generator script.
- Screenshot and locale management: Replace Store screenshots from local PNGs, add new listing languages with required titles, and remove locales with explicit safeguards.
- Submission and rollout recovery: Diagnose stuck submissions, delete failed drafts occupying the pending slot, and finalize stalled rollouts.
- Use Case: A new translation batch lands in
assets/storecopy; use this Skill to regenerate the listing files, dry-run the diff, and push a draft submission for review without touching Partner Center manually.
Quick Start
Show me the current Microsoft Store listing for en-US and check whether any submission or rollout is pending.