app-store-changelog
앱 스토어 릴리스 노트 생성
명확한 앱 스토어 릴리스 노트를 작성하는 것은 시간과 신중한 표현이 필요합니다. 이 스킬은 마지막 릴리스 이후 git 히스토리에서 변경 사항을 수집하고 기술적인 커밋을 사용자 친화적인 새로운 기능 텍스트로 변환합니다.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「app-store-changelog」。 Generate App Store release notes for the current version
預期結果:
- New: Added dark mode support throughout the app
- Improved: Timeline loading speed on slow connections
- Fixed: Media attachments not opening in full screen
- Improved: Account switching from the profile menu
- New: Added push notification settings for replies
正在使用「app-store-changelog」。 Generate App Store release notes for version v2.1.0
預期結果:
- New: Introduced weekly digest notifications for users
- Improved: Reduced battery consumption during background sync
- Fixed: Crash when opening image attachments in chat
- New: Added Spanish and French language support
- Improved: Search results now appear 40 percent faster
安全審計
安全All 27 static findings are FALSE_POSITIVES. This is a legitimate changelog generation tool. The scanner misidentified: git command outputs as 'weak cryptographic algorithms', standard git operations as 'system reconnaissance', markdown code formatting as 'shell backtick execution', and a GitHub repository URL as 'hardcoded URL'. The bash script only executes predefined git commands (log, describe, rev-parse) with hardcoded arguments. No network access beyond reading local git repository. No command injection vectors or arbitrary code execution.
風險因素
品質評分
你能建構什麼
iOS 릴리스 노트
iOS 프로젝트 커밋에서 Apple App Store 새로운 기능 텍스트 생성
Google Play 노트
Android 프로젝트 히스토리에서 Google Play Store 릴리스 노트 생성
릴리스 요약
기술적인 커밋을 읽지 않고 이해관계자에게 사용자 대상 변경 사항 전달
試試這些提示
Generate App Store release notes for the current version since the last git tag.
Generate App Store release notes for version v1.2.3 using git tag v1.2.3 as the starting point.
Create a concise 5-bullet App Store release note for the current release.
Generate App Store release notes grouped by New Features, Improvements, and Bug Fixes.
最佳實務
- 저장소 루트에서 collect_release_changes.sh 스크립트 실행
- 모호한 변경 사항을 포착하기 위해 게시 전 출력 검토 및 편집
- 정확한 버전 경계를 위해 특정 git 태그 사용
- 가독성 향상을 위해 관련 변경 사항을 테마별로 그룹화
避免
- 기술 용어에 대한 검토 없이 생성된 노트 게시
- 검토되지 않은 AI 출력을 프로덕션 App Store 목록에 직접 사용
- 항목이 실제 git 변경 사항에 매핑되는지 검증 생략
- 최종 노트에 내부 티켓 번호나 파일 경로 포함