resolve-cve
Installation
SKILL.md
resolve-cve
The user provides a Jira key (e.g., OLS-789) or a Jira
URL. If no specific issue is given, find CVEs to triage by
searching the current sprint in the OpenShift Lightspeed
Service (OLS) project:
project = OLS AND type = Vulnerability AND sprint in openSprints()
AND summary ~ "openshift-lightspeed/lightspeed-service-api-rhel9"
AND statusCategory = "To Do"
ORDER BY priority DESC
Only process issues whose summary contains
openshift-lightspeed/lightspeed-service-api-rhel9 — these
are the service CVEs. Skip issues targeting other components
(e.g., operator, console plugin).
Related skills