π―
generate-test-cases
π―Skillfrom clear-solutions/unit-tests-skills
What it does
Generates comprehensive test case scenarios by analyzing code branches, following strict INCLUDE/EXCLUDE rules, and outputting test cases in Given-When-Then format.
Part of
clear-solutions/unit-tests-skills(2 items)
generate-test-cases
Installation
npxRun with npx
npx openskills install clear-solutions/unit-tests-skillsnpxRun with npx
npx openskills syncQuick InstallInstall with npx
npx skills add clear-solutions/unit-tests-skillsQuick InstallInstall with npx
npx skills add clear-solutions/unit-tests-skills --skill generate-test-casesQuick InstallInstall with npx
npx skills add clear-solutions/unit-tests-skills --skill generate-tests+ 2 more commands
π Extracted from docs: clear-solutions/unit-tests-skills
2Installs
-
AddedFeb 4, 2026
Skill Details
SKILL.md
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.