·bug-detective
>_

bug-detective

This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem", "something is broken", "this isn't working", "why is this failing", or reports errors/exceptions/bugs. Provides systematic debugging workflow and common error patterns.

13Installs·3Trend·@galaxy-dawn

Installation

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

How to Install bug-detective

Quickly install bug-detective AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: galaxy-dawn/claude-scholar.

SKILL.md

View raw

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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective
Category
>_Productivity
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from galaxy-dawn/claude-scholar

Quick answers

What is bug-detective?

This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem", "something is broken", "this isn't working", "why is this failing", or reports errors/exceptions/bugs. Provides systematic debugging workflow and common error patterns. Source: galaxy-dawn/claude-scholar.

How do I install bug-detective?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/galaxy-dawn/claude-scholar --skill bug-detective Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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