wjs-publishing-appstore
仓库创建 2026年5月11日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
把元数据与截图自动化并衔接现有 fastlane 流程,适合 iOS 开发者。
▸ 风险提示
需使用 Apple/ASC 凭据与 fastlane 配置,涉及敏感密钥。
这个 Skill 做什么
从 TestFlight 构建准备截图和元数据并通过 fastlane 提交到 App Store。
把已经在 TestFlight 的 iOS 构建,准备好截图和描述元数据后通过现有的 fastlane 流程提交到 App Store 审核。用在要把 Beta 版本正式上架时,负责生成合规截图、填好元信息并触发提交。前提是已有 TestFlight 构建和 fastlane 配置,流程更偏工程化提交。
▸ 展开 SKILL.md 英文原文
Use when an iOS app already on TestFlight needs to ship to the App Store — preparing the screenshots and the description/metadata, then using the existing fastlane setup to submit for review. Triggers — 「提交 App Store」「上架」「app store 审核」「准备截图和文案」「submit for review」「/wjs-publishing-appstore」.
107
Stars
15
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-publishing-appstore/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-publishing-appstore/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# wjs-publishing-appstore Take an iOS app that's already building to **TestFlight** and ship it to the **App Store**: prepare the **screenshots** + **description/metadata**, then use the existing **fastlane** to **submit for review**. This is the App Store counterpart to **`wjs-publishing-testflight`**, which is a **prerequisite** — that skill owns build / signing (`match`) / CI / the `beta` lane. This skill assumes that's done and only adds the listing + a deliberate `release` lane. Reference implementations: **VoiceDrop**, **Cathier**. ## Mental model ``` git push → main → beta lane → TestFlight (unchanged, automatic) fastlane release → release lane → metadata + scre
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有