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>
This commit is contained in:
Mangokernel
2026-04-12 16:54:07 -07:00
committed by GitHub
parent 09049e3b78
commit dba2367fe9
2 changed files with 42 additions and 0 deletions

View File

@@ -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"
}
}
]