store-growth-audit
Stage-by-stage audit of an app's App Store growth machinery against a 54-item P0–P9 playbook — every item scored from an App Store Connect MCP call, a codebase check, or an explicit question to the user, then routed to the skill or command that fixes it. Read-only on App Store Connect. Use for a growth audit or scorecard, a pre-launch growth plan, a quarterly re-audit, or "which growth levers am I missing.
npx skills add rshankras/claude-code-apple-skills --skill store-growth-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Store Growth Audit Walk an app — new or live — through the full App Store growth playbook, phase by phase, and produce a scorecard: what's installed, what's missing, what to do next, and who fixes it. > The invariant: **every item has a detection rule**. Status comes from an ASC read, a codebase > check, or an explicit question — never from vibes. If the user doesn't know, the item is > 🟠 *unverified*, not assumed ✅. ## Where it fits (read the seams) - **Not `store-signals`.** That is the continuous *signal → backlog* loop: are the numbers moving, did last cycle's bets pay off? This is the *structural* audit: is the machinery even installed? Run this quarterly (or pre-launch); run store-signals monthly. Trend questions route there. - **Not `analytics-interpretation`.** Metric-quality judgments ("is 3.2% conversion good?") route there; this skill only records the baseline and whether benchmarks were checked. - **Fixes never happen here.** Every 🔴/🟠 routes to a named sibling skill and (when driven from SwiftShip) an `/apple:*` command. This skill detects, scores, and routes. Read-only on ASC. ## When This Skill Activates - "Audit my app's growth / store presence / what levers am
- Where it fits (read the seams)
- When This Skill Activates
- The Model: P0–P9
- Reference Files
- Audit Process
- Item Record Format
- Scoring & Maturity
- Modes: Existing vs Pre-Launch
- Scoped Runs (single phase)
- Output Format
- Routing Map
- Caveats
What does the store-growth-audit skill do?
Stage-by-stage audit of an app's App Store growth machinery against a 54-item P0–P9 playbook — every item scored from an App Store Connect MCP call, a codebase check, or an explicit question to the user, then routed to the skill or command that fixes it. Read-only on App Store Connect. Use for a growth audit or scorecard, a pre-launch growth plan, a quarterly re-audit, or "which growth levers am I missing.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill store-growth-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
