用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sky-map-team/stardroid --skill skymap-whatsnew命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | skymap.whatsnew |
| description | Fully automated release note generator for Sky Map. Just provide the last tag. |
| dependencies | python>=3.8 |
python3 tools/generate_changelog.py [TAG]release_date, commits, closed_issues, and merged_prs.release_date provided by the tool.Before drafting, read both output files if they exist:
app/src/main/res/values/whatsnew_content.xmlfastlane/metadata/android/en-US/changelogs/default.txtThis skill may be run multiple times before a release. Treat the existing content as cumulative output from previous runs — preserve all existing items and only add changes not yet covered.
merged_prs descriptions over raw commit messages — PR authors write summaries for review.default.txt.whatsnew_content.xml in app/src/main/res/values/<h2> for each feature heading followed by a short descriptive paragraph.<ul><li> to group multiple minor items under a single heading.default.txt under fastlane/metadata/android/en-US/changelogswc -m after writing.<b><font color="#F67E81">Section</font></b> headings to group items.-- The output should be prepended to the CHANGELOG.md file and use GitHub markup. -- The release notes here can be more thorough and detailed that targets A and B. -- The target audience is users who are developers themselves or who are comfortable installing the app from other other sources than the Google Play Store.
whatsnew_content.xml
and default.txt content for review. Ask explicitly: "Does this look good to translate?" Do
not proceed to translation (Step 4 of the release process) until the user approves.