AgentSkillsCN

log

按照倒序时间轴记录已完成的史诗级功能与重大成就。在完成重大功能、发布版本,或进行架构变更后,此方法可帮助您及时更新项目变更日志。

SKILL.md
--- frontmatter
name: log
description: Logs completed epics and significant accomplishments in reverse chronological order. Use after completing major features, releases, or architecture changes to maintain a project changelog.

Changelog Logger

Log completed epics using the following template in reverse chronological order:

code
## $date

- $emoji - $epicName - $briefDescription

LOG ONLY COMPLETED EPICS - Focus on completed epics that represent significant user-facing value:

  • Epic Completions: Major feature releases, tool creation, system implementations
  • User-Impacting Changes: New capabilities, workflows, or developer experience improvements
  • Architecture Decisions: Significant refactoring, new patterns, or system redesigns

DO NOT LOG: Config file changes, file organization/moves, minor bug fixes, documentation updates, dependency updates, internal refactoring, test additions/changes, meta-work.

Emojis

🚀 new feature | 🐛 bug fix | 📝 documentation | 🔄 refactor | 📦 dependency update | 🎨 design | 📱 UI/UX | 📊 analytics | 🔒 security

Rules

  • Always use reverse chronological order (most recent first).
  • Keep descriptions brief (< 50 chars).
  • Focus on epic-level accomplishments, not implementation details.
  • Never log meta-work or trivial changes.
  • Omit the "epic" from the description.

Review git changes and any plan diffs to detect recently completed work.