
Asc Wall Submit
- 1.6k installs
- 934 repo stars
- Updated July 21, 2026
- rudrankriyam/app-store-connect-cli-skills
asc-wall-submit adds or updates Wall of Apps entries via asc apps wall submit CLI.
About
The asc-wall-submit skill guides adding or updating Wall of Apps entries via the built-in asc apps wall submit CLI flow. Required inputs support standard App Store flow with an app ID or manual pre-release flow with link plus name. Workflow runs commands from the App-Store-Connect-CLI repository root, gathers app metadata, and executes the wall submission steps users request when they say submit to wall of apps or add my app to the wall. Agents confirm which input path applies before running submit. Use for Wall of Apps publicity listings tied to the asc CLI ecosystem. Uses asc apps wall submit from App-Store-Connect-CLI repo root Standard flow: app ID; manual flow: link plus name for pre-release apps Add or update existing Wall of Apps entries via built-in CLI Triggered by wall of apps, add to wall, or asc wall submit requests Confirms input path before executing submission workflow asc-wall-submit adds or updates Wall of Apps entries via asc apps wall submit CLI Submitted or updated Wall of Apps entry using the
- Uses asc apps wall submit from App-Store-Connect-CLI repo root.
- Standard flow: app ID; manual flow: link plus name for pre-release apps.
- Add or update existing Wall of Apps entries via built-in CLI.
- Triggered by wall of apps, add to wall, or asc wall submit requests.
- Confirms input path before executing submission workflow.
Asc Wall Submit by the numbers
- 1,571 all-time installs (skills.sh)
- +15 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #153 of 1,048 Mobile Development skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
asc-wall-submit capabilities & compatibility
- Capabilities
- wall submit workflow · input path selection · cli command execution · pre release link flow · entry updates
- Use cases
- orchestration
npx skills add https://github.com/rudrankriyam/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 | 1.6k |
|---|---|
| repo stars | ★ 934 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 21, 2026 |
| Repository | rudrankriyam/app-store-connect-cli-skills ↗ |
How do I submit my app to the App Store Connect CLI Wall of Apps?
Submit or update a Wall of Apps entry in App-Store-Connect-CLI using asc apps wall submit from the repo root.
Who is it for?
Developers using App-Store-Connect-CLI who want Wall of Apps visibility.
Skip if: Full App Store review submission or TestFlight setup without wall intent.
When should I use this skill?
User says submit to wall of apps, add to wall, or asc wall submit.
What you get
Submitted or updated Wall of Apps entry using the correct app ID or link path.
- Wall of Apps CLI submission
- Updated showcase entry
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
Forks & variants (3)
Asc Wall Submit has 3 known copies in the catalog totaling 3k installs. They canonicalize to this original listing.
- rorkai - 2k installs
- rudrankriyam - 1k installs
- ehmo - 1 installs
How it compares
Pick asc-wall-submit over general App Store Connect skills when the goal is specifically the Wall of Apps showcase in the App-Store-Connect-CLI repo, not binary upload or review submission.
FAQ
Where must commands run?
From the App-Store-Connect-CLI repository root.
What inputs are accepted?
App ID for standard flow or link plus name for manual pre-release flow.
Can existing entries be updated?
Yes. The skill covers both new submissions and updates.
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.