Agent Skills
› sediman-agent/OpenSkynet
› what-did-i-get-done
what-did-i-get-done
GitHub根据指定时间段总结用户提交的Git提交记录,生成简洁的工作进展更新。自动过滤合并提交和纯格式修改,提炼实质性代码变更,输出包含具体日期范围的结构化摘要。
Trigger Scenarios
需要总结昨天完成的工作
回顾过去一周的进度
生成每日站会汇报内容
Install
npx skills add sediman-agent/OpenSkynet --skill what-did-i-get-done -g -y
SKILL.md
Frontmatter
{
"name": "what-did-i-get-done",
"description": "Summarize authored commits over a user-specified time period into a concise update"
}
What did I get done
Trigger
Need a short, high-signal summary of work completed in a specific time range (for example: yesterday, last 3 days, or last week).
Workflow
- Resolve the requested time window into concrete dates.
- Read commits authored by the current git user email within that range.
- Exclude merge commits and uncommitted changes.
- Synthesize the most important shipped changes into a concise status update.
- Include the actual date range used in the final summary.
Guardrails
- Be extremely concise and information-dense.
- Prioritize substantial behavior or architecture changes.
- Omit cosmetic-only changes (formatting, imports, minor renames).
- Do not infer intent or motivation. Describe changes functionally.
Output
- One short summary suitable for a status update
- Real date range
- Optional 2-5 bullets for major changes only
Version History
- c9d8953 Current 2026-07-05 19:52


