Skip to main content

issue-grouping

Group similar issues.

Zur Installation springen

Quellinformationen

Repository
microsoft/vscode
Letzte Quellaktivität
18. September 2026 um 07:17
Erkannte Sprache von SKILL.md
Englisch
Sterne
192.746
Forks
42.911

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
issue-grouping
description
Group similar issues.
disable-model-invocation
true
argument-hint
Give an assignee and or a label/labels. Issues with that assignee and label will be fetched and grouped.
## Your Task 1. Use a subagent to: a. Using the GitHub MCP server, fetch only one page (50 per page) of the open issues for the given assignee and label in the `vscode` repository. b. After fetching a single page, look through the issues and see if there are are any good grouping categories.Output the categories as headers to a local file categorized-issues.md. Do NOT fetch more issue pages yet, make sure to write the categories to the file first. 2. Repeat step 1 (sequentially, don't parallelize) until all pages are fetched and categories are written to the file. 3. Use a subagent to Re-fetch only one page of the issues for the given assignee and label in the `vscode` repository. Write each issue into the categorized-issues.md file under the appropriate category header with a link and the number of upvotes. If an issue doesn't fit into any category, put it under an "Other" category. 4. Repeat step 3 (sequentially, don't parallelize) until all pages are fetched and all issues are written to the file. 5. Within each category, sort the issues by number of upvotes in descending order. 6. Show the categorized-issues.md file as the final output.
Auf GitHub ansehen