Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "whatidid",
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
"license": "MIT",
"keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"],
"agents": [".github/agents/whatidid.agent.md"],
"skills": ["skills/whatidid/"]
}
20 changes: 20 additions & 0 deletions skills/whatidid/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
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)

This is the canonical skill entry for the What-I-Did-Copilot report generator.

Use this skill to turn local GitHub Copilot session logs into a branded HTML impact report that summarizes:

- goals delivered
- human-effort-equivalent estimates
- skills augmented
- collaboration patterns
- estimation evidence grounded in the project's research methodology

The tool works with Copilot CLI and VS Code agent sessions and keeps data local-first.

For full setup, workflow, and methodology, see [README.md](../../README.md) and [effort-estimation-methodology.md](../../docs/effort-estimation-methodology.md).