Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Test Quality (JUnit 5 + AssertJ)

Load: view .claude/skills/test-quality/SKILL.md


Description

Helps Claude suggest meaningful JUnit tests and improve test coverage for Java projects.


Use Cases

  • "Add tests for PluginManager.loadAll()"
  • "Review existing tests in PluginLoaderTest"
  • "Improve test coverage for lifecycle module"

Examples

> view .claude/skills/test-quality/SKILL.md
> "Add unit tests for ExtensionFactory with edge cases"
→ Generates JUnit 5 tests with AssertJ assertions

Notes / Tips

  • Works best when class/method signatures are available
  • Can suggest missing edge cases or null checks