Skip to main content

java-test-architecture

Use this skill when statically reviewing a JVM test suite's architecture for soundness and non-flakiness: JUnit 5 lifecycle and isolation (shared mutable static state, test-instance lifecycle, order dependence, time/locale/timezone dependence, and unguarded junit.jupiter.execution.parallel usage), Testcontainers discipline (singleton-container-with-Ryuk-reuse vs per-test @Container, explicit Wait strategies vs Thread.sleep), ArchUnit layering/cycle rules including FreezingArchRule brownfield adoption, and test-quality smells (assertion-free tests, over-mocking, coverage theater, missing negative tests) expressed via AssertJ/Mockito. Also trigger when a user reports a flaky JVM test and wants root-cause triage. Reads test source, ArchUnit rule definitions, and sanitized build/test configuration only; it never invokes a JDK, runs mvn/gradle test, starts a JUnit runner, or opens a Testcontainers/Docker daemon connection.

Jump to install

Source facts

Repository
Raishin/vanguard-frontier-agentic
Last source activity
July 17, 2026 at 03:38
Detected SKILL.md language
English
Stars
18
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.