rorkai/asc-wall-submit
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 skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-wall-submit
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
Take rorkai/asc-wall-submit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.