keep-starknet-strange/starkclaw · Archived

app-store-review-aso

App Store submission hardening + ASO workflow for iOS apps. Optimized to minimize rejection risk and maximize listing conversion.

First seen Apr 7, 2026

Installation

$ npx skills add keep-starknet-strange/starkclaw --skill app-store-review-aso

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from keep-starknet-strange/starkclaw · top by installs.

npx skills add keep-starknet-strange/starkclaw

Browse all from keep-starknet-strange/starkclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 8
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,886 B
  • docs SUMMARY.md 157 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

App Store review + ASO

Use when

  • Preparing iOS build for App Store review.
  • Auditing compliance against Apple guidelines before submission.
  • Writing App Store metadata (name, subtitle, keywords, promo text, description).

High-priority rejection checks

  1. Crashes / incomplete flows
  2. In-app purchase compliance + restore purchases
  3. Privacy policy URL + data disclosure + permission purpose strings
  4. Account deletion available in-app (if account creation exists)
  5. Review access: demo credentials and backend reachable
  6. Metadata accuracy (no misleading claims, no irrelevant keywords)

Apple metadata constraints

  • Name: 30 chars
  • Subtitle: 30 chars
  • Promotional text: 170 chars
  • Keywords: 100 chars comma-separated
  • Up to 10 screenshots per device class

Required submission artifacts

  • App Review notes with:

- test account - non-obvious flows explanation - IAP test guidance - region/hardware dependencies

  • Privacy policy URL + support URL
  • "What’s New" draft
  • iPhone + iPad screenshots

ASO framework

  • One core intent per screenshot
  • First 3 screenshots should communicate value immediately
  • Keyword set = high intent + medium competition + brand-safe
  • Avoid competitor names/trademarks in keywords

Commands

  • python3 scripts/store/validatestorereadiness.py --platform ios --root . --out docs/store/automation/readiness-ios.json
  • python3 scripts/store/generatemetadatatemplates.py --platform ios --root .

Output

  • docs/store/automation/readiness-ios.json
  • docs/store/automation/metadata/app-store.primary.md
  • docs/store/automation/metadata/app-store.alt-a.md
  • docs/store/automation/metadata/app-store.alt-b.md