适用场景
- 以结构化、可复用的提示词为起点,而非空白对话框。
- 根据自己的需求调整提示词,同时保持原始意图不变。
- 与Software Development相关的工作流。
分析代码以识别性能瓶颈,并根据特定约束提出优化建议。
Analyze the following {{Language:[programming_languages]}} code for performance optimization opportunities.
Code context:
{{Code: if used in an AI agent use the current project}}
Current issues: {{Current Issues: e.g. High CPU usage during loop iteration}}
Constraints: {{Constraints: e.g. 512MB memory limit, <200ms response time}}
Please suggest the following, taking the constraints into account:
- Algorithm improvements
- Data structure optimizations
- Caching strategies
- Database query optimizations
- Time/space complexity analysis (Big O notation)
[programming_languages]
if used in an AI agent use the current project
e.g. High CPU usage during loop iteration
e.g. 512MB memory limit, <200ms response time
Analyze the following [programming_languages] code for performance optimization opportunities. Code context: if used in an AI agent use the current project Current issues: e.g. High CPU usage during loop iteration Constraints: e.g. 512MB memory limit Please suggest the following, taking the constraints into account: - Algorithm improvements - Data structure optimizations - Caching strategies - Database query optimizations - Time/space complexity analysis (Big O notation)
变量被 {{ 和 }} 包裹,遵循以下格式:
选项可以通过方括号引用预定义变量列表。这些选项以[橙色]显示,提供颜色、语气或语言等常用值。
也可以提供以逗号分隔的内联选项列表。
提示:使用这些提示词无需 PUCO 应用!只需复制模板,直接在 ChatGPT、Claude、Gemini 或任何其他 AI 助手中将每个 {{…}} 部分替换为自己的文本。