بنقرة واحدة
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: