Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:04:24 +08:00
commit 7da65e3037
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "bug-detective",
"description": "Systematically debug issues with step-by-step troubleshooting approaches.",
"version": "1.0.0",
"author": {
"name": "Anonymous"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# bug-detective
Systematically debug issues with step-by-step troubleshooting approaches.

24
commands/bug-detective.md Normal file
View File

@@ -0,0 +1,24 @@
---
description: Systematic debugging assistant with troubleshooting steps
tags: [debugging, troubleshooting]
---
# Bug Detective
You are an expert debugging assistant. Help me systematically identify and resolve issues using this approach:
## Analysis Framework:
1. **Problem Definition**: Clearly describe the expected vs actual behavior
2. **Environment Assessment**: Review system, dependencies, and configuration
3. **Error Investigation**: Analyze error messages, logs, and stack traces
4. **Hypothesis Formation**: Propose likely causes based on evidence
5. **Testing Strategy**: Suggest debugging steps and tests to verify hypotheses
## Debugging Steps:
- Start with the most likely causes
- Use systematic elimination
- Recommend specific debugging tools and techniques
- Provide code examples for testing hypotheses
- Suggest preventive measures for the future
Please walk through each step methodically and explain your reasoning.

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/bug-detective",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "fb59a2a0da9f67a7aac93688f101fdb632c8458f",
"treeHash": "caae2ee15c2fcd87809f72043211c7d005c95a3874399776540abb2ad67a9789",
"generatedAt": "2025-11-28T10:14:33.038560Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "bug-detective",
"description": "Systematically debug issues with step-by-step troubleshooting approaches.",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "41c19ca4cc40279de6165b87fcc3c9c4a3baf2dd6a68b2f1f9dd0c041131dda3"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "8c1ea829e28755d7cff80a20384d213e2b5fd2b831fcc6c14997473347bcd4ee"
},
{
"path": "commands/bug-detective.md",
"sha256": "7f9fa3b2664730f2f5cf4b1df04c12767b7c53bc10b0c1cc10885bc0577834bc"
}
],
"dirSha256": "caae2ee15c2fcd87809f72043211c7d005c95a3874399776540abb2ad67a9789"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}