← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install regression-test-generator
Description
回归测试用例生成器。当软件发生变更时,根据变更影响范围自动推荐需要执行的回归测试用例,并生成优先级排序,帮助测试团队快速聚焦。触发词:生成回归测试、回归测试、测试用例推荐、regression test、测试建议
Usage Guidance
This skill appears internally consistent and benign: it includes a self-contained Python script that parses a text description and prints prioritized test cases. Before installing, inspect SKILL.md and the script for any unexpected invisible/control characters (they were flagged by the pre-scan), and optionally run the script locally in a sandbox to confirm behavior. If you plan to integrate with CI or a test management system, review/modify the code to add explicit, auditable endpoints and credentials rather than trusting opaque instructions. If you see any unexpected network calls, hidden files, or added install scripts, do not proceed and re-audit the package.
Capability Analysis
Type: OpenClaw Skill
Name: regression-test-generator
Version: 1.0.0
The skill is a legitimate regression test case generator designed to recommend test cases based on software change descriptions. The core logic is implemented in a local Python script (scripts/generate_regression_test.py) using keyword matching and a hardcoded test library, with no evidence of network access, data exfiltration, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description match the provided artifacts: SKILL.md describes generating regression test recommendations and the repository includes a Python script that takes a change description and prints prioritized test cases. There are no extra credentials, unrelated binaries, or config paths requested.
Instruction Scope
Runtime instructions are narrowly scoped: accept a change description and run scripts/generate_regression_test.py "变更描述". The SKILL.md does not instruct reading arbitrary system files, environment variables, or contacting external endpoints. It contains policy/guideline text for test teams which is expected.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). The included Python script is plain text, uses only standard library modules, and will run locally. No downloads or archives are fetched.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code itself does not attempt to read env vars or external credentials; it only processes the provided change description string.
Persistence & Privilege
Skill is not force-included (always:false) and does not request persistent or elevated privileges. It does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install regression-test-generator - After installation, invoke the skill by name or use
/regression-test-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本 - 支持根据变更内容自动生成回归测试建议,智能匹配测试用例并按优先级排序,帮助测试团队快速聚焦
Metadata
Frequently Asked Questions
What is 回归测试用例生成器?
回归测试用例生成器。当软件发生变更时,根据变更影响范围自动推荐需要执行的回归测试用例,并生成优先级排序,帮助测试团队快速聚焦。触发词:生成回归测试、回归测试、测试用例推荐、regression test、测试建议. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install 回归测试用例生成器?
Run "/install regression-test-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 回归测试用例生成器 free?
Yes, 回归测试用例生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 回归测试用例生成器 support?
回归测试用例生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 回归测试用例生成器?
It is built and maintained by gnllk (@gnllk); the current version is v1.0.0.
More Skills