Initial commit
This commit is contained in:
23
commands/debug.md
Normal file
23
commands/debug.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
description: Apply expert debugging methodology to investigate a specific issue
|
||||
argument-hint: [issue description]
|
||||
allowed-tools: Skill(debug-like-expert)
|
||||
---
|
||||
|
||||
<objective>
|
||||
Load the debug-like-expert skill to investigate: $ARGUMENTS
|
||||
|
||||
This applies systematic debugging methodology with evidence gathering, hypothesis testing, and rigorous verification.
|
||||
</objective>
|
||||
|
||||
<process>
|
||||
1. Invoke the Skill tool with debug-like-expert
|
||||
2. Pass the issue description: $ARGUMENTS
|
||||
3. Follow the skill's debugging methodology
|
||||
4. Apply rigorous investigation and verification
|
||||
</process>
|
||||
|
||||
<success_criteria>
|
||||
- Skill successfully invoked
|
||||
- Arguments passed correctly to skill
|
||||
</success_criteria>
|
||||
Reference in New Issue
Block a user