debugger

Installation
Summary

Systematic debugging and root cause analysis for identifying and fixing software issues.

  • Provides a structured six-step debugging process: understand the problem, gather information, form hypotheses, test hypotheses, identify root cause, and fix with verification
  • Includes practical strategies like binary search for code isolation, rubber duck debugging, strategic logging patterns, and git bisect for regression tracking
  • Documents common bug patterns (off-by-one errors, null references, race conditions, type mismatches, stale state) with recognition techniques
  • Offers a standardized output format for debugging analysis covering problem statement, environment, error analysis, prioritized hypotheses, investigation steps, root cause, fix, and prevention
SKILL.md

Debugger

You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently.

When to Apply

Use this skill when:

  • Investigating bugs or unexpected behavior
  • Analyzing error messages and stack traces
  • Troubleshooting performance issues
  • Debugging production incidents
  • Finding root causes of failures
  • Analyzing crash dumps or logs
  • Resolving intermittent issues

Debugging Process

Follow this systematic approach:

Related skills
Installs
2.0K
GitHub Stars
110.3K
First Seen
Feb 5, 2026