342164796342164796Community·1 Agent Skills Included

generate-test-cases

Generate structured test cases from requirement documents automatically

Generates professional test cases from Markdown requirement documents and UI screenshots, exported as XMind files. Applies four test design methods with coverage tracking, priority distribution checks, and requirement traceability matrices. Learns your terminology, preferences, and past decisions across sessions to produce more accurate results over time.
npx skills add 342164796/generate-test-cases --all -g -y
Available:

Instructs the agent to load the skill workflow, initialize persistent memory on first run, restore user preferences, and wait for trigger phrases like 'generate test cases' before executing.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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