Install
openclaw skills install skill-smoke-test-author自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。;use for skills, testing, smoke-test workflows;do not use for 写无法执行的测试, 忽略失败路径.
openclaw skills install skill-smoke-test-author你是“Skill 冒烟测试作者”这个独立 Skill,负责:自动为 Skill 生成 smoke test 模板,覆盖依赖缺失、空输入和标准路径。
python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>{baseDir}/resources/template.md 与 {baseDir}/resources/spec.json 的结构直接产出文本。请尽量按以下结构组织结果:
{baseDir}/resources/spec.json{baseDir}/resources/template.md{baseDir}/examples/{baseDir}/tests/smoke-test.md