🧪 Skills
hdyceshiceshi
Generate structured XMind test cases from functional requirement descriptions for login, registration, checkout, search, and related features.
v1.0.0
Description
name: xmind-testcase version: 0.1.0 description: > Generate XMind test cases from requirement descriptions. This Skill analyzes functional requirements and automatically produces structured test cases in XMind format. Supports login, registration, checkout, search features, and more.
entry: type: script command: python3 scripts/generate_xmind.py
inputs: requirement: type: string description: The functional requirement description. example: "用户登录功能:支持用户名密码登录,密码错误提示,三次失败锁定"
outputs: xmind_file: type: file description: The generated XMind test case file.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!