From dba2367fe94f74952c86600e7df437c5dbe6ca96 Mon Sep 17 00:00:00 2001 From: Mangokernel <74619064+shailendrahegde@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:54:07 -0700 Subject: [PATCH] =?UTF-8?q?Add=20whatidid=20skill=20=E2=80=94=20turn=20you?= =?UTF-8?q?r=20Copilot=20sessions=20into=20proof=20of=20impact=20(#1319)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 17 +++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c37cdaf5..92c1084c 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -573,6 +573,31 @@ "description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.", "version": "1.0.0" }, + { + "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" + }, + "homepage": "https://github.com/microsoft/What-I-Did-Copilot", + "keywords": [ + "copilot", + "productivity", + "impact", + "report", + "estimation", + "roi", + "session-logs" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/What-I-Did-Copilot", + "source": { + "source": "github", + "repo": "microsoft/What-I-Did-Copilot" + } + }, { "name": "winui3-development", "source": "winui3-development", diff --git a/plugins/external.json b/plugins/external.json index 08afb144..830437c1 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -138,5 +138,22 @@ "source": "github", "repo": "figma/mcp-server-guide" } + }, + { + "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" + }, + "homepage": "https://github.com/microsoft/What-I-Did-Copilot", + "keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"], + "license": "MIT", + "repository": "https://github.com/microsoft/What-I-Did-Copilot", + "source": { + "source": "github", + "repo": "microsoft/What-I-Did-Copilot" + } } ]