From db9bb5b9947d8e24f84130fc3dc0d8c1a30f3ccf Mon Sep 17 00:00:00 2001 From: Ben Villalobos Date: Thu, 4 Dec 2025 10:17:11 -0800 Subject: [PATCH] Add descriptions for /find-issue and /find-duplicates (#281129) --- .github/prompts/find-duplicates.prompt.md | 3 ++- .github/prompts/find-issue.prompt.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/prompts/find-duplicates.prompt.md b/.github/prompts/find-duplicates.prompt.md index 7084c78343d..7bda0fd83af 100644 --- a/.github/prompts/find-duplicates.prompt.md +++ b/.github/prompts/find-duplicates.prompt.md @@ -1,7 +1,8 @@ --- # NOTE: This prompt is intended for internal use only for now. 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) tools: - execute/getTerminalOutput diff --git a/.github/prompts/find-issue.prompt.md b/.github/prompts/find-issue.prompt.md index 98077c08ed9..dfdfdd56b69 100644 --- a/.github/prompts/find-issue.prompt.md +++ b/.github/prompts/find-issue.prompt.md @@ -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 agent: Engineering 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: - github/* - agent/runSubagent