aicodem-xmind-testcase
生成 XMind 格式的测试用例思维导图文件。基于测试用例数据自动生成结构化的 XMind 文件,支持电商消费券、登录、注册、下单等多种测试场景。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aicodem/aicodem-xmind-testcaseWhat This Skill Does
The aicodem-xmind-testcase skill is a specialized utility designed for software quality assurance teams and developers to automate the creation of structured test case documentation. Instead of manually drafting mind maps or spreadsheets, this skill takes structured JSON inputs representing various testing domains—such as e-commerce coupon logic, user authentication flows, or transactional order systems—and compiles them into a standard .xmind file. By supporting multi-level hierarchies (Module → Test Point → Test Case → Detailed Execution Steps), it ensures that your QA documentation is consistent, professional, and easily navigable in popular mind mapping software like XMind, MindManager, or FreeMind.
Installation
To integrate this skill into your environment, utilize the OpenClaw CLI tool. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/aicodem/aicodem-xmind-testcase
This will pull the necessary scripts and dependencies. Ensure your environment has Python 3.6 or higher installed, as the skill leverages Python’s standard library to process and compress the file data without requiring external heavy dependencies.
Use Cases
This skill is ideal for rapid documentation cycles. Common use cases include:
- Agile Sprint Planning: Quickly generating test coverage visuals for new features to share with stakeholders.
- Regression Testing: Mapping out existing core functional flows to ensure nothing breaks during new deployments.
- Bug Reporting: Providing a clear visual path of steps to reproduce for complex edge cases.
- Standardizing Documentation: Ensuring all team members follow the same hierarchical structure when reporting test suites.
Example Prompts
- "Generate an XMind test plan for a user login module including scenarios for successful login, wrong password, and account lockout."
- "Create a mind map for our e-commerce checkout process based on these requirements: valid payment, insufficient balance, and expired voucher codes. Output the test data format."
- "Convert this JSON test suite for the password reset feature into an XMind file using aicodem-xmind-testcase."
Tips & Limitations
To maximize the utility of this skill, ensure your input JSON is strictly validated against the required schema to prevent file corruption. Always include a unique TC identifier (e.g., TC_001) in your case names to facilitate easier tracking in Jira or other issue-management systems. Note that the output files are standard ZIP-based XMind archives; if you encounter compatibility issues with specific desktop software, consider importing the data as an OPML file. The skill prioritizes a clear, logical hierarchy, so keep your modules and test points concise to avoid overly cluttered maps.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aicodem-aicodem-xmind-testcase": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write