Skip to content

/x-audit-perf

独立性能巡检 skill。不在 x-dev → x-verify → x-qa-gate 主流程内,由用户手动触发或在大里程碑后调用。 调子 agent 做全项目视角的性能审查:N² 嵌套、不必要循环、大对象拷贝、同步阻塞、数据库 N+1、缓存失效、不必要的 await。 触发:用户说"性能巡检"、"audit perf"、"看看有没有性能问题"、"perf review",或大版本发布前。

shell
$ npx -y skills add KtKID/x-dev-pipeline --skill x-audit-perf --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/x-audit-perf
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

独立性能巡检 skill。不在 x-dev → x-verify → x-qa-gate 主流程内,由用户手动触发或在大里程碑后调用。 调子 agent 做全项目视角的性能审查:N² 嵌套、不必要循环、大对象拷贝、同步阻塞、数据库 N+1、缓存失效、不必要的 await。 触发:用户说"性能巡检"、"audit perf"、"看看有没有性能问题"、"perf review",或大版本发布前。
Ships withx-dev-pipeline

An auditable development workflow for AI coding agents. x-dev-pipeline turns a request into a task contract, implementation evidence, deterministic verification, and risk-matched review.

Get the whole plugin, auto-invoked
Stats
12
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
MIT
License
3d ago
Last commit
4mo ago
Created

Repo: KtKID/x-dev-pipeline

Other skills on x-dev-pipeline.