Create README.md
This commit is contained in:
20
skills/bug-hunter/README.md
Normal file
20
skills/bug-hunter/README.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# 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.
|
||||||
Reference in New Issue
Block a user