一键导入
review-implementation
Analyze implementation against plan and generate process improvement recommendations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze implementation against plan and generate process improvement recommendations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fix bugs found in a code review
First-time project setup after cloning
Create comprehensive feature plan with deep codebase analysis and research
Run the test suite
Run full validation suite (build, lint, type check, tests)
Technical code review for quality and bugs on recently changed files
| name | review-implementation |
| description | Analyze implementation against plan and generate process improvement recommendations |
| argument-hint | ["plan-file"] |
| disable-model-invocation | true |
| context | fork |
| agent | general-purpose |
Analyze how an implementation compared to its plan, and recommend process improvements.
This is NOT a code review. You're looking for bugs in the process, not bugs in the code.
$ARGUMENTSgit diff and git log to understand what was actually implementedRead the plan file and extract:
Examine the actual changes:
git log --oneline -20
git diff HEAD~5 --stat
Read modified and new files to understand what was built.
For each planned task:
For each divergence, classify as:
Good Divergence - Justified:
Bad Divergence - Problematic:
For each problematic divergence:
Based on patterns across divergences, suggest specific updates to:
Save to: .agents/reviews/{feature-name}-review.md
For each divergence:
divergence: [what changed]
planned: [what plan specified]
actual: [what was implemented]
classification: good | bad
root_cause: [unclear plan | missing context | etc]
Update CLAUDE.md:
Update plan-feature skill:
Update rules: