← 返回 Skills 市场
52yuanchangxing

Regression Story Builder

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install regression-story-builder
功能描述
基于历史问题生成回归测试故事集、风险等级和优先级。;use for regression, testing, qa workflows;do not use for 宣称已经执行测试, 跳过高风险路径.
安全使用建议
This skill appears to be what it says: a local, read-only oriented tool to produce regression-story drafts and lightweight audits. Before running it: 1) Prefer running the script against specific, scoped input files (e.g., a bug-summary file) rather than large directories or system folders to avoid accidental exposure of unrelated files. 2) Inspect scripts/run.py (already included) if you handle sensitive data—the script reads files and can summarize them. 3) Use --dry-run or run locally in an isolated environment if unsure. 4) The skill does not access network or request credentials, but do not provide real secrets in inputs; the script will scan for secret-like patterns and will redact matches in its output.
能力评估
Purpose & Capability
Name/description (generate regression stories, risk and priority) align with the included resources and the script. Required binary (python3) and local resources (spec.json, template.md) are appropriate. The script implements structured brief generation and light auditing features which fit the skill's stated modes.
Instruction Scope
SKILL.md instructs the agent to produce structured output or optionally run the included script: python3 scripts/run.py --input <...> --output <...>. The script reads files and directories given as input and can run several audit modes (structured_brief, directory_audit, csv_audit, pattern_audit, skill_audit). This is expected, but be aware that if an operator supplies a large or sensitive directory path as --input the script will read many text files (including .md, .py, .json, .yaml, .sh, etc.). The SKILL.md itself emphasizes read-only/dry-run behavior and not executing tests; the code does not attempt remote calls or execute external code.
Install Mechanism
No install spec or external downloads. The skill is instruction-only plus a local Python script that relies on the standard library. No package registry or remote extract/install steps are present.
Credentials
The skill requests no environment variables or credentials. The only runtime requirement is python3. The script scans files for 'secret-like' patterns but sanitizes matched snippets before printing; it does not attempt to read environment variables or secret stores.
Persistence & Privilege
always:false and no install hooks. The skill does not modify other skills or system-wide agent settings. It can write output files only if the user supplies an --output path (and will obey --dry-run). Autonomous invocation is permitted by default (normal), but the skill itself does not request elevated privileges or permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install regression-story-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /regression-story-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of regression-story-builder. - Generates regression test story sets based on historical issues. - Provides risk levels, prioritization, and review-ready drafts. - Emphasizes explicit boundaries: does not execute tests, skip high-risk paths, or make unsupported claims. - Outputs structured results including regression stories, high-risk scenarios, recommended priorities, triggers, acceptance signals, and supplementary data. - Supports Python3 script integration when possible; otherwise, produces results from templates/spec files.
元数据
Slug regression-story-builder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Regression Story Builder 是什么?

基于历史问题生成回归测试故事集、风险等级和优先级。;use for regression, testing, qa workflows;do not use for 宣称已经执行测试, 跳过高风险路径. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Regression Story Builder?

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

Regression Story Builder 是免费的吗?

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

Regression Story Builder 支持哪些平台?

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

谁开发了 Regression Story Builder?

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

💬 留言讨论