用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/scroll-tech/scroll --skill integration-test-helper命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | integration-test-helper |
| description | Helps launching the full process of integration test, also investigate and report the results. |
The whole process should be run under current directory, unless it is specified to ($ARGUMENTS[0]) Under the target dir there are the stuff and instructions.
First read README.md under target directory, instructions should be under heading named ($ARGUMENTS[1]). If there is no such a heading name, just try the "Test" heading.
The instructions often contain multiple steps which should be completed in sequence. Following are some rules MUST be obey while handling each step:
Any command mentioned in steps should be executed by Bash tool, with following MUST DO for handling the outputs:
<desc_of_ccommand>_<day>_<time>.logIt may need to jump to other directories for executing a step. We MUST go back to target directory after every step has been completed. Also, DO NOT change anything outside of target directy.
Command execution should get success return. If error raised while executing, do following process:
Try to analysis the reason of error, first from the caught error message. If there is no enough data, grep useful information from the log file of whole output just captured.
MUST ASK USER for next action, options are:
Error often caused by some mismacthing of configruation in current host. Here are some tips which may help:
When every step has done, or the process stop by user, make following materials before stop:
report_<day>_<time>.txt.