debug-failing-tests

Installation
SKILL.md

Debug Failing Tests

Workflow

  1. Run the smallest failing test first.
  2. Read the failure message, stack trace, and assertion intent.
  3. Determine whether the test, fixture, environment, or product code is wrong.
  4. Fix the root cause instead of weakening assertions.
  5. Add a regression test when the failure exposed an untested behavior.
  6. Re-run the targeted test and then the relevant suite.

Verification

  • Targeted test passes.
  • Relevant suite passes.

Common Mistakes

Installs
2
GitHub Stars
1
First Seen
Jul 26, 2026
debug-failing-tests — alizharb/agent-skills