What problem does it solve? Final code review of BeeSDK changes is often inconsistent: reviewers may inspect the wrong worktree, read partial diffs, or miss blocking findings like unrelated refactoring or contract violations. This Skill enforces a rigorous, read-only review workflow that verifies the exact target worktree, consumes the complete manifest and diff, evaluates every acceptance criterion, and returns one consolidated verdict. ## Core Features & Use Cases - Exact target verification: Resolves the precise worktree, branch, and base branch through MCP tools before reviewing, refusing to issue a verdict on mismatched targets. - Complete evidence consumption: Paginates through the full review manifest and diff, requiring a consistent snapshot and rejecting truncated or partial data. - Structured verdicts: Returns either an approval with a PR body and squash commit recommendation, or a detailed blocker list with exact before/after corrections plus a ready-to-use correction prompt for Copilot or Codex. - Use Case: After a developer finishes a BeeSDK feature branch, supply the approved Issue, worktree path, and implementation evidence; the Skill performs a read-only review and returns either an approval package or a consolidated list of blocking fixes. ## Quick Start Review the completed BeeSDK implementation in the specified worktree against the approved Issue and return the final verdict with a PR close package.