用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mtvrkan/senior-dev-kit --skill performance-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | performance-check |
| description | Use for slow code, slow queries, bundle size, caching, N+1, render loops, memory, and latency issues. |
| allowed-tools | Read, Grep, Glob, Bash |
| when_to_use | Use automatically on any slowness or resource-bloat complaint about existing code. |
| argument-hint | [file, endpoint, or area to profile] |
| context | fork |
| agent | performance-guard |
| effort | high |
code-review flags obvious N+1/perf smells inline as one of ten checks on a diff; this skill is the deep-dive when that flag needs an actual investigation, or when the user names a slow endpoint/query directly.
This skill forks into performance-guard (frontmatter), so the guard's body is co-loaded — its
per-layer checklists (DB → render → bundle → navigation → cache → memory → I/O), impact-order
triage for unscoped reports, PERFORMANCE ANALYSIS output format, and GUARD ESCALATIONS block
(db-guard for schema/index fixes) are the procedure; none of it is restated here.
Do not edit files — produce a prioritized fix list.