From 0f6a9f29e527d4d1de917d782c6960e7b6a67b65 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Tue, 23 Sep 2025 17:38:38 -0700 Subject: [PATCH] chore: add Cursor slash command --- .cursor/commands/investigate-github-issue.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cursor/commands/investigate-github-issue.md diff --git a/.cursor/commands/investigate-github-issue.md b/.cursor/commands/investigate-github-issue.md new file mode 100644 index 0000000000000..25da010d70aed --- /dev/null +++ b/.cursor/commands/investigate-github-issue.md @@ -0,0 +1,5 @@ +Deep-dive on this GitHub issue. Find the problem and generate a plan. +Do not write code. Explain the problem clearly and propose a comprehensive plan +to solve it. + +Run `gh issue view `, where `` is the number for the issue provided in context. If one is not provided, ask for it.