pdlc-perf
Stars10
Forks2
UpdatedMay 7, 2026 at 16:14
性能优化
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
SKILL.md
readonlyMenu
性能优化
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
全自动 PDLC 新功能开发(串联 PRD→设计→TDD→实现→评审→发布)
全自动 Bug 修复(定位→复现→修复→测试→文档)
按设计文档和已有测试用例实现代码(带前置守卫、自检、handoff)
创建 PRD 文档(自动化生成 + 自检 + handoff)
质量闸门——跑真实 check、对照质量目标、出可核对报告,由人签字放行
代码评审 + 文档评审
| name | pdlc-perf |
| description | 性能优化 |
| argument-hint | <功能ID | 优化目标> |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| layer | 3 |
| stage | quality |
| produces | ["docs/04_testing/perf/<feature-id>-report.md"] |
| requires | [] |
| next_step | null |
| terminal_state | null |
对指定服务或应用进行性能分析并提出优化方案。
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
👉 下一步:(本次流程结束,无后续)