Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →当用户操作 .sh、Dockerfile、Makefile、.yml、.yaml 文件,或在 Markdown 中编写 bash 代码块时触发。提供 Bash 编写规范。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -17% | 0% |
<instructions>
> 参考来源: Google Shell Style Guide
curl -X POST ... # 发送请求rm test.txtrm "${WORK_DIR}/test.txt".sh 文件首行必须包含 set -euo pipefail。"${VAR}"),防止空格溢出。cat <<EOF > file。优先使用 write_file (工具) 或分步 tee 写入。bash# ✅ 良好的脚本头 #!/usr/bin/env bash set -euo pipefail
tee -a "${LOG_FILE}" 同时记录到屏幕和日志。[1/50] Processing...)。> 📋 本回复遵循:bash-style - 章节]
</instructions>
Other measured skills in the registry, with their headline benchmark lift.