chore: add small fixIssueNo utility prompt (#266995)

Allows a quick slash command+number paste then delegation to CCA
This commit is contained in:
Connor Peet
2025-09-15 16:21:03 -07:00
committed by GitHub
parent b56ca46cb1
commit aff267b6d1

8
.github/prompts/fixIssueNo.prompt.md vendored Normal file
View File

@@ -0,0 +1,8 @@
---
mode: Plan
tools: ['runCommands', 'runTasks', 'runNotebooks', 'search', 'new', 'usages', 'vscodeAPI', 'problems', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'runTests', 'get_issue', 'get_issue_comments', 'get_me', 'get_pull_request', 'get_pull_request_diff', 'get_pull_request_files']
---
The user has given you a Github issue number. Use the `get_issue` to retrieve its details. Understand the issue and propose a solution to solve it.
NEVER share any thinking process or status updates before you have your solution.