changelog

Generates structured changelogs from git logs, sprint data, and design documents.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill changelog-brand6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/changelog
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill changelog-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

变更日志的整理通常依赖人工汇总,导致发布延迟和信息错漏。本技能自动从 git 提交记录、冲刺数据和设计文档中提取信息,生成结构化的变更日志,并输出两个版本:内部技术版本和面向玩家的版本。

Core Features & Use Cases

  • 自动聚合来自 git、冲刺和 ADR 的变更信息,形成清晰的变更日志条目。
  • 同时产出内部版本和玩家可读版本,便于开发与对外发布。
  • 支持版本推断、分组归类与简单的任务跟踪,使版本发布更有条理。

Quick Start

请运行本技能以从最近的提交记录和冲刺数据生成变更日志。

Frequently Asked Questions about changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate release notes from git logs and sprint data?

To auto-generate release notes from git logs and sprint data, use a tool that parses commit records, sprint reports, and ADRs to produce structured changelogs. It outputs both internal technical notes and player-facing patch notes.

Can I create separate internal technical changelogs and player-facing patch notes?

Yes, you can create separate internal technical changelogs and player-facing patch notes. The tool parses git logs, sprint data, and design documents to simultaneously output both versions, streamlining internal documentation and external release communication.

What is the best way to automate changelog generation for multiple software releases?

The best way to automate changelog generation for multiple releases is parsing git logs, sprint reports, and ADRs to aggregate changes. This approach supports version inference, groups entries by category, and tracks tasks to keep multi-release documentation organized.

Does automated changelog generation work with ADRs and design documents?

Automated changelog generation works with ADRs and design documents by parsing them alongside git logs and sprint data. It extracts architectural decisions and design changes, aggregating them into structured internal technical changelogs and readable player-facing release notes.

Why do I need to aggregate git commits and sprint reports for patch notes?

You need to aggregate git commits and sprint reports for patch notes because manual summarization causes release delays and missing information. Parsing these sources automatically extracts project evolution details, ensuring accurate, structured internal and player-facing changelogs.