What problem does it solve? Code review often drifts into nitpicking without grounding in the actual intent of a change, and feedback gets lost, duplicated, or posted against stale commits. This Skill anchors PR review to tickets, design docs, and acceptance criteria, then delivers evidence-backed, prioritized findings directly to GitHub. ## Core Features & Use Cases - Intent-anchored review: Gathers tickets, PRDs, and author notes before judging code, checking architecture and boundaries before line-level issues. - GitHub review publishing: Maps verdicts to APPROVE, REQUEST_CHANGES, or COMMENT events with idempotency markers, head-SHA pinning, and duplicate-feedback prevention via a prior-feedback ledger. - Bounded delta re-review: After author revisions, re-reviews only changed files and unresolved findings, with escalation when blockers persist. - Use Case: A developer pastes a PR URL and asks for a review; the agent gathers context, checks architecture and correctness, runs focused tests, and posts a single pinned GitHub review with inline findings and a merge recommendation. ## Quick Start Review the pull request at the given GitHub URL and post a verdict-appropriate review with prioritized findings.