Intellij junie
JUnit 5 skill pack for creating, debugging, modernizing, documenting, and routing JVM test workflows.
npx -y skills add jovd83/junit5-skill --skill intellij-junieAssembled 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 help configure IntelliJ IDEA for JUnit 5 development, execution, debugging, and Junie-style workflows in a JVM project.
SKILL.md
1.3 KB, as published. Nobody here has run it
JUnit 5 IntelliJ Setup
1. Confirm the Project Shape
- Confirm the repo imports cleanly as Maven or Gradle.
- Confirm the JDK version expected by the build.
- Confirm JUnit 5 dependencies exist in the test scope.
2. Configure the IDE
- Import the project from the build file instead of creating a detached IDE project.
- Set the project SDK and language level to match the build.
- Confirm IntelliJ uses the build tool or JUnit 5 runner path expected by the repo.
3. Validate
- Run one focused test class.
- Debug one test method.
- Confirm tags and environment-sensitive tests behave as expected.