Use when the user asks to make something faster, try many variants, run recursive optimization, benchmark latency/throughput/cost, or choose the best implementation by repeated measured tests.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "benchmark-optimization-loop" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/benchmark-optimization-loop/SKILL.md 2. 保存为 ~/.claude/skills/benchmark-optimization-loop/SKILL.md 3. 装好后重载技能,告诉我可以用了
Use this skill to convert "make it 20x faster" or "try 50 recursive optimizations" into a bounded measured loop that can actually improve a system.
Do not optimize until these exist:
If the user asks for an unrealistic target, keep the ambition but make the loop bounded and measurable.
Track variants like this:
Variant | Hypothesis | Command | Time | Correct? | Notes
baseline | current path | npm run job | 120s | yes | stable
batch-500 | fewer round trips | npm run job -- --batch 500 | 42s | yes | winner
parallel-8 | more workers | npm run job -- --workers 8 | 31s | no | rate limited
For recursive or hyperparameter work:
Use phrases like "best measured safe variant" instead of "global optimum" unless the search space was actually exhaustive.
A variant cannot become the new default until:
召集四方视角进行结构化分歧讨论,辅助复杂决策与取舍判断。
自动生成测试场景并分析代理执行过程,量化技能与规则遵循率。
帮助用户在代码仓库中识别可远程利用、具备漏洞赏金价值的安全问题。
快速查询基因组数据库并完成序列检索、富集分析与可复现生信记录
用于把现有可用功能改成新行为,并同步更新测试、实现与提交把关。
在部署前校验路由器与交换机配置,提前发现安全与连通性风险。