rn-store-skills 5.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.
Files changed (23) hide show
  1. package/README.md +47 -83
  2. package/package.json +2 -2
  3. package/skills/asc-toolkit/SKILL.md +94 -0
  4. package/skills/{asc-aso-audit/SKILL.md → asc-toolkit/references/aso-audit.md} +0 -14
  5. package/skills/{asc-build-lifecycle/SKILL.md → asc-toolkit/references/build-lifecycle.md} +0 -13
  6. package/skills/{asc-cli-usage/SKILL.md → asc-toolkit/references/cli-usage.md} +0 -14
  7. package/skills/{asc-crash-triage/SKILL.md → asc-toolkit/references/crash-triage.md} +0 -14
  8. package/skills/{asc-id-resolver/SKILL.md → asc-toolkit/references/id-resolver.md} +0 -14
  9. package/skills/{asc-metadata-sync/SKILL.md → asc-toolkit/references/metadata-sync.md} +0 -15
  10. package/skills/{asc-notarization/SKILL.md → asc-toolkit/references/notarization.md} +0 -13
  11. package/skills/{asc-pricing/SKILL.md → asc-toolkit/references/pricing.md} +0 -14
  12. package/skills/{asc-release-flow/SKILL.md → asc-toolkit/references/release-flow.md} +0 -14
  13. package/skills/{asc-screenshots/SKILL.md → asc-toolkit/references/screenshots.md} +0 -14
  14. package/skills/{asc-signing-setup/SKILL.md → asc-toolkit/references/signing-setup.md} +0 -14
  15. package/skills/{asc-submission-health/SKILL.md → asc-toolkit/references/submission-health.md} +0 -15
  16. package/skills/{asc-subscription-localize/SKILL.md → asc-toolkit/references/subscription-localize.md} +0 -14
  17. package/skills/{asc-testflight-ops/SKILL.md → asc-toolkit/references/testflight-ops.md} +0 -14
  18. package/skills/{asc-whats-new-writer/SKILL.md → asc-toolkit/references/whats-new-writer.md} +0 -14
  19. package/skills/{asc-xcode-build/SKILL.md → asc-toolkit/references/xcode-build.md} +0 -13
  20. package/skills/rn-store-compliance/SKILL.md +3 -21
  21. /package/skills/{asc-cli-usage/references/workflows.md → asc-toolkit/references/cli-workflows.md} +0 -0
  22. /package/skills/{asc-metadata-sync → asc-toolkit}/references/locales.md +0 -0
  23. /package/skills/{asc-subscription-localize → asc-toolkit}/references/revenuecat.md +0 -0
package/README.md CHANGED
@@ -2,59 +2,23 @@
2
2
 
3
3
  React Native store compliance + App Store Connect automation skills for AI coding agents.
4
4
 
5
- 17 skills covering everything from rejection prevention to release automation.
5
+ 2 skills covering everything from rejection prevention to release automation.
6
6
 
7
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.
8
8
 
9
9
  ## Skills
10
10
 
11
- ### Store Compliance
12
-
13
- | Skill | Description |
14
- |-------|-------------|
15
- | `rn-store-compliance` | React Native compliance checker Apple & Google guidelines, 30+ rejection rules, 10 app-type checklists, RN-specific patterns, copyright/IP, legal compliance, OTA update rules |
16
-
17
- ### App Store Connect CLI (`asc`)
18
-
19
- #### Build & Distribution
20
- | Skill | Description |
21
- |-------|-------------|
22
- | `asc-xcode-build` | Build, archive, export iOS/macOS apps with xcodebuild. EAS Build & Fastlane alternatives. |
23
- | `asc-build-lifecycle` | Track build processing, find latest builds, monitor state, clean up old builds |
24
- | `asc-notarization` | macOS notarization for distribution outside App Store (Developer ID, Electron) |
25
- | `asc-signing-setup` | Bundle IDs, capabilities, certificates, provisioning profiles. EAS credentials & Fastlane match. |
26
-
27
- #### Release & Review
28
- | Skill | Description |
29
- |-------|-------------|
30
- | `asc-release-flow` | End-to-end TestFlight + App Store release workflows. Phased rollout. |
31
- | `asc-testflight-ops` | TestFlight distribution — groups, testers, builds, What to Test notes |
32
- | `asc-submission-health` | Preflight technical readiness — builds, metadata, screenshots, compliance |
33
-
34
- #### Metadata & Localization
35
- | Skill | Description |
36
- |-------|-------------|
37
- | `asc-metadata-sync` | Sync, validate, and translate App Store metadata across 37+ locales |
38
- | `asc-whats-new-writer` | Generate localized release notes from git log, bullet points, or free text |
39
- | `asc-subscription-localize` | Bulk-localize subscription & IAP display names. RevenueCat sync. |
40
- | `asc-aso-audit` | App Store Optimization — keyword analysis, field utilization, cross-locale gaps |
41
-
42
- #### Screenshots & Marketing
43
- | Skill | Description |
44
- |-------|-------------|
45
- | `asc-screenshots` | Screenshot capture, framing, and upload for both stores |
46
-
47
- #### Diagnostics & Pricing
48
- | Skill | Description |
49
- |-------|-------------|
50
- | `asc-crash-triage` | Triage TestFlight crashes, beta feedback, performance diagnostics. Sentry/Bugsnag tips. |
51
- | `asc-pricing` | Territory-specific pricing with purchasing power parity strategies |
52
-
53
- #### Utilities
54
- | Skill | Description |
55
- |-------|-------------|
56
- | `asc-cli-usage` | asc CLI reference — commands, flags, auth, output formats, workflow automation |
57
- | `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.
58
22
 
59
23
  ## Install
60
24
 
@@ -74,7 +38,7 @@ npx skillpm add rn-store-skills
74
38
 
75
39
  1. Download or zip the skill folder(s) you need from `skills/`
76
40
  2. Go to [claude.ai/customize/skills](https://claude.ai/customize/skills)
77
- 3. Upload the zip — each skill has a SKILL.md + optional reference files
41
+ 3. Upload the zip — each skill has a SKILL.md + reference files
78
42
 
79
43
  ### Manual (any agent)
80
44
 
@@ -86,7 +50,7 @@ cp -r skills/* .claude/skills/
86
50
 
87
51
  # Or individual skills
88
52
  cp -r skills/rn-store-compliance .claude/skills/
89
- cp -r skills/asc-release-flow .claude/skills/
53
+ cp -r skills/asc-toolkit .claude/skills/
90
54
  ```
