← Browse

@microsoft/whatidid

A

Generate a branded HTML impact report showing what GitHub Copilot helped you accomplish — goals delivered, human effort equivalent, skills augmented, collaboration patterns, and estimation evidence grounded in peer-reviewed research. Works with any Copilot CLI or VS Code agent session.

skillclaude

Install

agr install @microsoft/whatidid --target claude

Writes 13 files into .claude/skills/, pinned to git-310512b5.

  • .claude/skills/whatidid/.gitignore
  • .claude/skills/whatidid/CODE_OF_CONDUCT.md
  • .claude/skills/whatidid/CONTRIBUTING.md
  • .claude/skills/whatidid/LICENSE
  • .claude/skills/whatidid/README.md
  • .claude/skills/whatidid/SECURITY.md
  • .claude/skills/whatidid/SKILL.md
  • .claude/skills/whatidid/analyze.py
  • .claude/skills/whatidid/best_practices.py
  • .claude/skills/whatidid/email_send.py
  • .claude/skills/whatidid/harvest.py
  • .claude/skills/whatidid/report.py
  • .claude/skills/whatidid/whatidid.py

Document


name: whatidid description: "Generate a branded HTML impact report showing what GitHub Copilot helped you accomplish — goals delivered, human effort equivalent, skills augmented, collaboration patterns, and estimation evidence grounded in peer-reviewed research. Works with any Copilot CLI or VS Code agent session."

What I Did (Copilot) — Impact Report Generator

Generate a professional impact report from your GitHub Copilot session logs. Shows what you accomplished, quantifies the human-equivalent effort, and presents it in a branded HTML report you can share with your manager or team.

What It Does

  • Harvests session data from ~/.copilot/session-state/ (local, private)
  • Analyses each day's work using an AI prompt calibrated against peer-reviewed research
  • Generates a self-contained HTML report with:
    • Goals accomplished with task-level detail
    • Human effort equivalent (research-grounded estimation)
    • Skills augmented and collaboration patterns
    • Estimation evidence with transparent methodology
  • Emails the report via Outlook (optional)

Quick Start

# Clone the repo
git clone https://github.com/microsoft/What-I-Did-Copilot.git
cd What-I-Did-Copilot

# Generate a 7-day report
python whatidid.py --date 7D

# Generate and email a 30-day report
python whatidid.py --date 30D --email

Requirements

  • Python 3.10+
  • GitHub CLI (gh auth login) for AI analysis
  • Active Copilot CLI or VS Code agent sessions

Privacy

Your data stays on your machine. No telemetry, no cloud uploads. The AI analysis uses your own GitHub Models API token. No one has access to your report unless you share it.

Research Basis

Effort estimates are grounded in 13 peer-reviewed sources including Alaswad et al. 2026, Cambon et al. 2023 (Microsoft Research), and the SPACE framework. See full methodology.

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-310512b58f002026-07-31