asc-app-create-ui

Automate App Store Connect app record creation through browser UI workflows.

4|Updated Dec 8, 2019
One-click install
npx skills add https://github.com/Detrous/dotfiles --skill asc-app-create-ui-detrous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/Detrous/dotfiles/tree/main/claude/skills/asc-app-create-ui
Command: npx skills add https://github.com/Detrous/dotfiles --skill asc-app-create-ui-detrous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new App Store Connect app record via browser automation when there is no public API for app creation and you need an agent to drive the New App form.

Core Features & Use Cases

  • Automates the end-to-end New App creation workflow in App Store Connect via a browser automation tool.
  • Performs preflight checks (bundle ID registration verification and ensuring there is no existing app with the same bundle) and collects required inputs.
  • Includes safety guardrails such as requiring a signed-in session, using a visible browser session only, pausing for final confirmation before clicking Create, and avoiding automatic retries on failure.

Quick Start

Open App Store Connect and run the UI automation to create a new app using your bundle ID and inputs.

Frequently Asked Questions about asc-app-create-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect app creation when there is no public API?

You can automate App Store Connect app creation by using a browser-based UI automation workflow that drives the New App form, filling in platform, name, bundle ID, SKU, language, and user access fields automatically.

What preflight checks are needed before creating a new App Store Connect app via UI automation?

Before creating a new App Store Connect app, UI automation should verify bundle ID registration and ensure no existing app uses the same bundle ID to prevent duplicate records and submission errors.

Can I run App Store Connect UI automation in a headless browser session?

No, App Store Connect UI automation requires a visible browser session only and an active signed-in session to maintain safety guardrails and allow manual final confirmation before submitting the form.

What safety guardrails should I apply when automating New App creation in App Store Connect?

Safety guardrails for automating New App creation include requiring a signed-in visible browser session, pausing for final confirmation before clicking Create, and avoiding automatic retries on failure to prevent duplicate or corrupted records.

Why does my App Store Connect app creation workflow fail without manual confirmation?

App Store Connect app creation workflows intentionally pause for final confirmation before clicking Create to ensure a human reviews the form entries, preventing accidental submissions and avoiding automatic retries on failure.

Does browser automation work for creating App Store Connect app records at scale?

Browser automation for creating App Store Connect app records is suited for local opt-in workflows rather than large-scale batch operations, as it requires a visible signed-in session and pauses for manual confirmation on each submission.