app-store-changelog
根据最近一个 git tag(或指定 ref)以来的真实用户可见改动生成 App Store 更新文案。只用于发布文案整理;不要用于执行 Git 提交、创建 PR、构建配置或总结纯内部技术改动。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
根据最近一个 git tag(或指定 ref)以来的真实用户可见改动生成 App Store 更新文案。只用于发布文案整理;不要用于执行 Git 提交、创建 PR、构建配置或总结纯内部技术改动。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
默认优先使用的 iOS 主 Skill 入口;先按任务复杂度选择 lite / standard / full 档位,再协调 coder / reviewer / tester / reporter / main agent 分工;所有 iOS 生产代码与测试代码实施统一路由到 ios-feature-implementation 的内部模式,验证统一路由到 ios-verification,正式 HTML 文档生成统一路由到 html-docs,调试、性能、审查与构建配置仍路由到专项模块;除实现后的 code-review 必须由独立 reviewer subAgent 执行外,其它 subAgent 使用不做仓库级限制。
iOS Design Context Compiler Skill。用于把明确的 Figma / Sketch / 人工设计证据归一化为 Canonical UI IR,校验设计真源、布局意图、token、状态、交互和 unknowns,解析 UIKit / SwiftUI 组件绑定,并按 screen / region / component 生成低 Token Agent Packet;也用于执行 screenshot-only、UI IR、UI IR+Binding 的收益基准。不要用于视觉方向探索、直接编写产品 UI、截图执行或最终视觉验收。
统一 iOS 实施 Skill。作为所有 iOS 代码实施、测试代码编写、页面落地、SDK/Framework 架构契约和结构重构的单一实现入口;根据本地项目事实自动选择 business、swiftui、uikit、mixed-ui、advanced-swift、refactor、sdk-contract、liquid-glass 或 test-implementation 模式,覆盖 service/repository/use case/view model/coordinator/router、SwiftUI/UIKit 页面与组件、XCTest/XCUITest/Mock/Stub/Spy/Fake/fixture/Page Object、iOS 26+ SwiftUI Liquid Glass、复杂 Swift 并发/Sendable/泛型/类型擦除、行为保持型重构、跨模块 Public API、SDK 模块边界、Configuration、分发与版本演进;不要再把普通 SwiftUI/UIKit/Swift 进阶/SDK 架构/Liquid Glass 或测试代码编写拆到独立实现 Skill,构建配置、运行时调试、性能取证、Apple 官方事实检索和验证执行/证据裁决仍路由到对应专项 Skill。
UI/UX 设计系统与开放式设计探索 Skill。用于视觉方向、设计系统、交互规则、色板、字体、无障碍、设计评审、原型方向、HTML review 优先的设计交付建议;也用于读取 Sketch 源文件 / SketchMCP / 蓝湖标注并整理可追溯 Design-to-Code source packet,iOS 高保真链路随后交给 design-context-compiler 生成 Canonical UI IR / Agent Packet;若需要正式 HTML 文档交给 html-docs。不要用于 SwiftUI/UIKit API 级实现、设计上下文编译、构建配置或性能取证。
iOS / Apple Xcode 项目统一验证 Skill。用于验证前路由、优先通过官方 Xcode MCP 执行最窄交互式 build/test、按风险升级到 codex_verify wrapper + shared build-queue 的项目环境证据、读取 MCP 结果或结构化 artifact 做低 token 失败归因,以及在定向验证和独立 code-review 后裁决最终证据是否足够;替代原先分散的验证路由、受影响测试选择、定向验证执行、构建日志摘要、最终证据裁决与项目环境构建验证入口。
App Store 机会研究技能。用于在指定赛道中识别可商业化机会,完成竞品缺口分析、Top-3 机会排序与 MVP PRD 源素材整理;若需要正式 HTML 研究报告或 PRD,最终文档生成交给 html-docs;可按需补充 Rork 原型提示词。
| name | app-store-changelog |
| description | 根据最近一个 git tag(或指定 ref)以来的真实用户可见改动生成 App Store 更新文案。只用于发布文案整理;不要用于执行 Git 提交、创建 PR、构建配置或总结纯内部技术改动。 |
Generate App Store release notes from real user-visible changes while filtering out internal-only commits and preserving traceability to actual repo history.
该 Skill 负责把 git 历史中的真实用户可见改动整理成可直接用于 App Store 的发布文案。
What's New。scripts/collect_release_changes.sh to collect candidate changes.{
"range": "last-tag..HEAD | explicit refs",
"product_name": "optional",
"character_limit": "optional",
"language": "zh-CN by default"
}
{
"status": "completed | partial | blocked",
"title": "optional",
"release_notes": [],
"source_range": "...",
"excluded_change_types": [],
"known_risks": [],
"next_action": "none | ask-user | git-workflow | blocked"
}
completed: release notes are concise, user-facing, and traceable to real changes.partial: useful draft exists but history or release boundaries remain ambiguous.blocked: there is not enough repo history or user-visible change evidence to write trustworthy notes.git-workflow when the task becomes commit / branch / PR text preparation.gh-pr-flow when the user explicitly asks for gh based PR execution.xcode-build when the task becomes archive, signing, export, or CI release work.scripts/collect_release_changes.shreferences/release-notes-guidelines.mdgit-workflow for Git text and process work.gh-pr-flow for gh based PR execution.xcode-build for release pipeline, signing, archive, and export work.