asc-wall-submit

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

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/barronlroth/Cubby --skill asc-wall-submit-barronlroth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/barronlroth/Cubby/tree/main/.agents/skills/asc-wall-submit
Command: npx skills add https://github.com/barronlroth/Cubby --skill asc-wall-submit-barronlroth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting or updating a Wall of Apps entry in the App-Store-Connect-CLI repository can be error-prone and manual. This skill automates the end-to-end flow using the built-in CLI to ensure entries are added or updated consistently and auditable via pull requests.

Core Features & Use Cases

  • Accepts either a standard App Store flow with an app ID or a manual flow with a link and name.
  • Guides users through a deterministic submission workflow, including preview, confirmation, and PR review.
  • Supports creating new entries and updating existing ones with clear guardrails and input validation.

Quick Start

Provide the app ID or the link and name, then run the asc apps wall submit flow to submit or update the entry.

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 a Wall of Apps entry using the App Store Connect CLI?

You can submit a Wall of Apps entry by providing an app ID or manual link and name, then running the asc apps wall submit flow which enforces input validation, preview, confirmation, and PR-based review.

What is the workflow for updating an existing Wall of Apps entry?

Updating a Wall of Apps entry uses the same deterministic CLI flow as creating one, applying input validation, preview, confirmation, and PR-based review to ensure modifications are consistent and auditable.

Can I submit an app to the Wall of Apps without an App Store app ID?

Yes, the skill supports a manual flow where you provide a direct link and app name instead of an app ID to add or update the Wall of Apps entry through the CLI.

Does the Wall of Apps submission flow enforce input validation before creating a pull request?

Yes, the workflow enforces input validation and provides a preview step, requiring user confirmation before generating a pull request for the Wall of Apps entry submission.

Why use a CLI flow for adding entries to a Wall of Apps repository?

Using a CLI flow automates the end-to-end submission process, reducing manual errors and ensuring that adding or updating Wall of Apps entries remains consistent and auditable via pull requests.