review-plan-implementation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReview Implementation
实现审查
Inputs
输入
- Plan location (file path)
- Git commit(s) that implemented the plan (hashes or ranges), or assume HEAD~
- 计划文件路径(文件路径)
- 实现该计划的Git提交记录(哈希值或范围),若未指定则默认使用HEAD~
Workflow
工作流程
- Open and read the plan file; note promised behavior, tasks, files, and verify steps.
- Inspect the specified commit(s) and identify the files and changes related to the plan.
- Review the implementation against the plan, prioritizing the following list,
unless the user says otherwise
- performance
- security
- extensibility
- testability
- comprehensibility
- Call out mismatches between plan and implementation, missing steps, or unverified tasks.
- Provide actionable fixes and any tests or checks to run.
- 打开并读取计划文件;记录承诺的行为、任务、文件以及验证步骤。
- 检查指定的提交记录,识别与计划相关的文件和变更。
- 对照计划审查实现,除非用户另有说明,否则按以下优先级进行:
- 性能
- 安全性
- 可扩展性
- 可测试性
- 可理解性
- 指出计划与实现之间的不匹配之处、缺失的步骤或未验证的任务。
- 提供可执行的修复方案以及需要运行的测试或检查项。
Output
输出
- Findings ordered by severity with file/line references
- Open questions or assumptions
- Brief change summary
- 按严重程度排序的问题发现,包含文件/行号引用
- 待解答的问题或假设前提
- 简短的变更总结
Examples
示例
- "Review the implementation of this plan: plans/2026-02-19-1200_cache.md. Commits: 1a2b3c4, 9d8e7f6."
- "审查此计划的实现:plans/2026-02-19-1200_cache.md。提交记录:1a2b3c4, 9d8e7f6。"