什么是 bug-detective?
当用户要求“调试这个”、“修复这个错误”、“调查这个错误”、“解决这个问题”、“找到问题”、“有些东西坏了”、“这不起作用”、“为什么失败”或报告错误/异常/错误时,应该使用此技能。提供系统的调试工作流程和常见错误模式。 来源:galaxy-dawn/claude-scholar。
当用户要求“调试这个”、“修复这个错误”、“调查这个错误”、“解决这个问题”、“找到问题”、“有些东西坏了”、“这不起作用”、“为什么失败”或报告错误/异常/错误时,应该使用此技能。提供系统的调试工作流程和常见错误模式。
通过命令行快速安装 bug-detective AI 技能到你的开发环境
来源:galaxy-dawn/claude-scholar。
A systematic debugging workflow for investigating and resolving code errors, exceptions, and failures. Provides structured debugging methods and common error pattern recognition.
| Syntax Error | Code cannot be parsed | Check syntax, bracket matching, quotes | | Import Error | ModuleNotFoundError | Check module installation, path config | | Type Error | TypeError | Check data types, type conversions | | Attribute Error | AttributeError | Check if object attribute exists | | Key Error | KeyError | Check if dictionary key exists |
| Index Error | IndexError | Check list/array index range | | Null Reference | NoneType/NullPointerException | Check if variable is None | | Network Error | ConnectionError/Timeout | Check network connection, URL, timeout settings | | Permission Error | PermissionError | Check file permissions, user permissions |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective当用户要求“调试这个”、“修复这个错误”、“调查这个错误”、“解决这个问题”、“找到问题”、“有些东西坏了”、“这不起作用”、“为什么失败”或报告错误/异常/错误时,应该使用此技能。提供系统的调试工作流程和常见错误模式。 来源:galaxy-dawn/claude-scholar。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/galaxy-dawn/claude-scholar