generate-test-cases
Generate structured test cases from requirement documents automatically
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install generate-test-cases?▼
Run `npx skills add 342164796/generate-test-cases --all -g -y` in your terminal to install the skill globally.
How to generate test cases from requirements?▼
Place your Markdown requirement files in the requirements/ folder and type a trigger phrase like 'generate test cases'. The skill parses the requirements, designs cases using equivalence partitioning, boundary value analysis, scenario, and error guessing methods, then exports an XMind file.
Can it generate test cases from UI screenshots?▼
Yes. Drop design mockups, flowcharts, or prototype screenshots into the requirements/ folder alongside or instead of text, and the skill reads them as multimodal input to build relevant test cases.
Does it require coding experience to use?▼
No. You only need to write requirements in plain Markdown and confirm a few checkpoints; the agent handles parsing, case design, and XMind generation automatically.
How does the self-learning memory work?▼
The skill stores terminology, user preferences, ambiguity decisions, and generation history in a .memory/ folder, so repeated runs reuse past decisions and steadily improve coverage and accuracy.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core