Prompt file imported from abobilly/kimbar (
.github/prompts/review.prompt.md). Copyright stays with the author.
Review Implementation
Use the Reviewer agent to validate the implementation against the plan.
Plan
$PLAN_PATH
Diff
$DIFF
Instructions
- Read the plan at
$PLAN_PATH - Analyze the diff above (or run
git diffif not provided) - Verify each plan step is implemented and acceptance criteria pass
- Check "do not touch" areas are unchanged
- Run
npm run checkand record results - Write the review to
.ai/reviews/$SLUG.md
Output
Save the review to: .ai/reviews/$SLUG.md
Use the format defined in .github/agents/reviewer.agent.md.
After Review
- APPROVED: Merge the changes
- CHANGES REQUESTED: Address the required changes and re-review
- BLOCKED: Escalate to human or revert