Files
awesome-copilot/extensions/feedback-themes/package.json
T
2026-06-17 05:28:37 +00:00

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