社区热度榜

benchmark-optimization-loop

用于 the user asks 到 make something faster, try many 组件变体, run。

分类
商业
榜单排名
#9
GitHub Stars
219,439

它能做什么

中文摘要

「benchmark-optimization-loop」的原始 GitHub SKILL.md 将它定位为: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.。它的核心价值是把前端性能、渲染路径、数据获取和包体控制变成可执行检查清单;约束界面层级、组件状态、可访问性和视觉验收细节。文档重点章节包括「Required Baseline」「Loop」「Variant Table」。

为什么推荐

推荐理由

推荐它,是因为它在「商业」分类里热度靠前(GitHub Stars 219,439),同时原始文档信息密度足够高。原文列出的执行要点包括:the operation being optimized;;the correctness gate that must stay green;。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。

什么时候用

适用场景

  • 做界面实现、组件重构、视觉验收或设计系统一致性检查
  • 建立测试闭环、回归验证、安全检查和发布前质量门
  • 处理文档、表格、演示文稿和知识型资料生产

使用前先看

主要亮点

  • 01

    用于 the user asks 到 make something faster, try many 组件变体, run。

  • 02

    原文摘录:用于 the user asks 到 make something faster, try many

  • 03

    原文要点:the operation being optimized;

  • 04

    补充线索:the correctness gate that must stay green;

原始文档

原文摘录

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.