Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:37 +08:00
commit ccc65b3f07
180 changed files with 53970 additions and 0 deletions

23
commands/debug.md Normal file
View 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>