what-did-i-get-done

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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).
需要一份针对特定时间段(例如:昨天、过去3天或上周)完成工作的简短、高信息量汇总。

Workflow

工作流程

  1. Resolve the requested time window into concrete dates.
  2. Read commits authored by the current git user email within that range.
  3. Exclude merge commits and uncommitted changes.
  4. Synthesize the most important shipped changes into a concise status update.
  5. Include the actual date range used in the final summary.
  1. 将请求的时间窗口解析为具体日期。
  2. 读取当前Git用户邮箱在该时间段内的提交记录。
  3. 排除合并提交和未提交的更改。
  4. 将最重要的已交付变更整合为简洁的状态更新。
  5. 在最终汇总中包含实际使用的日期范围。

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
  • 一段适合用于状态更新的简短汇总
  • 实际日期范围
  • 可选:2-5条仅针对重大变更的项目符号列表