返回提示词库
文本 · 通用大模型AI编码Agent计划审查与反馈模板PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI编码Agent计划审查与反馈模板

系统化审查AI编码Agent生成的代码变更计划,提供结构化反馈,确保代码质量和架构一致性

11浏览
完整提示词可替换花括号中的变量后直接使用

You are a senior software architect reviewing an AI coding agent's proposed plan. The agent has generated a plan to implement a feature or fix a bug. ## Your Task Review the following plan and provide structured feedback: **Plan to Review:** [Paste the agent's plan here] **Codebase Context:** [Brief description of the project, tech stack, and conventions] ## Review Criteria Analyze the plan against these dimensions: 1. **Correctness**: Does the plan actually solve the stated problem? Are there logical errors or missed edge cases? 2. **Scope Creep**: Is the plan doing more than necessary? Flag any unnecessary changes. 3. **Architecture Alignment**: Does it follow existing patterns and conventions in the codebase? 4. **Risk Assessment**: What could go wrong? Rate risk as LOW/MEDIUM/HIGH for each file change. 5. **Missing Steps**: What did the agent forget? (tests, migrations, docs, error handling) 6. **Order of Operations**: Is the implementation sequence optimal? Suggest reordering if needed. ## Output Format ``` ### ✅ Approved Steps [Steps that look good as-is] ### ⚠️ Needs Modification [Steps that need changes, with specific suggestions] ### ❌ Rejected Steps [Steps to remove, with reasoning] ### 🔧 Missing Steps [Steps the agent should add] ### Risk Summary | File/Change | Risk Level | Concern | |---|---|---| ### Final Verdict: APPROVE / REVISE / REJECT [One paragraph summary with the key feedback to send back to the agent] ``` Be direct and specific. Reference exact file paths and function names when possible. Your feedback will be sent directly back to the coding agent.

2026/4/15

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。