·bug-detective
>_

bug-detective

当用户要求“调试这个”、“修复这个错误”、“调查这个错误”、“解决这个问题”、“找到问题”、“有些东西坏了”、“这不起作用”、“为什么失败”或报告错误/异常/错误时,应该使用此技能。提供系统的调试工作流程和常见错误模式。

13安装·3热度·@galaxy-dawn

安装

$npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective

如何安装 bug-detective

通过命令行快速安装 bug-detective AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:galaxy-dawn/claude-scholar。

SKILL.md

查看原文

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
分类
>_效率工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from galaxy-dawn/claude-scholar

快速解答

什么是 bug-detective?

当用户要求“调试这个”、“修复这个错误”、“调查这个错误”、“解决这个问题”、“找到问题”、“有些东西坏了”、“这不起作用”、“为什么失败”或报告错误/异常/错误时,应该使用此技能。提供系统的调试工作流程和常见错误模式。 来源:galaxy-dawn/claude-scholar。

如何安装 bug-detective?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/galaxy-dawn/claude-scholar