repo-debugging-ledger
Installation
SKILL.md
Repo Debugging Ledger
Use this skill as a lightweight overlay on normal debugging. Its job is to prevent loops and untested assumptions.
Start With A Repro Signal
Create the smallest useful pass/fail loop:
- unit/integration test,
- CLI command,
- HTTP request,
- browser script,
- fixture replay,
- log assertion,
- repeated flake trigger.
If no loop exists, state the best available signal and what artifact would make it deterministic.