asc-wall-submit

rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026

$npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-wall-submit
0 commentsdiscussion
summary

Submit or update Wall of Apps entries via App-Store-Connect-CLI with dry-run preview and confirmation flow.

  • Supports two submission paths: standard App Store flow using app ID, or manual flow using TestFlight link and app name
  • Includes dry-run mode to preview changes before applying with --confirm flag
  • Generates PR-based submissions that modify docs/wall-of-apps.json with built-in guardrails against unrelated entry changes
  • Run commands from the App-Store-Connect-CLI repository roo
skill.md

asc wall submit

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

When to use

  • User wants to submit an app to the Wall of Apps
  • User wants to update an existing Wall of Apps entry
  • User asks for the exact Wall submission flow

Required inputs

Use one of these input paths:

  • Standard App Store flow: app ID
  • Manual/pre-release flow: link plus name

Submission workflow

  1. Run commands from the App-Store-Connect-CLI repository root.
  2. Preview first:
    • asc apps wall submit --app "1234567890" --dry-run
    • or asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --dry-run
  3. Apply with confirmation:
    • asc apps wall submit --app "1234567890" --confirm
    • or asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirm
  4. Review the generated PR plan and resulting change to docs/wall-of-apps.json.

Guardrails

  • Do not modify unrelated entries in docs/wall-of-apps.json.
  • If submission fails due to invalid input, fix the inputs and rerun the CLI command.
  • Keep submission path PR-based unless maintainers define an issue-based intake flow.

Examples

Add new app:

asc apps wall submit --app "1234567890" --confirm

Submit a non-App-Store/TestFlight entry:

asc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirm

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.534 reviews
  • Harper Johnson· Dec 16, 2024

    Useful defaults in asc-wall-submit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Olivia Gill· Nov 15, 2024

    I recommend asc-wall-submit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Li Khanna· Oct 6, 2024

    asc-wall-submit reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chen Jackson· Sep 21, 2024

    Keeps context tight: asc-wall-submit is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Sakshi Patil· Sep 17, 2024

    Solid pick for teams standardizing on skills: asc-wall-submit is focused, and the summary matches what you get after install.

  • Rahul Santra· Sep 13, 2024

    asc-wall-submit reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Advait Haddad· Sep 9, 2024

    Registry listing for asc-wall-submit matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Advait Garcia· Aug 28, 2024

    asc-wall-submit fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Hassan Jackson· Aug 12, 2024

    asc-wall-submit has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Chaitanya Patil· Aug 8, 2024

    We added asc-wall-submit from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 34

1 / 4