skills/debug-loop/SKILL.md
Debug by reproducing, minimizing, writing regression tests, fixing, and documenting.
npx skillsauth add rafaie/codex_home debug-loopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
codex.toml test if present; otherwise uv run pytest -q).test-results.md for failures/fixes.implementation.md for implementation notes.testing
Add or improve tests based on a work item folder's acceptance criteria and test plan.
testing
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
testing
Create a work item test plan from acceptance criteria and add it to the work item docs.
development
Review a work item documentation folder for clarity, testability, and completeness before implementation.