This is a pre-flight checker for Shopify apps before you submit to their App Store. It fetches the live compliance requirements from Shopify's docs and runs through your codebase looking for violations or ambiguities. You get a report with three buckets: likely passing, likely failing, and needs review. The smart bit is how it handles conditional requirements, skipping entire sections if your app doesn't use theme extensions or specific APIs, which keeps the output focused. Built by Shopify themselves, currently at version 1.9.0. Saves you from the frustration of submitting and getting rejected for something you could have caught locally.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-app-store-review