asc-submission-health

Validate App Store build readiness and submit iOS and macOS apps via asc CLI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-submission-health-curtislmartin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-submission-health
Source: https://github.com/curtislmartin/daily-ascent-engineering/tree/main/skills_repo/asc-submission-health
Command: npx skills add https://github.com/curtislmartin/daily-ascent-engineering --skill asc-submission-health-curtislmartin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shipping apps to the App Store often fails due to missing metadata, encryption declarations, or incomplete localization, leading to costly delays. This Skill streamlines the pre‑flight checklist, handles required declarations, and automates submission and monitoring, reducing submission errors and turnaround time.

Core Features & Use Cases

  • Pre‑submission validation: Checks build status, encryption compliance, content‑rights declarations, version metadata, localizations, and screenshots.
  • Automated submission: Creates review submissions via the asc CLI, attaches the correct version, and initiates review.
  • Monitoring and control: Retrieves submission status, lists all submissions, and allows cancellation or retry of failed submissions.
  • Error guidance: Provides clear troubleshooting steps for common failure messages such as invalid build state or export‑compliance issues.
  • Use case example: A release engineer runs the skill to ensure a new iOS build is ready, submits it, and receives real‑time status updates without manual CLI scripting.

Quick Start

Run the asc submission health skill to validate your build and submit the app for App Store review.

Frequently Asked Questions about asc-submission-health

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

FAQPage Schema
How do I validate an iOS app build before App Store submission?

To automate App Store review submissions, use the asc command-line tool to create a review submission, attach the correct app version, and initiate the review process without manual CLI scripting.

What do I need to configure before using the asc command-line tool for app submissions?

Before using the asc command-line tool for app submissions, you need configured asc authentication, valid build IDs, and appropriate encryption and content-rights declarations to successfully submit iOS and macOS applications.

Why does my App Store submission fail due to export compliance issues?

App Store submission failures due to export compliance issues happen when encryption declarations are missing or incomplete. You need to handle required content-rights and encryption declarations before submitting your build for review.

Can I check the status of an existing App Store review submission?

Yes, you can check the status of an existing App Store review submission by retrieving submission status, listing all submissions, and allowing cancellation or retry of failed submissions through the asc command-line interface.

What is the best way to handle App Store submission errors and build state failures?

The best way to handle App Store submission errors and build state failures is to follow clear troubleshooting steps for common failure messages, addressing invalid build states or export-compliance issues before retrying the submission.