whatidid Skill
Generate a daily analytics report of what GitHub Copilot helped accomplish. Shows tasks completed, human effort equivalent, token usage, and a narrative story. Sends a formatted email summary. Use when the user asks about their daily activity, what Copilot helped with today, or wants a digest of the day's work. Published by microsoft in What-I-Did-Copilot.
What is whatidid Skill?
Generate a daily analytics report of what GitHub Copilot helped accomplish. Shows tasks completed, human effort equivalent, token usage, and a narrative story. Sends a formatted email summary. Use when the user asks about their daily activity, what Copilot helped with today, or wants a digest of the day's work. Published by microsoft in What-I-Did-Copilot. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Data analysis
- Browser automation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use whatidid Skill
- Use it for browser automation.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/What-I-Did-Copilot
- Skill file: skills/whatidid/SKILL.md
What it does
Generate a daily analytics report of what GitHub Copilot helped accomplish. Shows tasks completed, human effort equivalent, token usage, and a narrative story. Sends a formatted email summary. Use when the user asks about their daily activity, what Copilot helped with today, or wants a digest of the day's work.
Skill instructions
What I Did (Copilot) — Impact Report Generator Run the following from the repo root to generate and email today's activity report. Use --email with no argument so the tool auto-detects the user's address (from gh / git config) — never substitute a literal placeholder like user@example.com: bash python whatidid.py --email If the user asks for a specific date range, use: bash python whatidid.py --date 30D --email To send to a specific address instead of the auto-detected one, pass it explicitly: --email someone@example.com. After running, tell the user: - How many sessions and projects were found - The headline and primary focus identified - The total human effort estimate vs elapsed time (leverage ratio) - That the email has been sent (or HTML saved) The report is always opened in the browser automatically — no need to add --html. If there are no sessions for the date, explain that Copilot session data is stored in the user's Copilot session-state directory (for example, ~/.copilot/sess
Explore related resources
Frequently asked questions
What is whatidid?
whatidid is a open-source AI agent skill with Copy skill directory. Generate a daily analytics report of what GitHub Copilot helped accomplish. Shows tasks completed, human effort equivalent, token usage, and a narrative story. Sends a formatted email summary.
Who is whatidid best for?
whatidid is best for reusing agent instructions, scripts, and references, browser automation workflows, data analysis workflows.
How do I install whatidid?
Install or run whatidid using Copy skill directory. Check whatidid for the latest setup command.
Is whatidid actively maintained?
whatidid may need a closer maintenance check before production use.
Auto-fetched from GitHub.