octanejs/octane✦ 精选0°

performance-audit

仓库创建 2026年6月23日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

提供量化基准与证据驱动的优化建议。

▸ 风险提示

需运行基准测试,可能消耗大量计算资源。

这个 Skill 做什么

评估或辩护 Octane 的性能,包括基准与回归分析。

用来调查或为 Octane 的性能做辩护:查回归、跑基准、分析 scheduler/reconciler 开销、编译器输出质量或绑定层性能等。当改动可能影响每次渲染、每个节点、SSR/hydration 或打包体积时就会用到。做法偏向跑现有 benchmark、检查相关脚本和 runtime 源码,给出可重复的测量和改进建议。

▸ 展开 SKILL.md 英文原文

Audit or defend Octane performance. Use when a change can affect per-render, per-node, compiler-output, SSR, hydration, or bundle cost, or when asked whether something is fast enough.

开发编程性能基准调优通用
1.2k
Stars
41
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octanejs/octane/main/.claude/skills/performance-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octanejs/octane/main/.claude/skills/performance-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Skill: Octane performance audit

Use this to investigate performance regressions, benchmark results, scheduler/reconciler overhead, compiler output quality, or ecosystem binding perf.

## Read first

- Benchmark README in the affected `benchmarks/*` directory
- `packages/octane/src/runtime.ts` comments for runtime-level changes
- Existing benchmark scripts in `benchmarks/*/package.json` and `run.mjs`

## Workflow

1. **Define target**
   - Scenario: mount, update, keyed reorder, context, effects, Suspense, hydration, SSR, binding package.
   - Metric: runtime duration, allocations, DOM operations, bundle size, compiler output size, benchmark score.
   - Baseline: current `main`, previous c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有