AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

App Store Changelog

skill-choshimwy-agentdevelopmentskills-app-store-changelog · by ChoshimWy

根据最近一个 git tag(或指定 ref)以来的真实用户可见改动生成 App Store 更新文案。只用于发布文案整理;不要用于执行 Git 提交、创建 PR、构建配置或总结纯内部技术改动。

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-choshimwy-agentdevelopmentskills-app-store-changelog

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-choshimwy-agentdevelopmentskills-app-store-changelog)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
22d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of App Store Changelog? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

App Store 更新文案

Purpose

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 的发布文案。

When to Use

  • 需要根据最近一个 tag 到当前版本之间的改动生成 What's New
  • 需要把技术提交改写成用户语言,并按“新增 / 优化 / 修复”归类。
  • 需要从提交历史里筛掉构建、重构、依赖升级、CI 等纯内部改动。

When Not to Use

  • 需要提交代码、创建 PR、配置构建流程或决定发布策略时。
  • 需要总结纯内部技术变更时。

Agent Rules

  • Prefer scripts/collect_release_changes.sh to collect candidate changes.
  • Keep only user-visible changes in functionality, UX, behavior, performance, or stability.
  • Treat ambiguous changes conservatively; do not overclaim user impact.
  • Default output should be short, benefit-oriented, and free of internal jargon.
  • Every release-note bullet should map back to a real underlying change.
  • Prefer 3-8 bullets unless the user explicitly asks for another length.

Inputs

{
  "range": "last-tag..HEAD | explicit refs",
  "product_name": "optional",
  "character_limit": "optional",
  "language": "zh-CN by default"
}

Outputs

{
  "status": "completed | partial | blocked",
  "title": "optional",
  "release_notes": [],
  "source_range": "...",
  "excluded_change_types": [],
  "known_risks": [],
  "next_action": "none | ask-user | git-workflow | blocked"
}

Exit Conditions

  • 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.

Escalation Rules

  • Escalate to git-workflow when the task becomes commit / branch / PR text preparation.
  • Escalate to gh-pr-flow when the user explicitly asks for gh based PR execution.
  • Escalate to xcode-build when the task becomes archive, signing, export, or CI release work.

Token Budget

  • Do not paste long commit histories.
  • Prefer a compact list of user-visible bullets and a short exclusion rationale.
  • Load detailed guidance from references only when wording rules are needed.

Reference Resources

  • scripts/collect_release_changes.sh
  • references/release-notes-guidelines.md

Relationship to Other Skills

  • Use git-workflow for Git text and process work.
  • Use gh-pr-flow for gh based PR execution.
  • Use xcode-build for release pipeline, signing, archive, and export work.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.