什么是 test-idea-rewriting?
将被动的“验证 X”测试描述转变为主动的、可观察的测试操作。当测试想法缺乏特异性、使用模糊语言或未通过质量验证时使用。转换为动作动词格式以获得更清晰、更可测试的描述。 来源:proffesor-for-testing/agentic-qe。
将被动的“验证 X”测试描述转变为主动的、可观察的测试操作。当测试想法缺乏特异性、使用模糊语言或未通过质量验证时使用。转换为动作动词格式以获得更清晰、更可测试的描述。
通过命令行快速安装 test-idea-rewriting AI 技能到你的开发环境
来源:proffesor-for-testing/agentic-qe。
| Interaction | Click, Type, Submit, Navigate, Scroll | UI actions | | Trigger | Send, Inject, Force, Simulate, Load | API/system actions | | Measurement | Measure, Time, Count, Profile | Performance checks | | State | Set, Configure, Enable, Disable, Toggle | Setup actions | | Observation | Confirm, Assert, Check, Observe | Outcome verification |
| Verify login works | Submit valid credentials; confirm session created | | Verify API returns 200 | Send GET request; assert 200 response within 500ms | | Verify error displays | Trigger validation error; observe error message | | Verify data saves | Insert record; query database; confirm fields match |
| Verify performance | Execute 100 requests; measure p99 < 200ms |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-idea-rewriting将被动的“验证 X”测试描述转变为主动的、可观察的测试操作。当测试想法缺乏特异性、使用模糊语言或未通过质量验证时使用。转换为动作动词格式以获得更清晰、更可测试的描述。 来源:proffesor-for-testing/agentic-qe。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-idea-rewriting 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/proffesor-for-testing/agentic-qe