mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"name": "feedback-themes",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"description": "Explore grouped customer feedback signals by impact and drill into a theme to guide product next steps.",
|
|
"keywords": [
|
|
"customer-feedback",
|
|
"theme-analysis",
|
|
"signal-grouping",
|
|
"impact-prioritization",
|
|
"product-insights",
|
|
"trend-discovery"
|
|
]
|
|
}
|