← Back to Skills Marketplace
Qa Scenario Synthesizer
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qa-scenario-synthesizer
Description
把需求拆成功能、异常、跨端、脏输入和恢复场景测试集。;use for qa, test-scenarios, edge-cases workflows;do not use for 宣称已经完成测试, 忽略关键用户路径.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qa-scenario-synthesizer - After installation, invoke the skill by name or use
/qa-scenario-synthesizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Qa Scenario Synthesizer?
把需求拆成功能、异常、跨端、脏输入和恢复场景测试集。;use for qa, test-scenarios, edge-cases workflows;do not use for 宣称已经完成测试, 忽略关键用户路径. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Qa Scenario Synthesizer?
Run "/install qa-scenario-synthesizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qa Scenario Synthesizer free?
Yes, Qa Scenario Synthesizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qa Scenario Synthesizer support?
Qa Scenario Synthesizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Qa Scenario Synthesizer?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills