What problem does it solve? Reviewing pull requests consistently is hard: reviewers skip spec compliance checks, leave scattered comments, or forget to post a formal verdict. This Skill enforces a two-stage review (spec conformance first, then code quality) and posts structured inline comments plus an APPROVE or REQUEST_CHANGES verdict directly on the GitHub PR. ## Core Features & Use Cases - Two-stage review: First verifies acceptance criteria, domain invariants, and scope adherence; then checks code quality, security, performance, and test design. - Two modes: PR mode posts inline comments and a verdict via the GitHub Reviews API; --branch mode self-reviews local branch diffs before a PR exists. - External AI delegation: Optionally delegates the review to Codex or agy CLIs, which post the review themselves and return a JSON result summary with fallback posting. - Use Case: Before merging a feature branch, run the skill against PR 9352 to receive severity-tagged inline comments ([critical/security], [major/readability]) and a REQUEST_CHANGES verdict posted on the PR. ## Quick Start Ask the AI to review PR 9352 and post the verdict and inline comments on GitHub.