← Back to Skills Marketplace
Regression Story Builder
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install regression-story-builder
Description
基于历史问题生成回归测试故事集、风险等级和优先级。;use for regression, testing, qa workflows;do not use for 宣称已经执行测试, 跳过高风险路径.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install regression-story-builder - After installation, invoke the skill by name or use
/regression-story-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Regression Story Builder?
基于历史问题生成回归测试故事集、风险等级和优先级。;use for regression, testing, qa workflows;do not use for 宣称已经执行测试, 跳过高风险路径. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Regression Story Builder?
Run "/install regression-story-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Regression Story Builder free?
Yes, Regression Story Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Regression Story Builder support?
Regression Story Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Regression Story Builder?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills