What problem does it solve? Reviewing pull requests thoroughly requires checking gitflow rules, CI status, title and body format, code quality, and security, which is time-consuming and error-prone when done manually. ## Core Features & Use Cases - Deep PR Analysis: Validates gitflow direction, CI check results, PR title/body format against repo rules, and reviews code for bugs, security issues, and breaking changes. - Severity-Tiered Findings: Classifies findings as High, Medium, or Low, presents a chat overview with code excerpts and deep links, and lets the user pick which findings become inline comments. - Safe Pending Reviews: Posts a PENDING GitHub review with per-file:line inline comments only after explicit user confirmation, without ever touching the user's local working tree. - Use Case: Given a PR URL like https://github.com/tetherto/qvac/pull/1234, the skill fetches the diff in an isolated worktree, reviews it against applicable cursor rules, and drafts inline comments for the user to approve and submit. ## Quick Start Ask the assistant to review a pull request by providing its GitHub URL, for example by invoking /pr-review with the PR link.