log
0
总安装量
6
周安装量
安装命令
npx skills add https://github.com/iulspop/aidd-skills --skill log
Agent 安装分布
claude-code
6
Skill 文档
Changelog Logger
Log completed epics using the following template in reverse chronological order:
## $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.