技能 编程开发 生成结构化变更日志

生成结构化变更日志

v20260503
wiki-changelog
该技能通过分析完整的Git提交历史,自动生成结构化且用户友好的变更日志。它能按时间周期(如每日、每周)对提交记录进行分组,并将变更分类为功能、修复、文档等,为用户提供最新开发活动的简洁总结。适用于回答“最近发生了什么变化”或总结项目更新。
获取技能
392 次下载
概览

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
版本 v20260503
大小 1.14KB
更新时间 2026-05-04
语言