Issue Reproducer — 复现问题
v1.0.0将 bug 描述自动拆解为可复现步骤、运行环境、预期与实际结果及最小复现条件,帮助 QA 与开发者快速定位缺陷、加速修复流程。
0· 150·0 当前·0 累计
下载技能包
最后更新
2026/3/18
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and requirements are coherent with its stated purpose (turning bug descriptions into structured repro reports); it is an instruction-first skill with a small local Python utility and no disproportionate credentials, installs, or network behavior.
评估建议
This skill appears to do what it says: produce structured reproduction reports and perform optional local audits. Before installing or running it, review the included scripts/run.py (already present) and: 1) run it in a safe directory (avoid pointing it at /, home, or directories with secrets), 2) do not pass sensitive files or credentials as input, 3) if you plan to let an agent invoke the skill autonomously, restrict the allowed input paths or review outputs first (the script can read arbitrar...详细分析 ▾
✓ 用途与能力
Name/description (issue reproduction / structured brief) align with the included files: a template, spec.json, examples, and a Python script that builds structured reports, audits directories or CSVs, and scans for risky patterns. The single required binary (python3) is proportionate.
ℹ 指令范围
SKILL.md limits behavior (emphasizes read-only, no fabrication, list missing info) and explicitly suggests running the local script when allowed. The script legitimately reads files/directories (markdown, code, CSV, etc.) to build reports and to search for patterns; this is within scope for an audit/reporting skill. Note: because the script can be pointed at arbitrary paths, it can read local files (including potentially sensitive files) — the SKILL.md and README discourage sending secrets and recommend local-only operation.
✓ 安装机制
No install spec; instruction-only skill with a local Python script. No network downloads or package installs are required. This is low risk and consistent with the stated behavior.
✓ 凭证需求
No environment variables, no credentials, no config paths required. The tool only needs python3 and local file access, which is appropriate for its functionality.
✓ 持久化与权限
always is false; the skill does not request permanent/system-wide privileges or modify other skills. It runs locally and does not persist elevated access.
安全有层次,运行前请审查代码。
运行时依赖
OSmacOS · Linux · Windows
版本
latestv1.0.02026/3/18
Initial release of issue-reproducer skill. - Organizes bug descriptions into reproducible steps, environment, expected and actual results, and minimum reproduction criteria. - Emphasizes explicit listing of missing information when details are insufficient. - Provides structured, reviewable drafts and executable checklists for issue reproduction. - Highlights safety boundaries: read-only, auditable, no fabrication of logs or results, and preserves environment details. - Local resources and templates included to standardize outputs.
● 无害
安装命令
点击复制官方npx clawhub@latest install issue-reproducer
镜像加速npx clawhub@latest install issue-reproducer --registry https://cn.longxiaskill.com镜像同步中