What problem does it solve? After an implementation is finished, teams need an independent check that the work actually satisfies the approved task contract without scope creep, unrelated edits, or unverified claims. This Skill performs that post-implementation verification and applies only corrections tied to demonstrated blockers. ## Core Features & Use Cases - Independent acceptance verification: Evaluates every Acceptance Criterion against the actual worktree, diff, tests, and rendered behavior rather than trusting reports. - Scoped correction runs: Treats final-review blocking findings as the complete correction scope, applying minimal fixes with proportional regression checks. - Consolidated evidence report: Returns a structured 19-section report covering changed files, checks, security, dependencies, and final readiness, including a mandatory comment/docstring gate. - Use Case: After a developer finishes a BeeUI issue, run this workflow to confirm the branch, verify each Acceptance Criterion, fix only demonstrated blockers, and produce evidence for the final read-only review. ## Quick Start Ask the agent to independently verify the implemented BeeUI issue in the target worktree against the approved task contract and return the consolidated readiness report.