appstorereject-resolve

Installation
SKILL.md

Resolve App Store Rejection

Help the developer resolve a rejection they've received from Apple or Google.

Step 0: Resolve API Key

Before any authenticated API call, resolve the API key. Check in this order:

  1. Run echo $ASR_API_KEY — if non-empty, use that value
  2. If empty, read ~/.appstorereject/config.json with the Read tool and extract the apiKey field value

Store the resolved key in your working memory. You will use it directly in curl commands throughout this session. In every authenticated curl command below, replace $ASR_API_KEY with the actual key value — do NOT rely on the shell env var, because each Bash call runs in a separate shell context and exports do not persist.

If neither source has a key, tell the developer to set up an API key (see hub skill for setup instructions).

Step 1: Identify the Rejection

Determine the guideline code:

Related skills
Installs
8
First Seen
Mar 22, 2026