debug

Installation
SKILL.md

Debug

Systematic debugging through hypothesis generation, evidence collection, and verification.

When to Use This Skill

  • When facing a bug with unclear root cause
  • When initial debugging attempts haven't resolved the issue
  • When you need structured investigation rather than guesswork
  • When documenting a debugging session for future reference

Input

Provide as much of the following as available:

  1. Problem Statement
    • What's the expected behavior?
    • What's the actual behavior?
    • Steps to reproduce
Installs
2
GitHub Stars
3
First Seen
Mar 1, 2026
debug — thoreinstein/agents