Release flow (readiness-first) Use this skill when the question is "Can my app be submitted now?" or when the user wants to prepare and submit an App Store version with the current command surface. Preconditions - Resolve , version string, when needed, and up front. - Ensure auth is configured with or environment variables. - Have canonical metadata in when using metadata-driven staging. - Treat commands as optional experimental escape hatches for flows not covered by the public API. Answer order 1. Say whether the app is ready right now. 2. Name the blocking issues. 3. Separate public-API fi…