From 699c22ed04a58ef9b58039827407d6d0067f928c Mon Sep 17 00:00:00 2001 From: Mohammad Faiz Date: Thu, 5 Mar 2026 21:02:34 +0530 Subject: [PATCH] Create README.md --- skills/bug-hunter/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 skills/bug-hunter/README.md diff --git a/skills/bug-hunter/README.md b/skills/bug-hunter/README.md new file mode 100644 index 00000000..aa56c2c5 --- /dev/null +++ b/skills/bug-hunter/README.md @@ -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.