Performance analysis
Skill ligyDt/ai-ide-init-template/codebuddy/.codebuddy/skills/performance-analysis
面向 Codex、Cursor、CodeBuddy、TRAE 的中文 AI IDE 项目初始化模板,内置多角色协作、Skills、MCP、Hooks 与安全验证。
npx -y skills add ligyDt/ai-ide-init-template --skill performance-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
定位复杂度、慢查询、渲染卡顿、构建缓慢、接口延迟或资源消耗问题,并形成可验证的性能优化与重构计划。
SKILL.md
1.0 KB, as published. Nobody here has run it
性能分析与重构
流程
- 先定义性能目标、基线指标、复现条件和用户可感知影响。
- 优先使用项目已有 profiling、日志、监控、benchmark 或测试命令收集证据。
- 区分算法复杂度、I/O、并发、缓存、数据库、前端渲染、构建链路等瓶颈来源。
- 提出小步可回滚优化,避免未量化收益的大范围重写。
- 输出优化前后对比、风险、回滚方式和后续观测指标。
输出
- 问题现象与性能基线
- 热点定位证据
- 优化方案与影响范围
- 验证命令或观测指标
- 回滚与残余风险
停止条件
缺少目标、范围、运行环境或高风险授权时,先澄清或输出待确认事项,不擅自接入外部写入、支付、部署或生产资源。