一键导入
hyperfine-benchmark-loop
Use when Bash performance work should be measured with repeatable hyperfine benchmarks instead of intuition or one-off timing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when Bash performance work should be measured with repeatable hyperfine benchmarks instead of intuition or one-off timing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when maintaining Bash code and the next move should be a fast Bats regression loop that narrows failures before editing more code.
Use when a Bash maintenance task needs coordinated testing, linting, and benchmarking instead of treating those loops as separate afterthoughts.
Use when Bash maintenance work needs a deliberate plan for which untested behaviors to cover next, especially after failures or shared-module edits.
Use when Bash maintenance work should be driven by ShellCheck findings, especially when warnings need prioritization and safe fixes.
| name | hyperfine-benchmark-loop |
| description | Use when Bash performance work should be measured with repeatable hyperfine benchmarks instead of intuition or one-off timing. |
Use this skill when the task is about Bash runtime cost, startup latency, command throughput, or validating that a maintenance change did not regress performance.
Typical triggers:
hyperfine, benchmarking, slowness, startup time, or regressions.hyperfine.
Optimization heuristics for Bash:
time sample is not a benchmark.