Help us improve
Share bugs, ideas, or general feedback.
From pdlc
Analyzes frontend and backend performance bottlenecks (database, caching, API, rendering, network) and produces a structured optimization report with code diffs.
npx claudepluginhub kanfu-panda/pdlc-skills --plugin pdlcHow this skill is triggered — by the user, by Claude, or both
Slash command
/pdlc:pdlc-perf <功能ID | 优化目标><功能ID | 优化目标>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- @include templates/prompts/iron-law.md -->
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
对指定服务或应用进行性能分析并提出优化方案。
docs/07_reviews/code/ 下创建性能优化报告⚠️ 必须创建文件,不可仅在对话中输出。
文件名: YYYYMMDD-<服务名>-perf-report.md
文档顶部包含 PDLC 追溯头:
<!-- PDLC-TRACE -->
<!-- 功能名称: <服务名> -->
<!-- 阶段: 性能优化 -->
<!-- 创建时间: <ISO 8601> -->
报告内容:
| 序号 | 位置 | 问题描述 | 影响程度 | 优化方案 | 预期收益 |
|---|
创建后验证:确认文件已存在于 docs/07_reviews/code/ 目录
优化目标: $ARGUMENTS
本命令的 handoff 输出:
✅ 性能优化报告 完成
📦 产出:docs/04_testing/perf/<feature-id>-report.md
👉 下一步:(本次流程结束,无后续)