debugging-systematically

Installation
SKILL.md

Debugging Systematically

Quick Start

  1. Reproduce - Create reliable reproduction steps, document environment
  2. Isolate - Binary search to narrow down, create minimal repro case
  3. Hypothesize - Generate 3+ theories with evidence and test cost
  4. Test - Design tests to prove/disprove each hypothesis
  5. Fix & Verify - Write failing test first, implement fix, verify green

Features

Installs
6
GitHub Stars
4
First Seen
Mar 10, 2026
debugging-systematically — doanchienthangdev/omgkit