What problem does it solve? Manually auditing pull requests for exploitable security flaws is time-consuming and easy to miss critical issues. This Skill automates security-focused PR reviews by analyzing diffs and posting evidence-backed comments on urgent threats. ## Core Features & Use Cases - Diff-Based Security Analysis: Uses gh pr diff to inspect pull request changes and identify realistically exploitable attack vectors in the logic. - Evidence-Grounded Comments: Every finding includes urgency, a fix proposal, quoted evidence, and links to official documentation or RFCs, with no speculation. - External Verification: Consults open-source references such as GitHub repositories when needed to confirm behavior. - Use Case: A reviewer opens a PR touching authentication logic. Invoke this Skill to scan the diff, flag a concrete attack path, and post an inline review comment with a specific remediation and source links. ## Quick Start Review the current pull request for high-urgency security issues and post evidence-backed comments on the diff.