# what-did-i-get-done

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars · Updated 2026-08-25

Summarize authored commits over a user-specified time period into a concise update

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/what-did-i-get-done ~/.claude/skills/what-did-i-get-done
```

## From README

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

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/what-did-i-get-done/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [advisor](https://omgskills.com/skills/cursor/plugins/advisor/skills/advisor/index.md) — Advisor mode.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7k stars
- [architect](https://omgskills.com/skills/cursor/plugins/architect/index.md) — Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 6.9k stars
- [arena](https://omgskills.com/skills/cursor/plugins/arena/index.md) — Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars
