
Asc Wall Submit
- 1k installs
- 934 repo stars
- Updated July 21, 2026
- rudrankriyam/asc-skills
This is a copy of asc-wall-submit by rudrankriyam - installs and ranking accrue to the original listing.
asc-wall-submit is an agent skill that adds or updates iOS app entries on the Wall of Apps using the App Store Connect CLI `asc apps wall submit` flow for developers preparing App-Store-Connect-CLI repository submissions
About
asc-wall-submit is an agent skill that walks developers through submitting or updating a Wall of Apps entry via the App Store Connect CLI. The skill supports two input paths: a standard App Store flow using an app ID, or a manual pre-release flow using a link plus app name. Developers reach for asc-wall-submit when they say "submit to wall of apps", "add my app to the wall", or need the exact `asc apps wall submit` command sequence from the App-Store-Connect-CLI repository. It automates the CLI submission workflow for new listings and updates to existing Wall of Apps entries.
- Submits or updates Wall of Apps entries via `asc apps wall submit`
- Supports both standard App Store ID flow and manual TestFlight link flow
- Always runs a --dry-run preview before --confirm submission
- Generates a PR that modifies only docs/wall-of-apps.json
- Prevents modification of unrelated entries with explicit guardrails
Asc Wall Submit by the numbers
- 1,032 all-time installs (skills.sh)
- +13 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/rudrankriyam/asc-skills --skill asc-wall-submitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1k |
|---|---|
| repo stars | ★ 934 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 21, 2026 |
| Repository | rudrankriyam/asc-skills ↗ |
How do you submit an iOS app to Wall of Apps?
Quickly add or update their iOS app on the Wall of Apps using the official App Store Connect CLI flow.
Who is it for?
iOS developers using App Store Connect CLI who want to list or update their app on the Wall of Apps.
Skip if: Developers who have not set up App Store Connect CLI or only need standard App Store release submission without Wall listing.
When should I use this skill?
The user asks to submit to wall of apps, add an app to the wall, or run the Wall of Apps CLI flow.
What you get
A submitted or updated Wall of Apps CLI entry with app ID or manual link-and-name metadata.
- Wall of Apps CLI submission
- Updated Wall of Apps entry metadata
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
How it compares
Pick asc-wall-submit when you need the exact Wall of Apps CLI submission path rather than general App Store Connect release or metadata management.
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 with a link plus app name. Both paths feed the `asc apps wall submit` command in the App-Store-Connect-CLI repository.
Can asc-wall-submit update an existing Wall of Apps entry?
asc-wall-submit covers both new Wall of Apps submissions and updates to existing entries. Run the CLI workflow from the App-Store-Connect-CLI repository when the user wants to add or refresh their app listing.
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.