Skip to content

Commit e031718

Browse files
authored
RHAIENG-7079: feat: add fix-cve wrapper skills for Claude Code and Cursor (#4410)
1 parent 7fc67be commit e031718

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.agents/plugins/cve-resolution/skills/cve-resolution/SKILL.md renamed to .agents/plugins/cve-resolution/skills/fix-cve/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: cve-resolution
2+
name: fix-cve
33
description: Autonomously resolve Python CVE tickets from Jira - groups CVEs by package+branch, creates PRs, monitors Konflux builds, and updates tickets. Requires Atlassian MCP.
44
---
55

6-
# CVE Resolution Skill
6+
# Fix CVE skill
77

88
Execute the **complete CVE resolution workflow** autonomously — from Jira triage
99
through fix, PR creation, Konflux build monitoring, and summary message for Slack. No questions asked.

.claude/skills/fix-cve

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/plugins/cve-resolution/skills/fix-cve

.cursor/skills/fix-cve

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/plugins/cve-resolution/skills/fix-cve

0 commit comments

Comments
 (0)