From whatidid
Generates daily analytics reports on GitHub Copilot usage: tasks completed, human effort equivalent, token usage, narrative story. Emails formatted summary. Useful for daily activity or productivity digests.
npx claudepluginhub passelin/marketplace-test --plugin whatididThis skill uses the workspace's default tool permissions.
Run the following from the repo root to generate and email today's activity report:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Run the following from the repo root to generate and email today's activity report:
python whatidid.py --email user@example.com
If the user asks for a specific date range, use:
python whatidid.py --date 30D --email user@example.com
After running, tell the user:
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/session-state/ on macOS/Linux or %USERPROFILE%\.copilot\session-state\ on Windows) and suggest checking the date.
For full methodology, see effort-estimation-methodology.md.