
Asc Wall Submit
- 2k installs
- 934 repo stars
- Updated July 21, 2026
- rorkai/app-store-connect-cli-skills
This is a copy of asc-wall-submit by rudrankriyam - installs and ranking accrue to the original listing.
asc-wall-submit is a Claude Code skill that submits or updates a Wall of Apps entry through the official App-Store-Connect-CLI `asc apps wall submit` command for developers who want their iOS app listed on the community
About
asc-wall-submit is a skill for the rorkai App-Store-Connect-CLI skills pack that drives the built-in Wall of Apps submission flow. It accepts either a standard App Store path with an `app` ID or a manual pre-release path with `link` plus `name`, then runs `asc apps wall submit` from the App-Store-Connect-CLI repository context. The skill triggers on phrases like submit to wall of apps, add my app to the wall, or wall-of-apps. Developers reach for asc-wall-submit when they need the exact CLI steps to add a new Wall entry or refresh an existing one without guessing ASC CLI flags.
- Submits new apps or updates existing entries to Wall of Apps via `asc apps wall submit`
- Supports both standard App Store ID flow and manual/pre-release link+name flow
- Always runs with --dry-run preview before --confirm to generate a safe PR
- Enforces guardrails to only modify the target entry in docs/wall-of-apps.json
- Produces a reviewed PR plan that updates the official wall JSON file
Asc Wall Submit by the numbers
- 1,961 all-time installs (skills.sh)
- +212 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-wall-submitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2k |
|---|---|
| repo stars | ★ 934 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 21, 2026 |
| Repository | rorkai/app-store-connect-cli-skills ↗ |
How do you submit an iOS app to Wall of Apps?
Quickly submit or update their iOS app on the Wall of Apps using the official App-Store-Connect-CLI.
Who is it for?
iOS developers maintaining apps in App Store Connect who contribute to the App-Store-Connect-CLI Wall of Apps showcase.
Skip if: Developers who need full App Store release submission, TestFlight upload, or metadata editing unrelated to the Wall of Apps listing.
When should I use this skill?
User says submit to wall of apps, add my app to the wall, wall-of-apps, or asks to update an existing Wall of Apps entry.
What you get
Submitted or updated Wall of Apps entry in the App-Store-Connect-CLI repository via the official ASC CLI flow.
- Wall of Apps listing submission or update
Files
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:
appID - Manual/pre-release flow:
linkplusname
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
Related skills
FAQ
What inputs does asc-wall-submit require?
asc-wall-submit accepts either a standard App Store flow with an `app` ID or a manual pre-release flow requiring both `link` and `name` before running `asc apps wall submit`.
Can asc-wall-submit update an existing Wall entry?
asc-wall-submit covers both adding a new Wall of Apps entry and updating an existing one through the same App-Store-Connect-CLI `asc apps wall submit` workflow.
Is Asc Wall Submit safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.