技能 编程开发 Git 更新日志生成器

Git 更新日志生成器

v20260317
wiki-changelog
当用户询问最近有哪些变更或要求更新日志时,从 git 历史中提炼结构化记录,突出面向用户的改动与重大迁移点。
获取技能
474 次下载
概览

Wiki Changelog

Generate structured changelogs from git history.

When to Use

  • User asks "what changed recently", "generate a changelog", "summarize commits"
  • User wants to understand recent development activity

Procedure

  1. Examine git log (commits, dates, authors, messages)
  2. Group by time period: daily (last 7 days), weekly (older)
  3. Classify each commit: Features (🆕), Fixes (🐛), Refactoring (🔄), Docs (📝), Config (🔧), Dependencies (📦), Breaking (⚠️)
  4. Generate concise user-facing descriptions using project terminology

Constraints

  • Focus on user-facing changes
  • Merge related commits into coherent descriptions
  • Use project terminology from README
  • Highlight breaking changes prominently with migration notes

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

信息
Category 编程开发
Name wiki-changelog
版本 v20260317
大小 1.14KB
更新时间 2026-03-22
语言