appstore-review-readiness

Solid

Validate App Store submission readiness and execute prepared review actions with current `asc` commands. Use after appstore-release-planner chooses the review path, or when the user directly asks to validate, stage, submit, monitor, cancel, or repair ASC review blockers.

Code & Development 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# App Store Review Readiness Use `asc validate` and current review commands. Do not use legacy submit-preflight or submit-create shortcuts. For go/no-go planning, first-submission strategy, or choosing which release skill owns a blocker, use `appstore-release-planner` first. This skill owns command execution once the review-readiness path is selected. Preconditions: auth configured; app/version/build IDs resolved; build processing complete unless using `--wait`; metadata, app info, screenshots, review details, content rights, encryption, pricing, availability, and App Privacy expected complete. ## Command Plan Helper For a deterministic dry-run command plan, run the helper from the plugin root: ```bash python3 "$PLUGIN_ROOT/skills/appstore-review-readiness/scripts/review_readiness_plan.py" \ --app "APP_ID" --version "1.2.3" --platform IOS --build "BUILD_ID" \ --version-id "VERSION_ID" --submission-id "SUBMISSION_ID" \ --metadata-dir "./metadata" --include-submit ``` The helper prints commands only; it does not call ASC, mutate review state, or read credentials. Pass `--json` for machine-readable output. Pass `--confirming-actions` only after manually verifying that generated `--confirm` commands are intended. ## Workflow 1. Generate the helper plan unless the user requested one specific command. 2. Run read-only readiness checks first: processed build state, normal validate, strict validate, and version-id validate when available. 3. Repair blockers in the smal...

Details

Author
Xopoko
Repository
Xopoko/plug-n-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category