What problem does it solve? Responding to a reported security vulnerability requires a strict, confidential workflow: one leaked commit message or mistimed publication can expose users to active exploitation. This Skill guides the full GitHub Security Advisory response process so fixes ship safely with zero window between disclosure and patch availability. ## Core Features & Use Cases - Confidential Advisory Triage: Fetches advisory details via the GitHub API and enforces secrecy rules for branches, commits, and public channels. - Private Fork Fix Development: Creates the temporary private fork, develops and locally validates the patch, and coordinates reporter review. - CVE and Synchronized Publication: Requests a CVE, credits the reporter, publishes the advisory, merges the fix, and cuts an immediate security release. - Use Case: A researcher reports a remote code execution vulnerability via GHSA. Use this Skill to build the fix in a private fork, request a CVE, publish the advisory, and release the patched version simultaneously. ## Quick Start Handle the GitHub Security Advisory GHSA-x8hx-rhr2-9rf7 for the Paperclip repository, including the private-fork fix, CVE request, and security release.