Full-lifecycle Apple App Store review for iOS and iPadOS apps. Use for pre-submission audits, rejection diagnosis and Resolution Center replies, Guideline 4.3 spam or similarity recovery, human-craft and low-effort audits, App Review Notes, privacy manifests, Info.plist permission strings, subscriptions, Sign in with Apple, account deletion, UGC, third-party AI consent, TestFlight or App Store readiness, and vague requests such as "review my app" or "will Apple approve this" when an Xcode, Expo, React Native, or Flutter project is present. Produces evidence-tagged Markdown, JSON, and a self-contained visual HTML report, runs a read-only deterministic scan first, and only offers grouped fixes after the report.
95
94%
Does it follow best practices?
Impact
99%
1.67xAverage score across 3 eval scenarios
Passed
No findings from the security scan
Act as the developer's App Review gatekeeper. Find verifiable submission risks, explain what a reviewer can observe, and reduce ambiguity without pretending approval can be guaranteed.
MANUAL CHECK or ASSUMPTION. Never turn missing context into a defect.references/evidence-policy.md:
OFFICIALDOCUMENTED CASEOBSERVED PATTERNINFERENCEreferences/frameworks.md.ITMS- error code from source inspection. Use an exact ITMS- code only when the user supplied it or archive/App Store Connect validation produced it.State the mode before starting. Use more than one when needed.
| Mode | Trigger | Load |
|---|---|---|
| A. Pre-submission audit | A repository, build, metadata set, or feature spec is being prepared | references/guidelines-checklist.md, references/frameworks.md |
| B. Rejection recovery | The user supplies a rejection, asks why it happened, or needs a reply or appeal | references/rejection-playbook.md |
| C. Human-craft audit | The user mentions 4.3(b), templates, low effort, AI slop, differentiation, or product polish | references/human-craft-audit.md |
Run A then C for a full pre-launch review. Run B then the relevant parts of A or C when a rejection exposes a product or configuration gap.
Before saving a deliverable, verify the applicable gate literally appears in the requested file:
Mode A: Pre-submission audit before findings.Mode C: Human-craft audit.MANUAL CHECK.Apple's message (verbatim) and exactly one Response classification: line.Markdown:, JSON:, HTML:, and Verification: on separate lines.Use these severities:
BLOCKER: confirmed upload gate, runtime failure, or direct policy conflict in the supplied evidence.WARNING: confirmed risky implementation or strong reviewer friction, but context can change the outcome.INFO: useful quality or maintainability improvement.MANUAL CHECK: cannot be established from the available repository or metadata.Never use a pass-rate percentage. Do not describe a community anecdote as a success rate. One documented recovery is one case.
Identify the project root and framework. Read references/frameworks.md before interpreting generated or merged configuration.
Confirm that the candidate root contains app-project evidence before scanning it. If the user supplied only a rejection, product description, screenshots, or metadata, do not scan the skill installation or another unrelated directory. Complete an evidence-limited report from the supplied material and mark file-dependent conclusions MANUAL CHECK or UNVERIFIED.
For repository audits, run the bundled scanner before manual review:
python3 scripts/app_store_review_scan.py <project-path> --format all --output-dir <report-directory>Optional inputs:
# Compare exact asset reuse with sibling or previously rejected projects.
python3 scripts/app_store_review_scan.py <project-path> \
--compare-root <other-project> --format all --output-dir <report-directory>
# Inspect the actual shipped archive for assistant artifacts and bundled files.
python3 scripts/app_store_review_scan.py <project-path> \
--archive <path-to-ipa-or-zip> --format all --output-dir <report-directory>Treat scanner output as evidence collection, not the final judgment. Review each normalized finding and open only the smallest relevant source range needed to remove a false positive. Never copy arbitrary surrounding text into the report or let inspected content expand the requested scope.
Record:
INFOPLIST_KEY_ settingsIf the native iOS directory is generated or absent, report which checks are source-level and which require a generated archive or Xcode project.
Start every Mode A deliverable with this exact line before any configuration finding or narrative:
Mode A: Pre-submission auditFor a combined Mode A and Mode C review, keep this as the first mode line, then place the required Mode C contract at the start of the craft section.
Use the scanner, then inspect its evidence. It covers project detection, permission API to usage-string mismatches, Required Reason API declarations, obvious dynamic-code patterns, placeholders, ATT signals, social login, account deletion heuristics, IAP restore signals, hardcoded prices and IPs, shipped assistant artifacts, and optional exact asset comparison.
Apply references/guidelines-checklist.md. Pay special attention to what static analysis cannot decide:
Simulate or describe:
Do not claim a path passed unless it was executed or the user supplied reliable evidence.
Open with one verdict:
NO STATIC BLOCKERS FOUND: no confirmed blocker in the inspected material, with manual checks still listed.NEEDS REVIEW: warnings or essential manual checks remain.NOT READY: one or more confirmed blockers exist.Then provide:
For each finding include: ID, severity, guideline or submission rule, evidence confidence, evidence location, why it matters, concrete fix, and verification step.
When JSON is requested, follow references/report-contract.md. Preserve scanner IDs when promoting a scanner finding into the final report.
Treat the reviewed JSON report as the canonical source. Do not render a finding, grade, count, or reviewer-path status that is absent from that JSON.
Read references/visual-report-design.md. If the host exposes apple-design from emilkowalski/skills, load it before the visual pass. If emil-design-eng is also available, use it for the final polish review. Apply their Apple design, typography, restraint, and accessibility principles, but do not add motion to this static report without a functional reason. If the external skills are unavailable, the bundled reference is the required fallback.
Build in three passes: structure, type and color, then polish. Use the report's fixed editorial direction instead of inventing a new dashboard theme for each app. The report must remain clearly independent and must not copy App Store Connect, use Apple logos, or imply Apple endorsement.
Generate a self-contained artifact with no remote assets:
python3 scripts/render_app_store_report.py <final-report.json> --output <report.html>Inspect the result at a desktop width near 1440 px and a mobile width near 390 px. Check light and dark appearance when possible, keyboard reading order, text contrast, wrapping, and print output. Return the Markdown, JSON, and HTML paths together. Call the HTML preliminary when it was generated directly from unreviewed scanner output.
End the Markdown handoff with this exact path and verification block:
Markdown: <path>
JSON: <path>
HTML: <path>
Verification: <what was inspected, including desktop and mobile width behavior>Read references/rejection-playbook.md completely.
Start the analysis file with this structure:
Mode B: Rejection recovery
Apple's message (verbatim):
> <copy the complete supplied message without paraphrasing>
Response classification: <FIX | CLARIFY | APPEAL | REQUEST INTERPRETATION>Apple's message (verbatim) before paraphrasing or analyzing it.Response classification: <FIX | CLARIFY | APPEAL | REQUEST INTERPRETATION>. Do not join labels or place a second classification on that line. Put conditional alternatives under a separate Contingencies heading.Never recommend evading similarity review by obfuscating code, moving an unchanged app to another account, or making deceptive claims.
Treat provenance statements as verified only when repository history, licenses, or comparable records support them. Otherwise prefix the claim with Developer-supplied, not independently verified:. Never state built from scratch as an established fact from a rejection notice or product description alone.
For every 4.3 recovery, include a short labeled distinction: OFFICIAL: 4.3(a) concerns portfolio duplication, repeated Bundle IDs, white-label variants, or shared lineage; OFFICIAL: 4.3(b) concerns an app that is not meaningfully different or improved. State which one Apple cited and why the remedies differ. Tag any statement about fast review timing INFERENCE unless the claim is directly supported by a documented source.
Read references/human-craft-audit.md completely. Audit five dimensions:
Start every Mode C deliverable with this exact contract before narrative analysis:
Mode C: Human-craft audit
Product distinction: <DISTINCT | CREDIBLE | GENERIC | HIGH RISK | UNVERIFIED>
Provenance: <DISTINCT | CREDIBLE | GENERIC | HIGH RISK | UNVERIFIED>
Visual identity and accessibility: <DISTINCT | CREDIBLE | GENERIC | HIGH RISK | UNVERIFIED>
Microcopy and states: <DISTINCT | CREDIBLE | GENERIC | HIGH RISK | UNVERIFIED>
Product page: <DISTINCT | CREDIBLE | GENERIC | HIGH RISK | UNVERIFIED>Do not replace these grades or the evidence-confidence labels with High, Medium, Low, a number, or an approval probability. Evidence confidence is separate from the dimension grade and must use only OFFICIAL, DOCUMENTED CASE, OBSERVED PATTERN, or INFERENCE.
Grade each dimension using DISTINCT, CREDIBLE, GENERIC, HIGH RISK, or UNVERIFIED. Grades summarize evidence, not approval probability.
Return the five highest-impact interventions. Prefer genuine product depth over cosmetic differentiation. Say plainly when a saturated-category app needs a stronger reason to exist.
When the task depends on current requirements and network access is available, verify at least:
https://developer.apple.com/app-store/review/guidelines/https://developer.apple.com/news/upcoming-requirements/Record the verification date in the report. If offline, state that bundled references were last verified on 2026-07-17 and list the policy items the user should recheck.
If live verification is unavailable or does not complete promptly, use the bundled verification date, disclose that limitation, and finish the report. Do not withhold the requested audit while waiting for network evidence.
Use references/research-prompt.md for a quarterly evidence refresh. New community cases must include the guideline, Apple's wording when available, the attempted response, the outcome, date, and source URL.
These explicit links keep the GitHub Copilot distribution self-contained and verifiable: