mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Add descriptions for /find-issue and /find-duplicates (#281129)
This commit is contained in:
3
.github/prompts/find-duplicates.prompt.md
vendored
3
.github/prompts/find-duplicates.prompt.md
vendored
@@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
# NOTE: This prompt is intended for internal use only for now.
|
# NOTE: This prompt is intended for internal use only for now.
|
||||||
agent: Engineering
|
agent: Engineering
|
||||||
argument-hint: "Provide an issue number to find duplicates"
|
argument-hint: Provide a link or issue number to find duplicates for
|
||||||
|
description: Find duplicates for a VS Code GitHub issue
|
||||||
model: Claude Sonnet 4.5 (copilot)
|
model: Claude Sonnet 4.5 (copilot)
|
||||||
tools:
|
tools:
|
||||||
- execute/getTerminalOutput
|
- execute/getTerminalOutput
|
||||||
|
|||||||
3
.github/prompts/find-issue.prompt.md
vendored
3
.github/prompts/find-issue.prompt.md
vendored
@@ -2,7 +2,8 @@
|
|||||||
# ⚠️: Internal use only. To onboard, follow instructions at https://github.com/microsoft/vscode-engineering/blob/main/docs/gh-mcp-onboarding.md
|
# ⚠️: Internal use only. To onboard, follow instructions at https://github.com/microsoft/vscode-engineering/blob/main/docs/gh-mcp-onboarding.md
|
||||||
agent: Engineering
|
agent: Engineering
|
||||||
model: Claude Sonnet 4.5 (copilot)
|
model: Claude Sonnet 4.5 (copilot)
|
||||||
argument-hint: "Describe your issue..."
|
argument-hint: Describe your issue. Include relevant keywords or phrases.
|
||||||
|
description: Search for an existing VS Code GitHub issue
|
||||||
tools:
|
tools:
|
||||||
- github/*
|
- github/*
|
||||||
- agent/runSubagent
|
- agent/runSubagent
|
||||||
|
|||||||
Reference in New Issue
Block a user