·testcase-generator
</>

testcase-generator

测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。

40Installs·7Trend·@chyax98

Installation

$npx skills add https://github.com/chyax98/twu --skill testcase-generator

How to Install testcase-generator

Quickly install testcase-generator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chyax98/twu --skill testcase-generator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chyax98/twu.

SKILL.md

View raw

边界三点法: 离点(min-1) | 上点(min) | 内点(中间值) | 上点(max) | 离点(max+1)

| 单文件校验失败 | 重试3次,仍失败则跳过并记录 | | 用例数过多(>15) | 提示检查是否有冗余等价类 | | 缺少边界用例 | 警告并建议补充 | | 缺少无效等价类 | 警告并建议补充异常场景 | | 步骤编号不连续 | 报错并要求修正 | | 测试类型不在枚举 | 报错并要求修正 | | 步骤与预期数量不一致 | 报错并要求修正 | | 导出失败 | 检查openpyxl依赖 |

测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。 Source: chyax98/twu.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chyax98/twu --skill testcase-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chyax98/twu --skill testcase-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from chyax98/twu

Quick answers

What is testcase-generator?

测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。 Source: chyax98/twu.

How do I install testcase-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chyax98/twu --skill testcase-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/chyax98/twu

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-28

Related Skills