debug-hypothesis
by @LichAmnesia/lich-skills · 228 stars · New installs/wk
Use when debugging any non-trivial bug — wrong output, crash, flaky test, performance regression, or "it works locally but not in CI." Forces a scientific-method loop (Observe → Hypothesize →…
Install
npx skills add https://github.com/LichAmnesia/lich-skills --skill debug-hypothesisSummary
- Forces a scientific-method loop: Observe → Hypothesize → Experiment → Conclude
- Stops the agent guessing and bulldozing through a wrong idea instead of falsifying it
- Works for wrong output, crashes, flaky tests, perf regressions, and works-locally-not-in-CI bugs