asc-wall-submit

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

70|4|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/AlexW00/Zettel --skill asc-wall-submit-alexw00
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/AlexW00/Zettel/tree/main/.agents/skills/asc-wall-submit
Command: npx skills add https://github.com/AlexW00/Zettel --skill asc-wall-submit-alexw00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Adding an app to the Wall of Apps in the App-Store-Connect-CLI repository requires editing docs/wall-of-apps.json and opening a pull request by hand, which is error-prone and easy to get wrong. ## Core Features & Use Cases - Standard App Store submissions: Submit an entry using an App Store app ID with a dry-run preview before applying. - Manual or pre-release submissions: Submit TestFlight or non-App-Store entries using a link plus a name. - PR-based workflow: Generates a pull request plan and updates docs/wall-of-apps.json without touching unrelated entries. - Use Case: You just published your iOS app and want it listed on the Wall of Apps. Run the submit command with your app ID in dry-run mode, review the plan, then confirm to create the PR. ## Quick Start Submit my app with App Store ID 1234567890 to the Wall of Apps, previewing the change first with a dry run.

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 with your App Store app ID from the App-Store-Connect-CLI repository root. Preview first with --dry-run, then apply with --confirm to generate the PR updating docs/wall-of-apps.json.

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

Use the manual flow with --link and --name instead of an app ID, for example asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirm. This supports pre-release or non-App-Store entries.

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

Yes, pass the --dry-run flag to preview the generated PR plan and the change to docs/wall-of-apps.json without applying anything. Once the output looks correct, rerun the same command with --confirm.

What happens if my Wall of Apps submission fails?▼

If submission fails due to invalid input, fix the app ID, link, or name values and rerun the CLI command. The workflow does not modify unrelated entries in docs/wall-of-apps.json, so retries are safe.

Does the Wall of Apps submission create a pull request?▼

Yes, the submission flow is PR-based and produces a change to docs/wall-of-apps.json for review. An issue-based intake flow would only apply if maintainers explicitly define one.