clear-solutions
@clear-solutions Organization
2 Skills
28 Total Stars
February 2026 Joined
Public Skills
generate-test-cases
by clear-solutions
Analyze code and generate a structured list of test cases following battle-tested INCLUDE/EXCLUDE rules. Outputs Given-When-Then format covering all code branches. Use before writing actual tests.
generate-tests
by clear-solutions
Generate high-quality unit tests from test cases. Applies proven testing principles like Given-When-Then structure, focused tests, clean test data, and behavior-driven testing. Supports multiple languages with specialized rules for Java.