patch-notes
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
把技术语言转为玩家友好文案,减少人工润色。
这个 Skill 做什么
从 git 与变更日志生成面向玩家的补丁说明文案。
把 git 提交、冲刺数据和内部变更日志,整理成面向玩家的补丁说明,用通俗又吸引人的语言把开发话术翻译成玩家能看懂的信息。在准备发布版本或发补丁公告时用,能根据需要输出简洁 bullets、详细说明或带开发者评论的完整版。亮点是把技术细节变成玩家沟通稿,支持多种风格,减少沟通反复。
▸ 展开 SKILL.md 英文原文
Generate player-facing patch notes from git history, sprint data, and internal changelogs. Translates developer language into clear, engaging player communication.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/patch-notes/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/patch-notes/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Phase 1: Parse Arguments - `version`: the release version to generate notes for (e.g., `1.2.0`) - `--style`: output style — `brief` (bullet points), `detailed` (with context), `full` (with developer commentary). Default: `detailed`. If no version is provided, ask the user before proceeding. --- ## Phase 2: Gather Change Data - Read the internal changelog at `production/releases/[version]/changelog.md` if it exists - Also check `docs/CHANGELOG.md` for the relevant version entry - Run `git log` between the previous release tag and current tag/HEAD as a fallback - Read sprint retrospectives in `production/sprints/` for context - Read any balance change documents in `design/balance/` - R
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有