cursor/plugins899 installs
what-did-i-get-done
Summarize authored commits over a user-specified time period into a concise update
How do I install this agent skill?
npx skills add https://github.com/cursor/plugins --skill what-did-i-get-doneIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is safe. It provides instructions for summarizing git commits within a specified time window using local repository data. No malicious code, unauthorized data access, or network exfiltration patterns were detected.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/cursor/plugins/what-did-i-get-done">View what-did-i-get-done on skillZs</a>