Debug Loop

Debug by reproducing, minimizing, writing regression tests, fixing, and documenting. Use when this capability is needed.

tomevault-io Updated

File contents

  1. Reproduce the failure (exact command, inputs, environment).
  2. Minimize to the smallest failing case.
  3. Add a regression test that fails before the fix.
  4. Fix the root cause.
  5. Re-run the project test command (codex.toml test if present; otherwise uv run pytest -q).
  6. Update the feature spec Debug log with repro, root cause, fix, and regression test.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rafaie--codex-home--debug-loop commit 8a52dd688d

Frequently asked questions

npx skillmds@latest add tomevault-io/debug-loop