skills/asc-wall-submit/SKILL.md
Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using `asc apps wall submit`. Use when the user says "submit to wall of apps", "add my app to the wall", or "wall-of-apps".
npx skillsauth add rudrankriyam/asc-skills asc-wall-submitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to add or update a Wall of Apps entry with the built-in CLI flow.
Use one of these input paths:
app IDlink plus nameApp-Store-Connect-CLI repository root.asc apps wall submit --app "1234567890" --dry-runasc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --dry-runasc apps wall submit --app "1234567890" --confirmasc apps wall submit --link "https://testflight.apple.com/join/ABCDEFG" --name "My Beta App" --confirmdocs/wall-of-apps.json.docs/wall-of-apps.json.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
tools
Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.
development
Use when managing Apple Ads with asc, including auth, org lookup, campaigns, ad groups, ads, keywords, reports, raw API calls, and safe live testing.
tools
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
testing
Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.