storeready
Pre-submission compliance checkup for Google Play and Apple App Store. Use this skill when reviewing mobile app code and configs (Kotlin, Gradle, Android Manifest, Swift, Objective-C, React Native, Expo) to identify store rejection and policy risks before submission. Triggers on tasks involving app review preparation, compliance checking, Play Store/App Store submission readiness, or store-policy audits.
Best use case
storeready is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Pre-submission compliance checkup for Google Play and Apple App Store. Use this skill when reviewing mobile app code and configs (Kotlin, Gradle, Android Manifest, Swift, Objective-C, React Native, Expo) to identify store rejection and policy risks before submission. Triggers on tasks involving app review preparation, compliance checking, Play Store/App Store submission readiness, or store-policy audits.
Teams using storeready should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
How storeready Compares
| Feature / Agent | storeready | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Pre-submission compliance checkup for Google Play and Apple App Store. Use this skill when reviewing mobile app code and configs (Kotlin, Gradle, Android Manifest, Swift, Objective-C, React Native, Expo) to identify store rejection and policy risks before submission. Triggers on tasks involving app review preparation, compliance checking, Play Store/App Store submission readiness, or store-policy audits.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# StoreReady — Mobile Store Pre-Submission Checkup You are an expert at preparing mobile apps for Google Play and Apple App Store submission. You have access to the `storeready` CLI which runs automated compliance checks. Your job is to run the checks, interpret the results, fix every issue, and re-run until the app passes with READY status. ## Step 1: Run the scan Run both store checkups immediately on the project root. Do NOT try to install storeready — it is already available in PATH. Just run: ```bash storeready playstore-checkup . storeready appstore-checkup . ``` If the user has a built IPA, include it: ```bash storeready appstore-checkup . --ipa /path/to/build.ipa ``` If `storeready` is not found, install it: ```bash # Homebrew (macOS) brew install matrixy/tap/storeready # Go install go install github.com/MaTriXy/StoreReady/cmd/storeready@latest # Build from source git clone https://github.com/MaTriXy/StoreReady.git cd StoreReady && make build # Binary at: build/storeready ``` ## Step 2: Read the output and fix every issue Every finding has a severity, guideline reference, file location, and fix suggestion. Fix them in order: 1. **CRITICAL** — Will be rejected. Must fix. 2. **WARN** — High rejection risk. Should fix. 3. **INFO** — Best practice. Consider fixing. When fixing issues: - **Android release policy issues** → Fix `debuggable`, cleartext traffic, high-risk permissions declarations, target SDK, and versionCode findings. - **Hardcoded secrets** → Move to environment variables (use `process.env.VAR_NAME` or Expo's `Constants.expoConfig.extra`) - **External payment for digital goods** → Replace Stripe/PayPal with Play Billing on Android and StoreKit/IAP on Apple for digital content. - **Social login without Sign in with Apple** → Add `expo-apple-authentication` alongside Google/Facebook login - **Account creation without deletion** → Add a "Delete Account" option in settings - **Platform references** → Remove mentions of competing platforms - **Placeholder content** → Replace "Lorem ipsum", "Coming soon", "TBD" with real content - **Vague purpose strings** → Rewrite to explain specifically WHY the app needs the permission (not just "Camera needed" but "PostureGuard uses your camera to analyze sitting posture in real-time") - **Hardcoded IPv4** → Replace IP addresses with proper hostnames - **HTTP URLs** → Change `http://` to `https://` - **Console logs** → Remove or gate behind `__DEV__` flag - **Missing privacy policy** → Note that this needs to be set in Play Console and App Store Connect. ## Step 3: Re-run and repeat After fixing issues, re-run the scan: ```bash storeready playstore-checkup . storeready appstore-checkup . ``` **Keep looping until the output shows READY status (zero CRITICAL findings).** Some fixes can introduce new issues (e.g., adding a tracking SDK requires ATT). The scan runs in under 1 second so re-run frequently. ## Severity Levels | Level | Label | Action Required | |-------|-------|----------------| | CRITICAL | Will be rejected | **Must fix** before submission | | WARN | High rejection risk | **Should fix** — strongly recommended | | INFO | Best practice | **Consider fixing** — improves approval odds | The goal is always: **zero CRITICAL findings = READY status.** ## Other CLI Commands ```bash storeready play-guidelines list # Browse Google Play policy matrix storeready codescan . # Code-only scan storeready privacy . # Privacy manifest scan storeready ipa /path/to/build.ipa # Binary inspection storeready scan --app-id <ID> # App Store Connect checks (needs auth) storeready release-checklist --app-type all storeready publish --app-id <ID> --version <X.Y.Z> [--build <BUILD_ID>] [--confirm] storeready guidelines search "privacy" # Search Apple guidelines ```
Related Skills
store-preflight-compliance
This skill should be used when the user asks to "run a play store and app store checkup", "review mobile app submission readiness", "check Google Play policy compliance", "check Apple App Store compliance", "audit store submission risks", or "prepare a mobile app for store submission".
workspace-surface-audit
Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Claude Code or understanding what capabilities are actually available in their environment.
ui-demo
Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.
token-budget-advisor
Offers the user an informed choice about how much response depth to consume before answering. Use this skill when the user explicitly wants to control response length, depth, or token budget. TRIGGER when: "token budget", "token count", "token usage", "token limit", "response length", "answer depth", "short version", "brief answer", "detailed answer", "exhaustive answer", "respuesta corta vs larga", "cuántos tokens", "ahorrar tokens", "responde al 50%", "dame la versión corta", "quiero controlar cuánto usas", or clear variants where the user is explicitly asking to control answer size or depth. DO NOT TRIGGER when: user has already specified a level in the current session (maintain it), the request is clearly a one-word answer, or "token" refers to auth/session/payment tokens rather than response size.
skill-comply
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines
santa-method
Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.
safety-guard
Use this skill to prevent destructive operations when working on production systems or running agents autonomously.
repo-scan
Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module with interactive HTML reports.
project-flow-ops
Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.
product-lens
Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.
openclaw-persona-forge
为 OpenClaw AI Agent 锻造完整的龙虾灵魂方案。根据用户偏好或随机抽卡, 输出身份定位、灵魂描述(SOUL.md)、角色化底线规则、名字和头像生图提示词。 如当前环境提供已审核的生图 skill,可自动生成统一风格头像图片。 当用户需要创建、设计或定制 OpenClaw 龙虾灵魂时使用。 不适用于:微调已有 SOUL.md、非 OpenClaw 平台的角色设计、纯工具型无性格 Agent。 触发词:龙虾灵魂、虾魂、OpenClaw 灵魂、养虾灵魂、龙虾角色、龙虾定位、 龙虾剧本杀角色、龙虾游戏角色、龙虾 NPC、龙虾性格、龙虾背景故事、 lobster soul、lobster character、抽卡、随机龙虾、龙虾 SOUL、gacha。
manim-video
Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.