agentsclimarketplace

Intellij junie

Skill jovd83/junit5-skill/installers/intellij-junie

Use when Codex needs to help configure IntelliJ IDEA for JUnit 5 development, execution, debugging, and Junie-style workflows in a JVM project.From its SKILL.md

Install
npx -y skills add jovd83/junit5-skill --skill intellij-junie

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.

SKILL.md

1.3 KB, 148 tokens by cl100k_base, as published. Nobody here has run it

JUnit 5 IntelliJ Setup

1. Confirm the Project Shape

  1. Confirm the repo imports cleanly as Maven or Gradle.
  2. Confirm the JDK version expected by the build.
  3. Confirm JUnit 5 dependencies exist in the test scope.

2. Configure the IDE

  1. Import the project from the build file instead of creating a detached IDE project.
  2. Set the project SDK and language level to match the build.
  3. Confirm IntelliJ uses the build tool or JUnit 5 runner path expected by the repo.

3. Validate

  1. Run one focused test class.
  2. Debug one test method.
  3. Confirm tags and environment-sensitive tests behave as expected.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.