What problem does it solve? Autonomous development loops need an independent merge gate: someone must judge whether a pull request actually implements its linked issue, passes required checks, and respects project policy before auto-merge lands it. This Skill performs that independent code review without holding any write or merge permissions. ## Core Features & Use Cases - Independent PR review: Fetches the PR diff, checks, and linked issue via the GitHub CLI, then judges correctness, security, regression, and test-coverage risk against the issue's acceptance criteria. - Policy and invariant enforcement: Verifies required-check status, roadmap scope guards, human-required paths, maintainer hold labels, and every applicable architecture invariant with per-invariant PASS/FAIL lines. - Typed verdict publishing: Emits a bound open-autonomy.review.v1 JSON result in trusted-effect mode, or posts labels, comments, and the agent-review status in local compatibility mode. - Use Case: A maintainer runs an autonomous agent loop where a developer agent opens PRs; this reviewer skill approves sound changes, requests changes on defects, and routes sensitive changes to a human-approval gate. ## Quick Start Review the open pull request for the linked issue and publish the agent-review verdict.