AITestCraft
Automated test case generation from multi-source requirement documents
All Skills in This Repository (8)
Pure Emerald Level Indicatorstestcase-reviewer
Evaluate test cases for executability, assertion completeness, duplication, and coverage gaps.
testpoint-deduplicator
Deduplicate test points by semantic similarity and output Markdown tables.
testcase-generator
Generate executable test cases grouped by module in Markdown tables.
requirement-parser
Parses product requirement text into MERGED placeholder text.
module-aggregator
Aggregate and deduplicate test points from multiple Markdown module tables.
gap-filler
Generate additional test cases from review issues and coverage gaps.
testcase-coverage
Analyze test cases against requirements to quantify coverage and identify gaps.
testpoint-extractor
Generate a Markdown table of test points from requirement structures.
Frequently Asked Questions
FAQPage SchemaHow to install AITestCraft?▼
Run `npx skills add liwanlei/AITestCraft --all -g -y` in your terminal to install all skills in this suite globally.
How to generate test cases from requirement documents?▼
Submit plain text, a PDF file, or a document link from Feishu, Yuque, TAPD, Shimo, or Confluence, and the workflow automatically produces reviewed, deduplicated test cases.
What output formats does AITestCraft support?▼
It exports test cases as JSON, Markdown, and both XMind 8 and XMind 2023 mind map files.
Does AITestCraft check test coverage?▼
Yes. It scores requirement coverage, assigns a risk level, lists uncovered scenarios, and automatically fills gaps with new test cases.
What happens if a test generation run fails?▼
The checkpoint system resumes from the last completed node, skipping finished steps so no tokens are spent twice.
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