What problem does it solve?
This Skill automates the time-consuming process of fixing a vulnerability described in a Jira ticket, including confirming it exists, applying safe dependency upgrades, validating the result, and creating reviewable pull requests.
Core Features & Use Cases
- Jira-driven CVE remediation: Pulls CVE context from Jira (or uses provided CVE details) and uses it to guide a targeted fix strategy.
- Multi-strategy dependency patching: Attempts fixes from lowest-risk to highest-risk options (direct update, transitive update, overrides/pins, then optional major bumps).
- Verification and guardrails: Scans to confirm the CVE is gone (including Go binary scanning), runs tests, and produces artifacts for auditing and PR justification.
- PR + backport + closure workflow: Creates a draft PR with logged strategy rationale, supports backporting to release branches, and updates Jira ticket status (including VEX when the CVE is not present).
Quick Start
Tell the AI: Execute the CVE fix workflow for Jira ticket key EDM-1234 by running start, scan, patch, validate, and create a draft PR with justification.