← 返回 Skills 市场
52yuanchangxing

Qa Scenario Synthesizer

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qa-scenario-synthesizer
功能描述
把需求拆成功能、异常、跨端、脏输入和恢复场景测试集。;use for qa, test-scenarios, edge-cases workflows;do not use for 宣称已经完成测试, 忽略关键用户路径.
安全使用建议
This skill appears to be what it says: a local QA/test-scenario synthesizer that uses a bundled Python script. Before running: (1) review scripts/run.py if you have concerns; (2) avoid pointing --input at directories containing secrets, private keys, or unrelated configs because the tool will read files and may include snippets in output; (3) run with --dry-run or point it at a copy of your data first; (4) if you plan to let an agent invoke this autonomously, be aware it may read files you supply — restrict inputs and run in an isolated workspace.
功能分析
Type: OpenClaw Skill Name: qa-scenario-synthesizer Version: 1.0.0 The skill bundle is a legitimate tool for generating QA test scenarios from requirements. While the core script `scripts/run.py` contains additional auditing capabilities (such as scanning for secrets, hardcoded credentials, and dangerous shell commands), these functions are defensive in nature, include logic to mask discovered secrets, and do not perform any data exfiltration or unauthorized execution. The instructions in `SKILL.md` and `README.md` emphasize safety boundaries, manual review, and dry-run procedures, showing no signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, resources, and scripts all align: a local, read-only-focused QA/test-scenario generator and local audit helper. Declared requirement (python3) matches the bundled Python script; no unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions limit behavior to producing structured text and optionally running scripts/run.py. The script reads provided files/directories (including .py/.sh/.json/.md) to generate reports and pattern scans. This is expected for an auditing/generation tool, but means you should not point the skill at directories containing secrets or other sensitive files because it will read and may include snippets in outputs.
Install Mechanism
Instruction-only install (no remote download). The bundle includes a local Python script and resource files; there is no installer that fetches code from external URLs or executes remote archives.
Credentials
The skill requests no environment variables or credentials. Its functionality is consistent with this: it operates on local input files and templates only.
Persistence & Privilege
always is false, the skill does not request permanent/force-installed presence, and it does not modify other skills or global agent configuration. It may write requested output files (as expected) but otherwise has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qa-scenario-synthesizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qa-scenario-synthesizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of qa-scenario-synthesizer skill. - Generates comprehensive QA test scenarios from requirements, covering main flow, exceptions, cross-platform, invalid input, and recovery situations. - Clearly separates suitable and unsuitable usage cases for scenario generation. - Provides structured output including draft for review and execution checklist. - Prioritizes explicit listing of missing or confirmation-needed items. - Ensures strict safety boundaries: no execution of high-risk commands, always readable and auditable outputs.
元数据
Slug qa-scenario-synthesizer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Qa Scenario Synthesizer 是什么?

把需求拆成功能、异常、跨端、脏输入和恢复场景测试集。;use for qa, test-scenarios, edge-cases workflows;do not use for 宣称已经完成测试, 忽略关键用户路径. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Qa Scenario Synthesizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qa-scenario-synthesizer」即可一键安装,无需额外配置。

Qa Scenario Synthesizer 是免费的吗?

是的,Qa Scenario Synthesizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Qa Scenario Synthesizer 支持哪些平台?

Qa Scenario Synthesizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Qa Scenario Synthesizer?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论