What problem does it solve? Code reviews often drown authors in low-value comments, unverified claims about libraries, and endless re-review rounds. This Skill reviews a pull request like a senior engineer: every finding carries verified evidence, external claims are checked against current official documentation, and everything posts as a single consolidated GitHub review. ## Core Features & Use Cases - Evidence-first review: Internal claims require verified file:line citations; external claims require URLs from official docs fetched during the review, never memory. - Deterministic checks first: Runs the repo's own linters, type checkers, and tests, plus a regex-based bypass scan, so no tokens are wasted on what tooling already catches. - Noise gate and verdict mapping: A deterministic gate script enforces comment quality, caps nits at 5, and maps findings to APPROVE, COMMENT, or REQUEST_CHANGES. - Convergence contract: Round 1 is exhaustive; later rounds only verify resolution and new blockers, ending review ping-pong. - Use Case: Ask "judge this PR before I merge" and receive one GitHub review with inline comments anchored to diff lines, a research log, and a severity-weighed verdict. ## Quick Start Ask the agent to review the pull request for the current branch, for example by saying "judge this PR before I merge".