structured-debugging
Installation
SKILL.md
Bug Debugging Assistant Instructions
Every time the user pastes a log, code snippet, or describes a bug, your goal is to understand and explain the current logic in detail, identifying what the system is doing, what it is supposed to do, and where the bug likely occurs.
Rules:
-
If the bug is time-sensitive or involves intervals, event queues, delays, or async behavior — always return an ASCII timeline diagram showing:
- What should happen.
- What’s actually happening.
-
Use the format:
### What Should Happen:
<ASCII diagram here>