asc-submission-health

Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when…

rorkai 929 ↓ 2k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • readiness validation and blocker diagnosis;
  • public-API, web-session, and manual repair routing;
  • review status and history;
  • cancellation and retry decisions.
  • Resolve APPID, the version string or VERSIONID, BUILDID, platform, and any known SUBMISSIONID.
  • Configure auth with asc auth login or ASC environment variables.
  • Use ASCBYPASSKEYCHAIN=1 only for repository tests and isolated verification, not normal user sessions.

Requirements & configuration

  • Read references/digital-goods.md only when IAP or subscription validation fails, Apple requires first-review attachment, or a versioned product must join an existing review submission.
  • Do not call a version ready merely because one validator exits successfully. Report any warning that still needs a web-session or manual check.
  • Resolve the exact active submission before cancelling. Preview status first, then require confirmation:

Configuration: APP_IDVERSION_IDBUILD_IDSUBMISSION_IDASC_ASC_BYPASS_KEYCHAINVALIDREADY_FOR_REVIEW

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.

Source

Repository: https://github.com/rorkai/app-store-connect-cli-skills

asc-submission-health FAQ

What does the asc-submission-health skill do?

Diagnose App Store submission blockers and operate review health with asc, including readiness validation, repair routing, status monitoring, cancellation, and retry decisions. Use when validation fails, a version is not in a valid state, review status is unclear or stuck, or a failed submission must be repaired and retried. For staging, upload, publication, and submission execution, use asc-release-flow. readiness validation and blocker diagnosis; public-API, web-session, and manual repair routing;

What does asc-submission-health require?

Read references/digital-goods.md only when IAP or subscription validation fails, Apple requires first-review attachment, or a versioned product must join an existing review submission. Do not call a version ready merely because one validator exits successfully. Report any warning that still needs a web-session or manual check. Resolve the exact active submission before cancelling. Preview status first, then require confirmation: Configuration keys: APP_ID, VERSION_ID, BUILD_ID, SUBMISSION_ID, ASC_, ASC_BYPASS_KEYCHAIN, VALID, READY_FOR_REVIEW.

How do I install asc-submission-health?

Run: npx -y skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-submission-health --agent claude-code — the source lives at github.com/rorkai/app-store-connect-cli-skills.

Maintain asc-submission-health?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[asc-submission-health on getagentictools](https://getagentictools.com/skills/rorkai-app-store-connect-cli-skills-asc-submission-health?ref=badge)
npx agentictools info skills/rorkai-app-store-connect-cli-skills-asc-submission-health

The second line is the CLI lookup for this page — handy in READMEs and docs.