agentsclimarketplace

Root cause

Skill jovd83/junit5-skill/documentation/root_cause

JUnit 5 skill pack for creating, debugging, modernizing, documenting, and routing JVM test workflows.

Install
npx -y skills add jovd83/junit5-skill --skill root_cause

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when Codex needs to analyze a failing JUnit 5 test run, identify the most likely root cause, and produce a developer-focused diagnosis with concrete next fixes.

SKILL.md

1.4 KB, as published. Nobody here has run it

JUnit 5 Root Cause Analysis

1. Capture the Failure

  1. Capture the failing class, method, stack trace, and environment details.
  2. Reproduce the failure as narrowly as possible.
  3. Separate symptom from suspected cause.

2. Classify the Failure

  1. Check for assertion mismatch.
  2. Check for fixture leakage or ordering issues.
  3. Check for environment mismatch.
  4. Check for timing, randomness, file system, locale, or time zone issues.
  5. Check for a real production bug.

3. Report the Diagnosis

  1. State the most likely root cause.
  2. State the evidence supporting that conclusion.
  3. State the smallest safe next fix.
  4. State any remaining uncertainty explicitly.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.