asc-submission-health

Automate App Store Connect submission status monitoring via asc command line tool.

6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-submission-health-omega-bred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-submission-health
Source: https://github.com/omega-bred/bluebubbles-chatgpt-agent/tree/main/.agents/skills/asc-submission-health
Command: npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-submission-health-omega-bred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires asc, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users manage and validate their App Store submission status efficiently, using asc commands to submit versions, monitor review status, and manage submissions.

Core Features & Use Cases

  • Pre-submission Readiness Check: Execute validation commands like asc validate to ensure the submission meets requirements before sending.
  • Version Submission and Monitoring: Utilize asc review submit and related commands to submit app versions and track their status.
  • Content Rights and App Info: Ensure app content rights are declared and app information is correctly localized before submission.

Quick Start

To check the status of an App Store submission, run: asc submit status --version-id "VERSION_ID"

Frequently Asked Questions about asc-submission-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor App Store submission status from the command line?

To monitor App Store submission status, use the asc command line tool to submit app versions and track their review processes. Run `asc submit status --version-id "VERSION_ID"` to check the current review state.

How do I validate an iOS app before submitting to App Store Connect?

Validate an iOS app before submitting to App Store Connect by executing the `asc validate` command. This pre-submission readiness check ensures your app version meets all requirements before you send it for review.

Can I automate App Store review tracking for multiple iOS app versions?

Yes, you can automate submission status monitoring for App Store Connect submissions. The asc command line tool handles validation, submission, and tracking review processes, streamlining workflows for app publishers managing multiple versions.

What's the best way to manage content rights and localization before an App Store submission?

The best way to manage content rights and localization is using asc commands to ensure app content rights are declared and app information is correctly localized before submission. This prevents review delays caused by missing metadata.

Does this submission monitoring approach require the asc tool?

Yes, this submission monitoring approach requires the asc command line tool as a dependency. It operates via asc commands to automate validation, version submission, and review tracking for iOS applications.