systematic-debugging

Installation
SKILL.md

Systematic Bug Fixing

A disciplined approach to debugging based on Dan Abramov's methodology. The key insight: without a verifiable reproduction case, any attempted fix is guesswork.

The Process

Step 1: Establish a Reproduction Case

Before attempting ANY fix, create a reliable repro that demonstrates the bug.

A valid repro must specify:

  1. Actions: Exact steps to trigger the bug
  2. Expected: What should happen
  3. Actual: What actually happens
Installs
3
First Seen
Feb 5, 2026
systematic-debugging — heymynameisrob/agent-config