24 lines
680 B
Markdown
24 lines
680 B
Markdown
---
|
|
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>
|