From rudrankriyam-app-store-connect-cli-skills-17
Submits or updates Wall of Apps entries in App-Store-Connect-CLI repo using `asc apps wall submit` CLI with app ID or TestFlight link. Use for wall submissions.
npx claudepluginhub ilderaj/agent-plugin-marketplace --plugin community--asc-cli-skillsThis skill uses the workspace's default tool permissions.
Use this skill to add or update a Wall of Apps entry with the built-in CLI flow.
Automates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Routes App Store submission tasks to specialist skills: pre-submission checklists, rejection diagnosis, metadata specs, privacy manifests, age ratings, export compliance, and appeals.
Publishes and manages Windows apps in Microsoft Store via msstore CLI. Configures credentials, lists apps, handles submissions/flights, and sets up CI/CD for Electron, React Native, Flutter, .NET MAUI.
Share bugs, ideas, or general feedback.
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