What problem does it solve? Reviewing a pull request requires checking both code quality and whether the diff actually implements what the originating issue or spec asked for, and doing both consistently is tedious and error-prone. ## Core Features & Use Cases - Standards gate: Delegates the standards sweep to code-standards-review in gate mode, reusing its severity model and report contract. - Spec conformance axis: Locates the originating issue or spec from PR references, user-supplied paths, or docs, then flags missing requirements, wrong implementations, and scope creep. - Pending GitHub review delivery: On request, posts findings as a PENDING GitHub review with inline diff-anchored comments that the user publishes manually. - Use Case: A teammate opens a PR claiming to close issue #45; run this skill to verify the diff meets the issue's requirements, catch unrequested changes, and leave a draft review with inline comments. ## Quick Start Ask the agent to review pull request number 123 against its linked issue and post the findings as a pending GitHub review.