rn-store-skills 4.0.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -84
- package/package.json +2 -2
- package/skills/asc-toolkit/SKILL.md +94 -0
- package/skills/{asc-aso-audit/SKILL.md → asc-toolkit/references/aso-audit.md} +0 -14
- package/skills/{asc-build-lifecycle/SKILL.md → asc-toolkit/references/build-lifecycle.md} +0 -13
- package/skills/{asc-cli-usage/SKILL.md → asc-toolkit/references/cli-usage.md} +0 -14
- package/skills/{asc-crash-triage/SKILL.md → asc-toolkit/references/crash-triage.md} +0 -14
- package/skills/{asc-id-resolver/SKILL.md → asc-toolkit/references/id-resolver.md} +0 -14
- package/skills/{asc-metadata-sync/SKILL.md → asc-toolkit/references/metadata-sync.md} +0 -15
- package/skills/{asc-notarization/SKILL.md → asc-toolkit/references/notarization.md} +0 -13
- package/skills/{asc-pricing/SKILL.md → asc-toolkit/references/pricing.md} +0 -14
- package/skills/{asc-release-flow/SKILL.md → asc-toolkit/references/release-flow.md} +0 -14
- package/skills/{asc-screenshots/SKILL.md → asc-toolkit/references/screenshots.md} +0 -14
- package/skills/{asc-signing-setup/SKILL.md → asc-toolkit/references/signing-setup.md} +0 -14
- package/skills/{asc-submission-health/SKILL.md → asc-toolkit/references/submission-health.md} +0 -15
- package/skills/{asc-subscription-localize/SKILL.md → asc-toolkit/references/subscription-localize.md} +0 -14
- package/skills/{asc-testflight-ops/SKILL.md → asc-toolkit/references/testflight-ops.md} +0 -14
- package/skills/{asc-whats-new-writer/SKILL.md → asc-toolkit/references/whats-new-writer.md} +0 -14
- package/skills/{asc-xcode-build/SKILL.md → asc-toolkit/references/xcode-build.md} +0 -13
- package/skills/rn-store-compliance/SKILL.md +12 -21
- package/skills/rn-store-compliance/references/all-apps.md +42 -0
- package/skills/rn-store-compliance/references/features/subscriptions.md +162 -0
- package/skills/rn-store-compliance/references/react-native.md +72 -0
- package/skills/rn-store-compliance/references/rules/app-completeness.md +222 -0
- package/skills/rn-store-compliance/references/rules/copyright-media.md +259 -0
- package/skills/rn-store-compliance/references/rules/design.md +72 -0
- package/skills/rn-store-compliance/references/rules/legal.md +414 -0
- package/skills/rn-store-compliance/references/rules/ota-updates.md +141 -0
- package/skills/rn-store-compliance/references/rules/subscriptions.md +112 -0
- /package/skills/{asc-cli-usage/references/workflows.md → asc-toolkit/references/cli-workflows.md} +0 -0
- /package/skills/{asc-metadata-sync → asc-toolkit}/references/locales.md +0 -0
- /package/skills/{asc-subscription-localize → asc-toolkit}/references/revenuecat.md +0 -0
package/README.md
CHANGED
|
@@ -2,57 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
React Native store compliance + App Store Connect automation skills for AI coding agents.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
2 skills covering everything from rejection prevention to release automation.
|
|
6
|
+
|
|
7
|
+
> Apple rejected ~1.93 million of ~7.77 million app submissions in 2024 — roughly **25% of all submissions**. Most rejections come from a small set of repeated mistakes. This skill pack helps AI agents catch every one of them before review.
|
|
6
8
|
|
|
7
9
|
## Skills
|
|
8
10
|
|
|
9
|
-
###
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
###
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
| `asc-xcode-build` | Build, archive, export iOS/macOS apps with xcodebuild. EAS Build & Fastlane alternatives. |
|
|
21
|
-
| `asc-build-lifecycle` | Track build processing, find latest builds, monitor state, clean up old builds |
|
|
22
|
-
| `asc-notarization` | macOS notarization for distribution outside App Store (Developer ID, Electron) |
|
|
23
|
-
| `asc-signing-setup` | Bundle IDs, capabilities, certificates, provisioning profiles. EAS credentials & Fastlane match. |
|
|
24
|
-
|
|
25
|
-
#### Release & Review
|
|
26
|
-
| Skill | Description |
|
|
27
|
-
|-------|-------------|
|
|
28
|
-
| `asc-release-flow` | End-to-end TestFlight + App Store release workflows. Phased rollout. |
|
|
29
|
-
| `asc-testflight-ops` | TestFlight distribution — groups, testers, builds, What to Test notes |
|
|
30
|
-
| `asc-submission-health` | Preflight technical readiness — builds, metadata, screenshots, compliance |
|
|
31
|
-
|
|
32
|
-
#### Metadata & Localization
|
|
33
|
-
| Skill | Description |
|
|
34
|
-
|-------|-------------|
|
|
35
|
-
| `asc-metadata-sync` | Sync, validate, and translate App Store metadata across 37+ locales |
|
|
36
|
-
| `asc-whats-new-writer` | Generate localized release notes from git log, bullet points, or free text |
|
|
37
|
-
| `asc-subscription-localize` | Bulk-localize subscription & IAP display names. RevenueCat sync. |
|
|
38
|
-
| `asc-aso-audit` | App Store Optimization — keyword analysis, field utilization, cross-locale gaps |
|
|
39
|
-
|
|
40
|
-
#### Screenshots & Marketing
|
|
41
|
-
| Skill | Description |
|
|
42
|
-
|-------|-------------|
|
|
43
|
-
| `asc-screenshots` | Screenshot capture, framing, and upload for both stores |
|
|
44
|
-
|
|
45
|
-
#### Diagnostics & Pricing
|
|
46
|
-
| Skill | Description |
|
|
47
|
-
|-------|-------------|
|
|
48
|
-
| `asc-crash-triage` | Triage TestFlight crashes, beta feedback, performance diagnostics. Sentry/Bugsnag tips. |
|
|
49
|
-
| `asc-pricing` | Territory-specific pricing with purchasing power parity strategies |
|
|
50
|
-
|
|
51
|
-
#### Utilities
|
|
52
|
-
| Skill | Description |
|
|
53
|
-
|-------|-------------|
|
|
54
|
-
| `asc-cli-usage` | asc CLI reference — commands, flags, auth, output formats, workflow automation |
|
|
55
|
-
| `asc-id-resolver` | Resolve human-friendly names to App Store Connect API identifiers |
|
|
11
|
+
### 1. `rn-store-compliance`
|
|
12
|
+
|
|
13
|
+
React Native compliance checker — Apple & Google guidelines, 30+ rejection rules, 11 rule categories, 7 app-type checklists, 3 feature checklists, RN-specific patterns, copyright/IP, legal compliance, OTA update rules.
|
|
14
|
+
|
|
15
|
+
Progressive loading: loads only the relevant reference files for each task.
|
|
16
|
+
|
|
17
|
+
### 2. `asc-toolkit`
|
|
18
|
+
|
|
19
|
+
App Store Connect automation toolkit — build, sign, release, metadata, TestFlight, pricing, screenshots, crash triage, and ASO via the `asc` CLI.
|
|
20
|
+
|
|
21
|
+
19 reference files organized by category: Build & Distribution, Release & Review, Metadata & Localization, Marketing & Optimization, Diagnostics & Pricing, Utilities.
|
|
56
22
|
|
|
57
23
|
## Install
|
|
58
24
|
|
|
@@ -72,7 +38,7 @@ npx skillpm add rn-store-skills
|
|
|
72
38
|
|
|
73
39
|
1. Download or zip the skill folder(s) you need from `skills/`
|
|
74
40
|
2. Go to [claude.ai/customize/skills](https://claude.ai/customize/skills)
|
|
75
|
-
3. Upload the zip — each skill has a SKILL.md +
|
|
41
|
+
3. Upload the zip — each skill has a SKILL.md + reference files
|
|
76
42
|
|
|
77
43
|
### Manual (any agent)
|
|
78
44
|
|
|
@@ -84,7 +50,7 @@ cp -r skills/* .claude/skills/
|
|
|
84
50
|
|
|
85
51
|
# Or individual skills
|
|
86
52
|
cp -r skills/rn-store-compliance .claude/skills/
|
|
87
|
-
cp -r skills/asc-
|
|
53
|
+
cp -r skills/asc-toolkit .claude/skills/
|
|
88
54
|
```
|
|
89
55
|
|
|
90
56
|
Works with Claude Code, Cursor, Windsurf, Cline, and any agent supporting skills directories.
|
|
@@ -93,52 +59,53 @@ Works with Claude Code, Cursor, Windsurf, Cline, and any agent supporting skills
|
|
|
93
59
|
|
|
94
60
|
```
|
|
95
61
|
skills/
|
|
96
|
-
├── rn-store-compliance/
|
|
62
|
+
├── rn-store-compliance/ <- Store compliance checker
|
|
97
63
|
│ ├── SKILL.md
|
|
98
64
|
│ └── references/
|
|
99
|
-
│ ├── guidelines/
|
|
100
|
-
│ ├── rules/
|
|
101
|
-
│ ├── app-types/
|
|
102
|
-
│ ├── features/
|
|
103
|
-
│ ├── all-apps.md
|
|
104
|
-
│ ├── react-native.md
|
|
105
|
-
│ ├── pre-submission.md
|
|
106
|
-
│ └── rejections.md
|
|
107
|
-
|
|
108
|
-
├──
|
|
109
|
-
|
|
110
|
-
├──
|
|
111
|
-
├──
|
|
112
|
-
├──
|
|
113
|
-
├──
|
|
114
|
-
├──
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
├──
|
|
118
|
-
├──
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
├──
|
|
122
|
-
├──
|
|
123
|
-
├──
|
|
124
|
-
├──
|
|
125
|
-
├──
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
└──
|
|
65
|
+
│ ├── guidelines/ <- Apple & Google guidelines
|
|
66
|
+
│ ├── rules/ <- 11 detection rule sets
|
|
67
|
+
│ ├── app-types/ <- 7 app category checklists
|
|
68
|
+
│ ├── features/ <- 3 feature checklists
|
|
69
|
+
│ ├── all-apps.md <- Universal checklist
|
|
70
|
+
│ ├── react-native.md <- RN/Expo-specific
|
|
71
|
+
│ ├── pre-submission.md <- Pre-submission checklist
|
|
72
|
+
│ └── rejections.md <- Rejection response guide
|
|
73
|
+
└── asc-toolkit/ <- App Store Connect toolkit
|
|
74
|
+
├── SKILL.md
|
|
75
|
+
└── references/
|
|
76
|
+
├── xcode-build.md <- Build & archive
|
|
77
|
+
├── build-lifecycle.md <- Build tracking & cleanup
|
|
78
|
+
├── notarization.md <- macOS notarization
|
|
79
|
+
├── signing-setup.md <- Certs, profiles, bundle IDs
|
|
80
|
+
├── release-flow.md <- Release workflows
|
|
81
|
+
├── testflight-ops.md <- TestFlight distribution
|
|
82
|
+
├── submission-health.md <- Pre-submission readiness
|
|
83
|
+
├── metadata-sync.md <- Metadata management
|
|
84
|
+
├── locales.md <- 37 App Store locales
|
|
85
|
+
├── whats-new-writer.md <- Release notes
|
|
86
|
+
├── subscription-localize.md <- Subscription localization
|
|
87
|
+
├── revenuecat.md <- RevenueCat sync
|
|
88
|
+
├── aso-audit.md <- ASO optimization
|
|
89
|
+
├── screenshots.md <- Screenshot pipeline
|
|
90
|
+
├── crash-triage.md <- Crash analysis
|
|
91
|
+
├── pricing.md <- Territory pricing
|
|
92
|
+
├── cli-usage.md <- asc CLI reference
|
|
93
|
+
├── cli-workflows.md <- Multi-step workflows
|
|
94
|
+
└── id-resolver.md <- ID resolution
|
|
129
95
|
```
|
|
130
96
|
|
|
131
97
|
## Coverage
|
|
132
98
|
|
|
133
99
|
### Store Compliance (rn-store-compliance)
|
|
134
|
-
- Apple App Store Review Guidelines (1.x
|
|
100
|
+
- Apple App Store Review Guidelines (1.x-5.x) — full index
|
|
135
101
|
- Google Play Store Policies — full index
|
|
136
|
-
-
|
|
102
|
+
- 30+ rejection rules with detection patterns, fixes, and real rejection messages
|
|
103
|
+
- 11 rule categories (metadata, subscriptions, privacy, design, entitlements, performance, permissions, copyright/IP, legal, OTA updates, app completeness)
|
|
137
104
|
- 7 app-type checklists (social, kids, health, games, AI, crypto, VPN)
|
|
138
105
|
- 3 feature checklists (subscriptions, UGC, macOS)
|
|
139
106
|
- React Native / Expo specific patterns and detection
|
|
140
107
|
|
|
141
|
-
### App Store Connect Automation (asc
|
|
108
|
+
### App Store Connect Automation (asc-toolkit)
|
|
142
109
|
- Build, archive, upload for iOS/macOS/tvOS/visionOS
|
|
143
110
|
- Code signing setup and rotation
|
|
144
111
|
- TestFlight distribution and beta management
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rn-store-skills",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "React Native store compliance + App Store Connect automation skills for AI coding agents.
|
|
3
|
+
"version": "6.0.0",
|
|
4
|
+
"description": "React Native store compliance + App Store Connect automation skills for AI coding agents. 2 skills: rn-store-compliance (rejection prevention, guidelines, 35+ reference files) and asc-toolkit (build, sign, release, metadata, TestFlight, pricing, screenshots, crash triage, ASO).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-skill",
|
|
7
7
|
"react-native",
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-toolkit
|
|
3
|
+
description: >
|
|
4
|
+
App Store Connect automation toolkit — build, sign, release, metadata,
|
|
5
|
+
TestFlight, pricing, screenshots, crash triage, and ASO via asc CLI.
|
|
6
|
+
Use for any App Store Connect or TestFlight task.
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# App Store Connect Toolkit
|
|
10
|
+
|
|
11
|
+
Automate App Store Connect workflows using the `asc` CLI. This skill covers
|
|
12
|
+
building, signing, releasing, metadata management, TestFlight, pricing,
|
|
13
|
+
screenshots, crash diagnostics, and App Store Optimization.
|
|
14
|
+
|
|
15
|
+
## How to Use This Skill
|
|
16
|
+
|
|
17
|
+
When a developer needs to perform any App Store Connect operation:
|
|
18
|
+
|
|
19
|
+
1. **Identify the task** from the quick decision guide below
|
|
20
|
+
2. **Load the relevant reference file** — only load what's needed
|
|
21
|
+
3. **Follow the commands** in the reference file
|
|
22
|
+
4. **Check troubleshooting** if something fails
|
|
23
|
+
|
|
24
|
+
## Reference Files
|
|
25
|
+
|
|
26
|
+
This skill uses progressive loading. Only read what's relevant.
|
|
27
|
+
|
|
28
|
+
### Build & Distribution
|
|
29
|
+
|
|
30
|
+
| Task | File |
|
|
31
|
+
|------|------|
|
|
32
|
+
| Build, archive, export IPA/PKG | `references/xcode-build.md` |
|
|
33
|
+
| Track build processing, find builds, cleanup | `references/build-lifecycle.md` |
|
|
34
|
+
| macOS notarization (Developer ID) | `references/notarization.md` |
|
|
35
|
+
| Certificates, profiles, bundle IDs, capabilities | `references/signing-setup.md` |
|
|
36
|
+
|
|
37
|
+
### Release & Review
|
|
38
|
+
|
|
39
|
+
| Task | File |
|
|
40
|
+
|------|------|
|
|
41
|
+
| Submit to App Store, phased release, rollout | `references/release-flow.md` |
|
|
42
|
+
| TestFlight groups, testers, builds, beta review | `references/testflight-ops.md` |
|
|
43
|
+
| Pre-submission readiness checks | `references/submission-health.md` |
|
|
44
|
+
|
|
45
|
+
### Metadata & Localization
|
|
46
|
+
|
|
47
|
+
| Task | File |
|
|
48
|
+
|------|------|
|
|
49
|
+
| Sync/translate metadata across 37+ locales | `references/metadata-sync.md` |
|
|
50
|
+
| Supported App Store locales list | `references/locales.md` |
|
|
51
|
+
| Generate localized release notes | `references/whats-new-writer.md` |
|
|
52
|
+
| Localize subscription/IAP display names | `references/subscription-localize.md` |
|
|
53
|
+
| RevenueCat catalog sync | `references/revenuecat.md` |
|
|
54
|
+
|
|
55
|
+
### Marketing & Optimization
|
|
56
|
+
|
|
57
|
+
| Task | File |
|
|
58
|
+
|------|------|
|
|
59
|
+
| ASO audit — keywords, metadata scoring | `references/aso-audit.md` |
|
|
60
|
+
| Screenshot capture, framing, upload | `references/screenshots.md` |
|
|
61
|
+
|
|
62
|
+
### Diagnostics & Pricing
|
|
63
|
+
|
|
64
|
+
| Task | File |
|
|
65
|
+
|------|------|
|
|
66
|
+
| Crash triage, beta feedback, performance | `references/crash-triage.md` |
|
|
67
|
+
| Territory pricing, PPP, introductory offers | `references/pricing.md` |
|
|
68
|
+
|
|
69
|
+
### Utilities
|
|
70
|
+
|
|
71
|
+
| Task | File |
|
|
72
|
+
|------|------|
|
|
73
|
+
| asc CLI reference — commands, flags, auth | `references/cli-usage.md` |
|
|
74
|
+
| Multi-step asc CLI workflow examples | `references/cli-workflows.md` |
|
|
75
|
+
| Resolve IDs — apps, builds, groups, testers | `references/id-resolver.md` |
|
|
76
|
+
|
|
77
|
+
## Quick Decision Guide
|
|
78
|
+
|
|
79
|
+
| Task | Files to Read |
|
|
80
|
+
|------|--------------|
|
|
81
|
+
| Build and upload to ASC | `xcode-build.md` + `signing-setup.md` |
|
|
82
|
+
| Release to App Store | `release-flow.md` + `submission-health.md` |
|
|
83
|
+
| Set up TestFlight | `testflight-ops.md` + `build-lifecycle.md` |
|
|
84
|
+
| Update app metadata | `metadata-sync.md` + `locales.md` |
|
|
85
|
+
| Write release notes | `whats-new-writer.md` |
|
|
86
|
+
| Set up subscriptions/IAP | `subscription-localize.md` + `pricing.md` |
|
|
87
|
+
| Optimize for search | `aso-audit.md` + `metadata-sync.md` |
|
|
88
|
+
| Capture screenshots | `screenshots.md` |
|
|
89
|
+
| Debug crashes | `crash-triage.md` |
|
|
90
|
+
| Set up code signing | `signing-setup.md` |
|
|
91
|
+
| Notarize macOS app | `notarization.md` |
|
|
92
|
+
| Learn asc CLI | `cli-usage.md` + `cli-workflows.md` |
|
|
93
|
+
| Find an ASC ID | `id-resolver.md` |
|
|
94
|
+
| RevenueCat sync | `revenuecat.md` + `subscription-localize.md` |
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-aso-audit
|
|
3
|
-
description: >
|
|
4
|
-
Run App Store Optimization audits — analyze keywords, metadata utilization,
|
|
5
|
-
cross-locale gaps, and competitive positioning. Trigger on: ASO, App Store
|
|
6
|
-
Optimization, keyword optimization, keyword research, app ranking, app visibility,
|
|
7
|
-
metadata audit, keyword gaps, search ranking, Google Play keywords.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, aso, keywords, optimization, marketing]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# ASO Audit
|
|
16
2
|
|
|
17
3
|
App Store Optimization audit for Apple App Store and Google Play.
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-build-lifecycle
|
|
3
|
-
description: >
|
|
4
|
-
Track build processing, find latest builds, monitor state, and clean up old builds
|
|
5
|
-
in App Store Connect. Trigger on: build status, build processing, waiting for build,
|
|
6
|
-
build retention, cleanup old builds, expired builds, TestFlight build, asc builds.
|
|
7
|
-
license: MIT
|
|
8
|
-
metadata:
|
|
9
|
-
author: JohnAdib
|
|
10
|
-
version: "1.0.0"
|
|
11
|
-
tags: [app-store-connect, asc, builds, lifecycle, cleanup]
|
|
12
|
-
---
|
|
13
|
-
|
|
14
1
|
# Build Lifecycle Management
|
|
15
2
|
|
|
16
3
|
Track, monitor, and clean up builds in App Store Connect.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-cli-usage
|
|
3
|
-
description: >
|
|
4
|
-
Reference guide for the asc CLI tool — command discovery, flag conventions,
|
|
5
|
-
output formats, authentication, and multi-step workflow automation.
|
|
6
|
-
Trigger on: asc CLI, asc command, asc help, asc authentication, asc flags,
|
|
7
|
-
asc output, App Store Connect CLI, asc workflow, asc automation.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, cli, reference, utility]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# asc CLI Usage Guide
|
|
16
2
|
|
|
17
3
|
Reference for the [App Store Connect CLI](https://github.com/csjones/app-store-connect-cli) (`asc`).
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-crash-triage
|
|
3
|
-
description: >
|
|
4
|
-
Triage TestFlight crashes, beta feedback, and performance diagnostics from
|
|
5
|
-
App Store Connect. Trigger on: crash report, crash triage, TestFlight crash,
|
|
6
|
-
beta feedback, app crash, crash log, performance diagnostics, hang diagnostics,
|
|
7
|
-
disk write diagnostics, symbolication, dSYM.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, crashes, diagnostics, testflight, debugging]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Crash Triage
|
|
16
2
|
|
|
17
3
|
Analyze TestFlight crashes, beta feedback, and performance diagnostics.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-id-resolver
|
|
3
|
-
description: >
|
|
4
|
-
Resolve App Store Connect IDs from human-friendly names — apps, builds, versions,
|
|
5
|
-
TestFlight groups, testers, and review submissions. Trigger on: find app ID,
|
|
6
|
-
resolve ID, app store connect ID, bundle ID lookup, version ID, build ID,
|
|
7
|
-
group ID, tester ID.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, utility, id-resolution]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# ID Resolver
|
|
16
2
|
|
|
17
3
|
Map human-friendly names to App Store Connect API identifiers.
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-metadata-sync
|
|
3
|
-
description: >
|
|
4
|
-
Sync, validate, and localize App Store metadata across 37+ locales. Manage
|
|
5
|
-
version and app-level fields, translate with LLM assistance, enforce character
|
|
6
|
-
limits, and bulk-update localizations. Trigger on: app metadata, app description,
|
|
7
|
-
keywords, localization, translate metadata, What's New, metadata sync, app name,
|
|
8
|
-
subtitle, .strings file, locale, multi-language.
|
|
9
|
-
license: MIT
|
|
10
|
-
metadata:
|
|
11
|
-
author: JohnAdib
|
|
12
|
-
version: "1.0.0"
|
|
13
|
-
tags: [app-store-connect, asc, metadata, localization, translation]
|
|
14
|
-
---
|
|
15
|
-
|
|
16
1
|
# Metadata Sync & Localization
|
|
17
2
|
|
|
18
3
|
Sync, validate, and translate App Store metadata across all locales.
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-notarization
|
|
3
|
-
description: >
|
|
4
|
-
Archive, export, and notarize macOS apps for distribution outside the App Store
|
|
5
|
-
using Developer ID signing. Trigger on: notarization, notarize, Developer ID,
|
|
6
|
-
staple, macOS distribution, DMG, PKG notarize, xcrun notarytool, Gatekeeper.
|
|
7
|
-
license: MIT
|
|
8
|
-
metadata:
|
|
9
|
-
author: JohnAdib
|
|
10
|
-
version: "1.0.0"
|
|
11
|
-
tags: [app-store-connect, asc, macos, notarization, developer-id]
|
|
12
|
-
---
|
|
13
|
-
|
|
14
1
|
# macOS Notarization
|
|
15
2
|
|
|
16
3
|
Notarize macOS apps for distribution outside the Mac App Store via Developer ID.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-pricing
|
|
3
|
-
description: >
|
|
4
|
-
Set territory-specific pricing for subscriptions and in-app purchases using
|
|
5
|
-
purchasing power parity strategies. Trigger on: pricing, app pricing, subscription
|
|
6
|
-
pricing, IAP pricing, territory pricing, regional pricing, purchasing power parity,
|
|
7
|
-
PPP, price tiers, price schedule, Google Play pricing.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, pricing, subscriptions, iap, revenue]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Territory-Specific Pricing
|
|
16
2
|
|
|
17
3
|
Set regional pricing for subscriptions and in-app purchases.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-release-flow
|
|
3
|
-
description: >
|
|
4
|
-
End-to-end release workflows for TestFlight beta distribution and App Store
|
|
5
|
-
submission. Trigger on: release, submit to App Store, app release, TestFlight
|
|
6
|
-
release, phased release, staged rollout, version release, distribute build,
|
|
7
|
-
app store submission, EAS Submit.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, release, testflight, app-store, distribution]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Release Flow
|
|
16
2
|
|
|
17
3
|
End-to-end TestFlight and App Store release workflows.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-screenshots
|
|
3
|
-
description: >
|
|
4
|
-
Automate iOS and Android screenshot capture, framing, and upload for App Store
|
|
5
|
-
Connect and Google Play. Trigger on: screenshots, app screenshots, screenshot
|
|
6
|
-
automation, device frames, app preview, screenshot sizes, screenshot upload,
|
|
7
|
-
Fastlane snapshot, screenshot pipeline.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, screenshots, marketing, automation]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Screenshot Pipeline
|
|
16
2
|
|
|
17
3
|
Automate screenshot capture, framing, and upload for both stores.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-signing-setup
|
|
3
|
-
description: >
|
|
4
|
-
Set up and manage iOS/macOS code signing — bundle IDs, capabilities, certificates,
|
|
5
|
-
and provisioning profiles via asc CLI. Trigger on: code signing, certificate,
|
|
6
|
-
provisioning profile, bundle ID, capability, entitlement, signing identity,
|
|
7
|
-
Fastlane match, EAS credentials, certificate rotation, expired certificate.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, signing, certificates, profiles, capabilities]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Code Signing Setup
|
|
16
2
|
|
|
17
3
|
Manage bundle IDs, capabilities, certificates, and provisioning profiles.
|
package/skills/{asc-submission-health/SKILL.md → asc-toolkit/references/submission-health.md}
RENAMED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-submission-health
|
|
3
|
-
description: >
|
|
4
|
-
Preflight App Store submissions — verify build status, metadata completeness,
|
|
5
|
-
screenshots, export compliance, and review readiness before submitting.
|
|
6
|
-
Trigger on: submission checklist, ready to submit, preflight, submission health,
|
|
7
|
-
review readiness, app review preparation, before submitting, submission errors.
|
|
8
|
-
Note: For policy compliance (guidelines, rejection rules), see rn-store-compliance skill.
|
|
9
|
-
license: MIT
|
|
10
|
-
metadata:
|
|
11
|
-
author: JohnAdib
|
|
12
|
-
version: "1.0.0"
|
|
13
|
-
tags: [app-store-connect, asc, submission, review, preflight, checklist]
|
|
14
|
-
---
|
|
15
|
-
|
|
16
1
|
# Submission Health Check
|
|
17
2
|
|
|
18
3
|
Verify App Store Connect technical readiness before submitting for review.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-subscription-localize
|
|
3
|
-
description: >
|
|
4
|
-
Bulk-localize subscription and in-app purchase display names and descriptions
|
|
5
|
-
across all App Store locales. Trigger on: subscription localization, IAP display name,
|
|
6
|
-
in-app purchase translation, subscription group localization, product localization,
|
|
7
|
-
localize purchases, RevenueCat sync.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, subscriptions, iap, localization, revenuecat]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# Subscription & IAP Localization
|
|
16
2
|
|
|
17
3
|
Bulk-localize subscription and in-app purchase display names across 37 App Store locales.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-testflight-ops
|
|
3
|
-
description: >
|
|
4
|
-
Orchestrate TestFlight distribution — manage groups, testers, builds, and
|
|
5
|
-
What to Test notes. Trigger on: TestFlight, beta testing, beta distribution,
|
|
6
|
-
test group, beta tester, internal testing, external testing, What to Test,
|
|
7
|
-
beta app review, TestFlight invite.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, testflight, beta, testing, distribution]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# TestFlight Operations
|
|
16
2
|
|
|
17
3
|
Manage TestFlight distribution: groups, testers, builds, and testing notes.
|
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-whats-new-writer
|
|
3
|
-
description: >
|
|
4
|
-
Generate localized App Store and Google Play release notes from git log,
|
|
5
|
-
bullet points, or free text. Trigger on: release notes, What's New, changelog,
|
|
6
|
-
app update notes, version notes, write release notes, localized release notes,
|
|
7
|
-
Google Play release notes.
|
|
8
|
-
license: MIT
|
|
9
|
-
metadata:
|
|
10
|
-
author: JohnAdib
|
|
11
|
-
version: "1.0.0"
|
|
12
|
-
tags: [app-store-connect, asc, release-notes, localization, changelog]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# What's New Writer
|
|
16
2
|
|
|
17
3
|
Generate engaging, localized release notes for App Store and Google Play.
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: asc-xcode-build
|
|
3
|
-
description: >
|
|
4
|
-
Build, archive, and export iOS/macOS apps with xcodebuild and asc CLI.
|
|
5
|
-
Trigger on: xcodebuild, archive, IPA, PKG, export options, build for distribution,
|
|
6
|
-
upload to App Store Connect, EAS Build, Fastlane gym, code signing during build.
|
|
7
|
-
license: MIT
|
|
8
|
-
metadata:
|
|
9
|
-
author: JohnAdib
|
|
10
|
-
version: "1.0.0"
|
|
11
|
-
tags: [app-store-connect, asc, build, xcode, archive, distribution]
|
|
12
|
-
---
|
|
13
|
-
|
|
14
1
|
# Xcode Build & Archive
|
|
15
2
|
|
|
16
3
|
Build, archive, and export iOS/macOS apps for App Store Connect upload.
|
|
@@ -1,27 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: rn-store-compliance
|
|
3
3
|
description: >
|
|
4
|
-
React Native app store compliance checker for Apple App Store and Google Play
|
|
5
|
-
Use
|
|
6
|
-
|
|
7
|
-
features, fixing bugs, implementing payments, handling permissions, adding push notifications,
|
|
8
|
-
integrating ads, setting up analytics, handling user data, creating onboarding flows, or any
|
|
9
|
-
code change — even small ones. The skill ensures every change is verified against current
|
|
10
|
-
Apple and Google store guidelines before shipping, preventing rejections. Trigger on any
|
|
11
|
-
mention of: React Native, Expo, iOS, Android, App Store, Google Play, mobile app, TestFlight,
|
|
12
|
-
app review, app submission, store rejection, in-app purchase, push notification, privacy policy,
|
|
13
|
-
App Tracking Transparency, IDFA, permissions, app signing, release build, or app bundle.
|
|
14
|
-
license: MIT
|
|
15
|
-
metadata:
|
|
16
|
-
author: JohnAdib
|
|
17
|
-
version: "2.0.0"
|
|
18
|
-
tags:
|
|
19
|
-
- react-native
|
|
20
|
-
- expo
|
|
21
|
-
- app-store
|
|
22
|
-
- google-play
|
|
23
|
-
- compliance
|
|
24
|
-
- mobile
|
|
4
|
+
React Native app store compliance checker for Apple App Store and Google Play.
|
|
5
|
+
Use when building, modifying, or submitting any React Native or Expo app.
|
|
6
|
+
Catches rejection-causing issues before app review.
|
|
25
7
|
---
|
|
26
8
|
|
|
27
9
|
# React Native Store Compliance Skill
|
|
@@ -91,6 +73,10 @@ When you need detection patterns, fix steps, and example rejection messages:
|
|
|
91
73
|
| Entitlement/capability issues | `references/rules/entitlements.md` |
|
|
92
74
|
| Crashes / performance | `references/rules/performance.md` |
|
|
93
75
|
| Permission problems | `references/rules/permissions.md` |
|
|
76
|
+
| Copyright / IP / media | `references/rules/copyright-media.md` |
|
|
77
|
+
| Legal compliance (GDPR, COPPA, DMA) | `references/rules/legal.md` |
|
|
78
|
+
| OTA / CodePush update violations | `references/rules/ota-updates.md` |
|
|
79
|
+
| App completeness / demo accounts | `references/rules/app-completeness.md` |
|
|
94
80
|
|
|
95
81
|
### Step 5: Submission & Rejection
|
|
96
82
|
|
|
@@ -126,3 +112,8 @@ When you need detection patterns, fix steps, and example rejection messages:
|
|
|
126
112
|
| VPN app | `app-types/vpn.md` |
|
|
127
113
|
| macOS app | `features/macos.md` + `rules/entitlements.md` |
|
|
128
114
|
| Upgrading React Native | `react-native.md` + `rules/performance.md` |
|
|
115
|
+
| Copyright / media licensing | `rules/copyright-media.md` |
|
|
116
|
+
| Legal / GDPR / COPPA / DMA | `rules/legal.md` + `rules/privacy.md` |
|
|
117
|
+
| OTA updates (CodePush/Expo Updates) | `rules/ota-updates.md` + `react-native.md` |
|
|
118
|
+
| App completeness / demo account | `rules/app-completeness.md` |
|
|
119
|
+
| Account deletion requirement | `rules/design.md` + `rules/legal.md` |
|