asc-wall-submit

Submits or updates Wall of Apps entries via the asc CLI with dry-run preview and PR-based changes.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dustinober1/sundee-fundee-ios --skill asc-wall-submit-dustinober1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/dustinober1/sundee-fundee-ios/tree/main/SundeeFundeeApp/.agents/skills/asc-wall-submit
Command: npx skills add https://github.com/dustinober1/sundee-fundee-ios --skill asc-wall-submit-dustinober1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Adding or updating an entry in the App-Store-Connect-CLI Wall of Apps requires editing docs/wall-of-apps.json correctly and following the repository's PR-based submission flow, which is error-prone when done manually. ## Core Features & Use Cases - Standard App Store submissions: Submit an app using its App Store ID with asc apps wall submit --app. - Manual/pre-release submissions: Submit TestFlight or non-App-Store entries using a link plus a name. - Safe preview workflow: Dry-run the submission first, then apply with --confirm after reviewing the generated PR plan. - Use Case: You want to list your beta app on the Wall of Apps. Run the CLI with your TestFlight link and app name, preview the change, then confirm to generate the PR updating docs/wall-of-apps.json. ## Quick Start Ask the assistant to submit your app to the Wall of Apps by providing either your App Store app ID or a TestFlight link with the app name.

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 "YOUR_APP_ID" --dry-run` from the App-Store-Connect-CLI repository root to preview, then rerun with `--confirm` to apply. The command generates a PR plan that updates docs/wall-of-apps.json.

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

Use the manual flow with a link and name: `asc apps wall submit --link "https://testflight.apple.com/join/CODE" --name "My Beta App" --confirm`. This path is intended for pre-release or non-App-Store entries.

Can I preview Wall of Apps changes before submitting?▼

Yes, the `--dry-run` flag previews the submission without applying changes. Review the generated PR plan first, then rerun the same command with `--confirm` to apply it.

What inputs are required for asc apps wall submit?▼

One of two input paths is required: an App Store `app` ID for the standard flow, or a `link` plus `name` for manual and pre-release entries. If submission fails due to invalid input, fix the inputs and rerun the command.

Does the Wall of Apps submission edit the JSON file directly?▼

No, the flow is PR-based. The CLI generates a change to docs/wall-of-apps.json as a pull request plan, and unrelated entries in the file must not be modified.