test-debug-loop

star 140

Use when a failing test or runtime error needs a tight reproduce, diagnose, patch, and rerun loop.

nex-agi By nex-agi schedule Updated 5/14/2026

name: test-debug-loop description: "Use when a failing test or runtime error needs a tight reproduce, diagnose, patch, and rerun loop."

Test And Debug Loop

  • Reproduce the failure with the narrowest command.
  • Read the stack trace from the first project-owned frame.
  • Form one concrete hypothesis at a time.
  • Patch the cause rather than the symptom.
  • Rerun the failing test before running wider checks.
  • If the failure is external or flaky, capture the evidence and avoid hiding it.
Install via CLI
npx skills add https://github.com/nex-agi/NexAU --skill test-debug-loop
Repository Details
star Stars 140
call_split Forks 24
navigation Branch main
article Path SKILL.md
More from Creator