91
55
 
92
56
  Works with Claude Code, Cursor, Windsurf, Cline, and any agent supporting skills directories.
@@ -95,45 +59,45 @@ Works with Claude Code, Cursor, Windsurf, Cline, and any agent supporting skills
95
59
 
96
60
  ```
97
61
  skills/
98
- ├── rn-store-compliance/ Store compliance checker
62
+ ├── rn-store-compliance/ <- Store compliance checker
99
63
  │ ├── SKILL.md
100
64
  │ └── references/
101
- │ ├── guidelines/ Apple & Google guidelines
102
- │ ├── rules/ 11 detection rule sets
103
- │ ├── app-types/ 7 app category checklists
104
- │ ├── features/ 3 feature checklists
105
- │ ├── all-apps.md Universal checklist
106
- │ ├── react-native.md RN/Expo-specific
107
- │ ├── pre-submission.md Pre-submission checklist
108
- │ └── rejections.md Rejection response guide
109
- ├── asc-xcode-build/SKILL.md ← Build & archive
110
- ├── asc-build-lifecycle/SKILL.md ← Build tracking & cleanup
111
- ├── asc-notarization/SKILL.md ← macOS notarization
112
- ├── asc-signing-setup/SKILL.md Certs, profiles, bundle IDs
113
- ├── asc-release-flow/SKILL.md Release workflows
114
- ├── asc-testflight-ops/SKILL.md TestFlight distribution
115
- ├── asc-submission-health/SKILL.md Pre-submission readiness
116
- ├── asc-metadata-sync/ ← Metadata management
117
- ├── SKILL.md
118
- │ └── references/locales.md
119
- ├── asc-whats-new-writer/SKILL.md Release notes
120
- ├── asc-subscription-localize/ ← Subscription localization
121
- ├── SKILL.md
122
- │ └── references/revenuecat.md
123
- ├── asc-aso-audit/SKILL.md ASO optimization
124
- ├── asc-screenshots/SKILL.md Screenshot pipeline
125
- ├── asc-crash-triage/SKILL.md Crash analysis
126
- ├── asc-pricing/SKILL.md Territory pricing
127
- ├── asc-cli-usage/ ← CLI reference
128
- ├── SKILL.md
129
- │ └── references/workflows.md
130
- └── asc-id-resolver/SKILL.md ID resolution
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
131
95
  ```
132
96
 
133
97
  ## Coverage
134
98
 
135
99
  ### Store Compliance (rn-store-compliance)
136
- - Apple App Store Review Guidelines (1.x5.x) — full index
100
+ - Apple App Store Review Guidelines (1.x-5.x) — full index
137
101
  - Google Play Store Policies — full index
138
102
  - 30+ rejection rules with detection patterns, fixes, and real rejection messages
139
103
  - 11 rule categories (metadata, subscriptions, privacy, design, entitlements, performance, permissions, copyright/IP, legal, OTA updates, app completeness)
@@ -141,7 +105,7 @@ skills/
141
105
  - 3 feature checklists (subscriptions, UGC, macOS)
142
106
  - React Native / Expo specific patterns and detection
143
107
 
144
- ### App Store Connect Automation (asc-*)
108
+ ### App Store Connect Automation (asc-toolkit)
145
109
  - Build, archive, upload for iOS/macOS/tvOS/visionOS
146
110
  - Code signing setup and rotation
147
111
  - TestFlight distribution and beta management
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rn-store-skills",
3
- "version": "5.0.0",
4
- "description": "React Native store compliance + App Store Connect automation skills for AI coding agents. 17 skills covering rejection prevention, copyright/IP, legal compliance, OTA updates, subscriptions, build management, metadata, TestFlight, signing, pricing, and more.",
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.
@@ -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 Store.
5
- Use this skill whenever someone is building, modifying, or reviewing a React Native (or Expo)
6
- app that will be published to the Apple App Store or Google Play Store. This includes adding
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: "5.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