Skip to content

Commit dba2367

Browse files
Add whatidid skill — turn your Copilot sessions into proof of impact (#1319)
* Add whatidid skill — Copilot impact report generator Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix: use single quotes for description in SKILL.md frontmatter Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Convert from skill to external plugin per reviewer feedback Address @aaronpowell's review: convert whatidid from a bundled skill to an external plugin referencing microsoft/What-I-Did-Copilot. This improves supply chain transparency and stays current with the source repo. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 09049e3 commit dba2367

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.github/plugin/marketplace.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,31 @@
573573
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.",
574574
"version": "1.0.0"
575575
},
576+
{
577+
"name": "whatidid",
578+
"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.",
579+
"version": "1.0.0",
580+
"author": {
581+
"name": "Microsoft",
582+
"url": "https://www.microsoft.com"
583+
},
584+
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
585+
"keywords": [
586+
"copilot",
587+
"productivity",
588+
"impact",
589+
"report",
590+
"estimation",
591+
"roi",
592+
"session-logs"
593+
],
594+
"license": "MIT",
595+
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
596+
"source": {
597+
"source": "github",
598+
"repo": "microsoft/What-I-Did-Copilot"
599+
}
600+
},
576601
{
577602
"name": "winui3-development",
578603
"source": "winui3-development",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,22 @@
138138
"source": "github",
139139
"repo": "figma/mcp-server-guide"
140140
}
141+
},
142+
{
143+
"name": "whatidid",
144+
"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.",
145+
"version": "1.0.0",
146+
"author": {
147+
"name": "Microsoft",
148+
"url": "https://www.microsoft.com"
149+
},
150+
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
151+
"keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"],
152+
"license": "MIT",
153+
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
154+
"source": {
155+
"source": "github",
156+
"repo": "microsoft/What-I-Did-Copilot"
157+
}
141158
}
142159
]

0 commit comments

Comments
 (0)