asc-wall-submit

Submit or update Wall of Apps entries via the App Store Connect CLI.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pyronaur/ngents --skill asc-wall-submit-pyronaur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/pyronaur/ngents/tree/main/docs/topics/apple/asc-cli/asc-wall-submit
Command: npx skills add https://github.com/pyronaur/ngents --skill asc-wall-submit-pyronaur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Wall of Apps submission and update process can be error-prone and time-consuming; this skill automates the end-to-end CLI-driven flow, ensuring consistent entries in App Store Connect.

Core Features & Use Cases

  • Automates adding or updating Wall of Apps entries using the App Store Connect CLI (asc apps wall submit).
  • Supports both standard app flow (using app ID) and manual/pre-release flow (link + name) with dry-run previews and confirmed submissions.
  • Guides users through preview, confirmation, and PR-based changes to docs like docs/wall-of-apps.json, reducing manual errors and review overhead.

Quick Start

Use this skill to add or update a Wall of Apps entry with the built-in CLI flow.

Frequently Asked Questions about asc-wall-submit

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

FAQPage Schema
How do I automate Wall of Apps submissions using the App Store Connect CLI?

You can automate Wall of Apps submissions by using this skill to orchestrate the asc CLI, which coordinates dry-run previews, confirmation prompts, and PR-based updates to documentation like docs/wall-of-apps.json.

Can I submit a pre-release app to the Wall of Apps without an app ID?

Yes, you can submit pre-release entries without an app ID by using the manual link and name workflow, which the automation guides through the same preview and confirmation steps as the standard app ID flow.

Do I need a specific environment to automate App Store Connect CLI workflows?

You need a valid App Store Connect environment and the asc CLI installed on your machine to execute the automated submission and update workflows for Wall of Apps entries.

What is the best way to update an existing Wall of Apps entry via CLI?

The best way to update an existing entry is using this automation skill, which applies your changes through a PR-based update to docs/wall-of-apps.json after a confirmed dry-run preview.

How does the dry-run preview work for Wall of Apps entry submissions?

The dry-run preview allows you to review the proposed changes to your Wall of Apps entry before confirmation, ensuring accuracy and reducing manual errors before the final PR-based submission is executed.

Why are my Wall of Apps submissions prone to manual errors?

Manual submissions are error-prone due to inconsistent data entry, but automating the end-to-end CLI-driven flow ensures consistent entries in App Store Connect by standardizing the preview and confirmation process.