Files
antigravity-skills-reference/skills/bug-hunter/README.md
2026-03-05 21:02:34 +05:30

21 lines
375 B
Markdown

# Bug Hunter
Systematically debugs and fixes a bug using standard debugging techniques.
## What It Does
- Reproduces the bug
- Traces execution flow
- Identifies the root cause
- Fixes the bug
- Adds tests to prevent regression
- Documents the bug
## Usage
```
Use @bug-hunter to fix the login timeout issue
```
The skill will systematically debug and fix the problem.