← 返回 Skills 市场
yontlly

'提取高优先级测试用例'

作者 yontlly · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install testcase-filter
功能描述
筛选测试用例Excel文件,提取P0/P1优先级用例,删除项目/产品列,重新编号并保持原格式
安全使用建议
总体上这是一个功能与描述一致的 Excel 处理工具,但在安装或运行前请注意: - 不要直接运行仓库中的 batch_process.py、check_headers.py 或 verify_output.py,除非你已检查并修改其中的硬编码路径,否则它们会尝试访问开发者机器上的特定路径。\n- 在受控环境(例如虚拟环境或隔离的测试机器)中先运行并用备份的 Excel 文件验证输出。\n- 如果只需主功能,调用 testcase_filter.process_excel(...) 或运行通过 setup.py 安装后的控制台脚本(并在命令行中显式指定输入/输出路径)。\n- 若在企业环境中使用,审查代码以确认没有额外日志/上报逻辑后再部署;可在本地替换或删除带绝对路径的示例脚本以消除误操作风险。
功能分析
Type: OpenClaw Skill Name: testcase-filter Version: 1.0.0 The skill is a legitimate utility designed to filter Excel test case files by priority (P0/P1) and reformat them using the openpyxl library. While several helper scripts (batch_process.py, check_headers.py, and verify_output.py) contain hardcoded file paths specific to a developer's local environment (C:\Users\yanghua1\...), the core logic in testcase_filter.py is focused entirely on file manipulation and lacks any indicators of malicious intent, such as data exfiltration, network communication, or unauthorized command execution.
能力评估
Purpose & Capability
Skill 名称、描述、SKILL.md 与主模块 testcase_filter.py 的实现相符:查找优先级/编号列、拆分合并单元格、删除项目/产品列、筛选 P0/P1、重新编号并复制样式。setup.py 列出的依赖(openpyxl)与实现一致。
Instruction Scope
SKILL.md 的运行说明本身只建议调用 process_excel(input_file, output_file) 并不会要求访问网络或任意系统区域。但仓库中存在若干辅助脚本(batch_process.py、check_headers.py、verify_output.py)包含硬编码的绝对 Windows 路径(例如 C:\Users\yanghua1\...)和对特定本地文件的直接读取,这些文件若被直接运行会访问本地文件系统。该行为可以是开发遗留问题而非恶意,但它增加了误执行本地文件的风险,应在运行前审查或移除这些脚本。
Install Mechanism
无安装规范(instruction-only 风格),仅在源码中通过 setup.py 提供可选安装项,依赖仅为 openpyxl(在 SKILL.md 与 setup.py 中一致)。没有从不可信 URL 下载或执行远程代码的安装指令。
Credentials
不要求环境变量、凭据或配置路径;所需权限仅限于读取/写入用户指定的 Excel 文件,与技能目的相符。
Persistence & Privilege
flags 显示 always:false、user-invocable:true,技能不会强制常驻或修改其他技能/全局配置。代码也不尝试持久化凭据或改变平台级设置。
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install testcase-filter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /testcase-filter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of testcase-filter. - Filters Excel test case files to extract P0/P1 priority cases only. - Deletes project/product columns automatically. - Renumbers remaining test cases starting from TC001 for each sheet. - Splits merged cells and fills content to all resulting cells. - Skips sheets without a priority column or with empty priority columns. - Preserves all original formatting, styles, and layout in the output file.
元数据
Slug testcase-filter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

'提取高优先级测试用例' 是什么?

筛选测试用例Excel文件,提取P0/P1优先级用例,删除项目/产品列,重新编号并保持原格式. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 '提取高优先级测试用例'?

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

'提取高优先级测试用例' 是免费的吗?

是的,'提取高优先级测试用例' 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

'提取高优先级测试用例' 支持哪些平台?

'提取高优先级测试用例' 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 '提取高优先级测试用例'?

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

💬 留言讨论