Agent skill · mvanhorn
pp-asc
A read-only App Store Connect cockpit that shows every app you ship at once — review state, builds, downloads, and ratings in one glance. Trigger phrases: `app store connect status`, `check my testflight builds`, `what's in review`, `which app is getting downloads`, `recent app reviews`, `use asc`, `run asc`.
What it needs
About 11k tokens when loaded.
What this skill does
App Store Connect — Printing Press CLI Prerequisites: Install the CLI This skill drives the asc-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: asc-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish. If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Every existing App Store Connect tool is single-app and CI-shaped. asc is the opposite: a fleet-wide read cockpit for a developer shipping many apps. cockpit rolls up review state and action-needed flags across all apps, pipeline ages in-flight submissions, traction ranks downloads and rating trend, and blockers lists everything that can't ship right now. When to Use This CLI Reach for asc when you ship more than one iOS app and want a single read across all of them — review state, in-flight submissions, downloads, and ratings — without opening the App Store Connect web UI app by app. It is read-only: it never edits metadata, submits, or releases. When Not to Use This CLI Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis. Unique Capabilities These capabilities aren't available in any other tool for this API. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/asc