asc-wall-submit

Submits or updates Wall of Apps entries using the asc apps wall submit CLI command.

1|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/OMIXEC/all-in-one-swift-skills --skill asc-wall-submit-omixec
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/OMIXEC/all-in-one-swift-skills/tree/main/skills/asc-wall-submit
Command: npx skills add https://github.com/OMIXEC/all-in-one-swift-skills --skill asc-wall-submit-omixec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Adding or updating an entry in the App-Store-Connect-CLI repository's Wall of Apps requires knowing the exact CLI flags, input paths, and PR-based submission flow, which this Skill encodes so the agent runs the correct commands every time. ## Core Features & Use Cases - Standard App Store submissions: Submit an app using its App Store ID via asc apps wall submit --app. - Manual or pre-release entries: Submit TestFlight or non-App-Store apps using --link plus --name. - Safe preview and apply: Preview changes with --dry-run before applying with --confirm, producing a PR-based change to docs/wall-of-apps.json. - Use Case: A developer wants their beta app listed on the Wall of Apps; the agent runs a dry-run preview, then confirms the submission and reviews the generated PR plan. ## Quick Start Submit my app with App Store ID 1234567890 to the Wall of Apps, previewing with a dry run first and then confirming.

Frequently Asked Questions about asc-wall-submit

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

FAQPage Schema
How do I submit my app to the Wall of Apps?▼

Run `asc apps wall submit --app "<app-id>" --confirm` from the App-Store-Connect-CLI repository root. Preview the change first with `--dry-run` to review the generated PR plan before applying.

How to add a TestFlight or beta app to the Wall of Apps?▼

Use the manual flow: `asc apps wall submit --link "https://testflight.apple.com/join/XXXX" --name "My Beta App" --confirm`. The link plus name path covers pre-release or non-App-Store entries.

Can I preview a Wall of Apps submission before applying it?▼

Yes, pass `--dry-run` instead of `--confirm` to preview the submission. This shows the planned change to docs/wall-of-apps.json without modifying anything.

What inputs does asc apps wall submit require?▼

It supports two input paths: an App Store `app` ID for standard apps, or a `link` plus `name` for manual and pre-release entries. One of these two combinations must be provided.

What happens if a Wall of Apps submission fails?▼

If submission fails due to invalid input, fix the inputs and rerun the CLI command. Do not modify unrelated entries in docs/wall-of-apps.json, and keep the flow PR-based.