mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"name": "backlog-swipe-triage",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "1.0.1"
|
|
},
|
|
"description": "Users quickly swipe through backlog issues to triage decisions like assign, needs-info, defer, close, or ignore.",
|
|
"keywords": [
|
|
"backlog-triage",
|
|
"swipe-interface",
|
|
"issue-prioritization",
|
|
"github-issues",
|
|
"agent-assignment",
|
|
"workflow-automation"
|
|
]
|
|
}
|