What problem does it solve?
It resolves the final acceptance gate by precisely comparing actual code changes against the finalized review document, ensuring only agreed implementation items are accepted.
Core Features & Use Cases
- Stage-5 Acceptance vs Document Truth: Re-examines diffs item-by-item using the finalized review document as the sole baseline.
- Strict Guardrails for Correctness: Refuses to proceed unless stage 4 is completed in the document; enforces backlog checks before detailed comparison.
- Traceable Reties: When retrying, carries forward prior return history instead of overwriting, and appends new return reasons into existing Accept blocks.
- Backlog & Loop Closure: Writes accepted or returned results in a single batch update so the review process can finish or roll back to execution.
Quick Start
Provide the review document path explicitly (for example, review5-accept .temp/review-250416-1430-persona.md) so the skill can read it, verify stage status, diff the changes, and batch-update the Accept section.