Load: view .claude/skills/test-quality/SKILL.md
Helps Claude suggest meaningful JUnit tests and improve test coverage for Java projects.
- "Add tests for PluginManager.loadAll()"
- "Review existing tests in PluginLoaderTest"
- "Improve test coverage for lifecycle module"
> view .claude/skills/test-quality/SKILL.md
> "Add unit tests for ExtensionFactory with edge cases"
→ Generates JUnit 5 tests with AssertJ assertions
- Works best when class/method signatures are available
- Can suggest missing edge cases or null checks