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, Apple design and Human Interface Guidelines audits of native interaction, motion, gestures, materials, haptics, accessibility, and iPad adaptation, 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.
97
97%
Does it follow best practices?
Impact
99%
2.10xAverage score across 5 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 requests an audit of 4.3(b), templates, low effort, AI slop, differentiation, product polish, Apple design, Human Interface Guidelines, motion, gestures, materials, haptics, accessibility, or iPad adaptation | 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.
Use Mode C for design-quality audits and submission-facing evaluation. Do not route a standalone SwiftUI implementation or debugging request to this skill merely because it mentions animation, motion, gestures, or accessibility.
Before saving a deliverable, verify the applicable gate literally appears in the requested file:
Mode A: Pre-submission audit before findings.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>
# Inspect typed metadata files and Fastlane metadata roots.
python3 scripts/app_store_review_scan.py <project-path> \
--metadata subtitle:en-US=<subtitle-path> --metadata-root <fastlane-metadata-root> \
--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. Read references/guidelines-checklist.md completely before judging the scanner evidence, completing human checks, or walking the reviewer path. Do not claim a path passed unless it was executed or supported by reliable supplied 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.Read and follow references/report-contract.md completely for report order, finding fields, JSON, and reviewer-path statuses. 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 and follow references/rejection-playbook.md completely for sentence mapping, classification, evidence gaps, recovery patterns, reply fields, contingencies, resubmission, and verification.
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>Preserve the complete message before analysis and print exactly one primary Response classification: line. Put alternatives only under Contingencies. Never recommend obfuscation, moving an unchanged app to another account, deceptive claims, or unsupported provenance. Prefix unverified provenance with Developer-supplied, not independently verified:.
Read and follow references/human-craft-audit.md completely for the five dimensions, grading anchors, reviewer-path evidence, and intervention ranking.
When the task includes a running build, screenshots, interaction recordings, or questions about Apple design, Human Interface Guidelines, motion, gestures, materials, typography, feedback, haptics, or accessibility, also read and follow references/apple-design-review.md completely. Use it to classify evidence within the existing five grades, not to create an Apple-likeness score.
For a dedicated Mode C deliverable, the first six non-empty lines are exactly this contract. For a combined Mode A and Mode C review, place the same contract at the start of the craft section. Put the craft title and narrative analysis after it:
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>Grades summarize evidence, not approval probability. Do not substitute strength ratings, numbers, or approval odds. Return the five highest-impact interventions, prioritize genuine product depth, and 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 App Review policy references were last verified on 2026-08-10. When Apple-design guidance is used, separately state that bundled design sources were verified on 2026-09-03. 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: