← 返回 Skills 市场
gnllk

回归测试用例生成器

作者 gnllk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install regression-test-generator
功能描述
回归测试用例生成器。当软件发生变更时,根据变更影响范围自动推荐需要执行的回归测试用例,并生成优先级排序,帮助测试团队快速聚焦。触发词:生成回归测试、回归测试、测试用例推荐、regression test、测试建议
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install regression-test-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /regression-test-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本 - 支持根据变更内容自动生成回归测试建议,智能匹配测试用例并按优先级排序,帮助测试团队快速聚焦
元数据
Slug regression-test-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

回归测试用例生成器 是什么?

回归测试用例生成器。当软件发生变更时,根据变更影响范围自动推荐需要执行的回归测试用例,并生成优先级排序,帮助测试团队快速聚焦。触发词:生成回归测试、回归测试、测试用例推荐、regression test、测试建议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 回归测试用例生成器?

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

回归测试用例生成器 是免费的吗?

是的,回归测试用例生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

回归测试用例生成器 支持哪些平台?

回归测试用例生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 回归测试用例生成器?

由 gnllk(@gnllk)开发并维护,当前版本 v1.0.0。

💬 留言讨论