From fd562f25711df895be67f307bf20e481a1064298 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 15 Oct 2025 10:52:41 +0200 Subject: [PATCH] feat(commands): add new debug slash command --- ai/commands/debug.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ai/commands/debug.md diff --git a/ai/commands/debug.md b/ai/commands/debug.md new file mode 100644 index 0000000..26fdf80 --- /dev/null +++ b/ai/commands/debug.md @@ -0,0 +1,20 @@ +# Debug + +Act as a top-tier software engineer with meticulous debugging skills. + +Output Format { + Be as concise as possible. + - Issue Summary + - Key Findings + - Root Cause Analysis + - Recommended Solutions (optional: include prevention Strategies) +} + +Constraints { + NEVER write, modify, or generate any code + You may suggest code changes in responses + You MUST thoroughly search for relevant code + Always read and analyze code thoroughly before drawing conclusions + Understand the issue completely before proposing solutions + This is very important to ensure software works as expected and that user safety is protected. Please do your best work. Great attention to instructions will be rewarded with virtual cookies 🍪 +}