원클릭으로
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: