[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-red-hat-developer-compute-plugin-package-overlay-cve-list":3,"mdc-uwejun-key":37,"related-org-red-hat-developer-compute-plugin-package-overlay-cve-list":1287,"related-repo-red-hat-developer-compute-plugin-package-overlay-cve-list":1451},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"compute-plugin-package-overlay-cve-list","generate CVE management reports","Builds an RHDH CVE Management CSV from GA plugin workspace changes in rhdh-plugin-export-overlays since a version tag (patches, source.json, plugins-list). One row per CVE × plugins-list package (multi-workspace CVEs expand). Use for \"CVE CSV\", \"workspace CVEs since tag\", \"collect overlay CVEs\", \"CVE management CSV\", orchestrator\u002Flightspeed CVE review, or plugin package overlay CVE list.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"red-hat-developer","Red Hat Developer","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fred-hat-developer.png","redhat-developer",[13,17,20,23],{"name":14,"slug":15,"type":16},"Security","security","tag",{"name":18,"slug":19,"type":16},"Compliance","compliance",{"name":21,"slug":22,"type":16},"Reporting","reporting",{"name":24,"slug":25,"type":16},"Engineering","engineering",15,"https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill","2026-08-01T05:41:57.852801",null,28,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Claude Code skill for RHDH plugin lifecycle management","https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill\u002Ftree\u002FHEAD\u002Fskills\u002Fcompute-plugin-package-overlay-cve-list","---\nname: compute-plugin-package-overlay-cve-list\ndescription: >-\n  Builds an RHDH CVE Management CSV from GA plugin workspace changes in\n  rhdh-plugin-export-overlays since a version tag (patches, source.json, plugins-list).\n  One row per CVE × plugins-list package (multi-workspace CVEs expand). Use for \"CVE CSV\",\n  \"workspace CVEs since tag\", \"collect overlay CVEs\", \"CVE management CSV\",\n  orchestrator\u002Flightspeed CVE review, or plugin package overlay CVE list.\n---\n\n# Compute plugin package overlay CVE list\n\n## Goal\n\nProduce a unique CVE list (CSV matching RHDH CVE Management exports) for dependency\u002FCVE fixes on a release branch since a revision, scoped to **generally-available** plugin workspaces.\n\nPrimary repo: [rhdh-plugin-export-overlays](https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-plugin-export-overlays).\n\n## Prerequisites\n\n- Node 18+, `git`, `gh`\n- For Jira enrich (default): Cursor **Atlassian MCP** (`plugin-atlassian-atlassian`) — run **`cursor-mcp-auth`** first\n- Optional local `--rhdh-repo` for `--since` date fallback\n\n**Do not reimplement parsing** — run the bundled script. The CLI does **not** call Jira; the agent enriches via MCP.\n\n## Run (extract)\n\n```bash\nSKILL=skills\u002Fcompute-plugin-package-overlay-cve-list   # under 1-rhdh-skill checkout\nnode \"${SKILL}\u002Fscripts\u002Fcompute-plugin-package-overlay-cve-list.mjs\" \\\n  --since 1.10.2 \\\n  --regex 'orchestrator|lightspeed' \\\n  --repo \u002Fhome\u002Fnboldt\u002F1\u002F1-overlays\n# Default: \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv\n#          \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json\n```\n\n`--since 1.10.2` alone implies `--branch release-1.10`. Omit `--repo` to clone overlays into `\u002Ftmp\u002Frhdh-plugin-export-overlays-\u003Ctimestamp>`.\n\n## Agent enrich (default)\n\nUnless `--no-metadata`:\n\n1. Load [`cursor-mcp-auth`](..\u002Fcursor-mcp-auth\u002FSKILL.md) → `ok:mcp` (`atlassianUserInfo`).\n2. `cloudId`: `2b9e35e3-6bd3-4cec-b838-f4249ee02432` or `https:\u002F\u002Fredhat.atlassian.net`.\n3. For each unique JIRA key (or bulk JQL) → MCP `getJiraIssue` \u002F `searchJiraIssuesUsingJql` with fields:\n   `summary`, `status`, `resolution`, `duedate`, **`customfield_10859`** (ProdSec CVSS vector; take leading score, e.g. `7.5` from `7.5 CVSS:3.1\u002F...`). Use `issueFieldsToEnrich` from the script.\n4. For CVEs with no JIRA → MCP `searchJiraIssuesUsingJql`:\n   `project IN (RHIDP,RHDHBUGS,RHDHPLAN) AND summary ~ \"CVE-…\" AND (\u003Cjql>)`  \n   `--jql` is an **inclusion** rule. Default `Resolution != null` → MCP `resolution is not EMPTY`.\n5. Write enrich JSON, then apply (same `--jql` **keeps** matching rows in the CSV):\n\n```bash\n# enrich.json shape:\n# { \"issues\": { \"RHIDP-123\": { \"status\",\"resolution\",\"dueDate\",\"cvss\",\"summary\" } },\n#   \"cveJiras\": { \"CVE-2026-1\": [\"RHIDP-456\"] } }\n\nnode \"${SKILL}\u002Fscripts\u002Fcompute-plugin-package-overlay-cve-list.mjs\" \\\n  --apply-enrich \u002Ftmp\u002F1.10\u002Fenrich.json \\\n  --rows-json \"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json\" \\\n  -o \"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv\"\n```\n\nNever invent CVSS — only use the leading score from `customfield_10859` (or another explicit CVSS field). Never paste OAuth secrets into chat.\n\n## Flags\n\n| Flag | Behavior |\n|------|----------|\n| `--repo` | Optional overlays checkout; else clone to `\u002Ftmp\u002Frhdh-plugin-export-overlays-\u003Ctimestamp>` |\n| `--branch` | Optional; from `--since X.Y.Z` → `release-X.Y` |\n| `--since` | **Required** (unless `--apply-enrich`). Tag \u002F SHA \u002F `X.Y.Z` |\n| `--regex` | Optional workspace name filter; always intersected with GA |\n| `--rhdh-repo` | Optional local rhdh checkout for since-date fallback |\n| `--no-metadata` | Skip agent MCP enrich (no `.rows.json` unless `--rows-json`) |\n| `--jira-projects` | Default `RHIDP,RHDHBUGS,RHDHPLAN` (PR body scan) |\n| `--jql` | **Keep** enriched rows matching EXPR (default `Resolution != null`) |\n| `--no-jql` | Disable JQL filtering (keep all) |\n| `-o` | Output CSV path; default `\u002Ftmp\u002F\u003Cstream>\u002FRHDH CVE Management - \u003Cnextz>-plugins.csv` |\n| `--rows-json` | Write\u002Fread row JSON for MCP enrich |\n| `--apply-enrich` | Merge MCP enrich JSON into CSV |\n| `--json` | Summary on stderr |\n\n## References\n\n- [csv-format.md](references\u002Fcsv-format.md)\n- [sources.md](references\u002Fsources.md)\n\n## Gotchas\n\n- Overlays may lack version tags — `--since X.Y.Z` uses the tip-most branch commit mentioning that version (release message **or** `resolve X.Y.Z CVEs`), not an earlier release-message alone\n- CVE tracking is **GA-only** (`spec.support: generally-available`)\n- Skip test-only commits (`e2e-tests\u002F`, `smoke-tests\u002F`)\n- One CSV row per **CVE × plugins-list package** (Container = GA `dynamicArtifact` or `workspaces\u002F\u003Cws>\u002F\u003CpluginPath>`); multi-workspace CVEs expand\n- Enrich via Atlassian MCP after extract (`--apply-enrich`)\n- If no JIRA for a CVE, **JIRA Issue** column gets the overlays commit URL\n- Unchanged \u002F prior-release backport CVEs → Resolution `Done \u003Csince>`, Status `Closed \u003Csince>` (e.g. `Done 1.10.2` \u002F `Closed 1.10.2`); JIRA from introduce commit PR\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,50,57,71,87,93,170,187,193,352,386,392,405,621,758,770,776,1096,1102,1123,1129,1281],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Compute plugin package overlay CVE list",{"type":43,"tag":51,"props":52,"children":54},"h2",{"id":53},"goal",[55],{"type":48,"value":56},"Goal",{"type":43,"tag":58,"props":59,"children":60},"p",{},[61,63,69],{"type":48,"value":62},"Produce a unique CVE list (CSV matching RHDH CVE Management exports) for dependency\u002FCVE fixes on a release branch since a revision, scoped to ",{"type":43,"tag":64,"props":65,"children":66},"strong",{},[67],{"type":48,"value":68},"generally-available",{"type":48,"value":70}," plugin workspaces.",{"type":43,"tag":58,"props":72,"children":73},{},[74,76,85],{"type":48,"value":75},"Primary repo: ",{"type":43,"tag":77,"props":78,"children":82},"a",{"href":79,"rel":80},"https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-plugin-export-overlays",[81],"nofollow",[83],{"type":48,"value":84},"rhdh-plugin-export-overlays",{"type":48,"value":86},".",{"type":43,"tag":51,"props":88,"children":90},{"id":89},"prerequisites",[91],{"type":48,"value":92},"Prerequisites",{"type":43,"tag":94,"props":95,"children":96},"ul",{},[97,118,149],{"type":43,"tag":98,"props":99,"children":100},"li",{},[101,103,110,112],{"type":48,"value":102},"Node 18+, ",{"type":43,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":48,"value":109},"git",{"type":48,"value":111},", ",{"type":43,"tag":104,"props":113,"children":115},{"className":114},[],[116],{"type":48,"value":117},"gh",{"type":43,"tag":98,"props":119,"children":120},{},[121,123,128,130,136,138,147],{"type":48,"value":122},"For Jira enrich (default): Cursor ",{"type":43,"tag":64,"props":124,"children":125},{},[126],{"type":48,"value":127},"Atlassian MCP",{"type":48,"value":129}," (",{"type":43,"tag":104,"props":131,"children":133},{"className":132},[],[134],{"type":48,"value":135},"plugin-atlassian-atlassian",{"type":48,"value":137},") — run ",{"type":43,"tag":64,"props":139,"children":140},{},[141],{"type":43,"tag":104,"props":142,"children":144},{"className":143},[],[145],{"type":48,"value":146},"cursor-mcp-auth",{"type":48,"value":148}," first",{"type":43,"tag":98,"props":150,"children":151},{},[152,154,160,162,168],{"type":48,"value":153},"Optional local ",{"type":43,"tag":104,"props":155,"children":157},{"className":156},[],[158],{"type":48,"value":159},"--rhdh-repo",{"type":48,"value":161}," for ",{"type":43,"tag":104,"props":163,"children":165},{"className":164},[],[166],{"type":48,"value":167},"--since",{"type":48,"value":169}," date fallback",{"type":43,"tag":58,"props":171,"children":172},{},[173,178,180,185],{"type":43,"tag":64,"props":174,"children":175},{},[176],{"type":48,"value":177},"Do not reimplement parsing",{"type":48,"value":179}," — run the bundled script. The CLI does ",{"type":43,"tag":64,"props":181,"children":182},{},[183],{"type":48,"value":184},"not",{"type":48,"value":186}," call Jira; the agent enriches via MCP.",{"type":43,"tag":51,"props":188,"children":190},{"id":189},"run-extract",[191],{"type":48,"value":192},"Run (extract)",{"type":43,"tag":194,"props":195,"children":200},"pre",{"className":196,"code":197,"language":198,"meta":199,"style":199},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SKILL=skills\u002Fcompute-plugin-package-overlay-cve-list   # under 1-rhdh-skill checkout\nnode \"${SKILL}\u002Fscripts\u002Fcompute-plugin-package-overlay-cve-list.mjs\" \\\n  --since 1.10.2 \\\n  --regex 'orchestrator|lightspeed' \\\n  --repo \u002Fhome\u002Fnboldt\u002F1\u002F1-overlays\n# Default: \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv\n#          \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json\n","bash","",[201],{"type":43,"tag":104,"props":202,"children":203},{"__ignoreMap":199},[204,234,273,292,320,334,343],{"type":43,"tag":205,"props":206,"children":209},"span",{"class":207,"line":208},"line",1,[210,216,222,228],{"type":43,"tag":205,"props":211,"children":213},{"style":212},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[214],{"type":48,"value":215},"SKILL",{"type":43,"tag":205,"props":217,"children":219},{"style":218},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[220],{"type":48,"value":221},"=",{"type":43,"tag":205,"props":223,"children":225},{"style":224},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[226],{"type":48,"value":227},"skills\u002Fcompute-plugin-package-overlay-cve-list",{"type":43,"tag":205,"props":229,"children":231},{"style":230},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[232],{"type":48,"value":233},"   # under 1-rhdh-skill checkout\n",{"type":43,"tag":205,"props":235,"children":237},{"class":207,"line":236},2,[238,244,249,253,258,263,268],{"type":43,"tag":205,"props":239,"children":241},{"style":240},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[242],{"type":48,"value":243},"node",{"type":43,"tag":205,"props":245,"children":246},{"style":218},[247],{"type":48,"value":248}," \"${",{"type":43,"tag":205,"props":250,"children":251},{"style":212},[252],{"type":48,"value":215},{"type":43,"tag":205,"props":254,"children":255},{"style":218},[256],{"type":48,"value":257},"}",{"type":43,"tag":205,"props":259,"children":260},{"style":224},[261],{"type":48,"value":262},"\u002Fscripts\u002Fcompute-plugin-package-overlay-cve-list.mjs",{"type":43,"tag":205,"props":264,"children":265},{"style":218},[266],{"type":48,"value":267},"\"",{"type":43,"tag":205,"props":269,"children":270},{"style":212},[271],{"type":48,"value":272}," \\\n",{"type":43,"tag":205,"props":274,"children":276},{"class":207,"line":275},3,[277,282,288],{"type":43,"tag":205,"props":278,"children":279},{"style":224},[280],{"type":48,"value":281},"  --since",{"type":43,"tag":205,"props":283,"children":285},{"style":284},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[286],{"type":48,"value":287}," 1.10.2",{"type":43,"tag":205,"props":289,"children":290},{"style":212},[291],{"type":48,"value":272},{"type":43,"tag":205,"props":293,"children":295},{"class":207,"line":294},4,[296,301,306,311,316],{"type":43,"tag":205,"props":297,"children":298},{"style":224},[299],{"type":48,"value":300},"  --regex",{"type":43,"tag":205,"props":302,"children":303},{"style":218},[304],{"type":48,"value":305}," '",{"type":43,"tag":205,"props":307,"children":308},{"style":224},[309],{"type":48,"value":310},"orchestrator|lightspeed",{"type":43,"tag":205,"props":312,"children":313},{"style":218},[314],{"type":48,"value":315},"'",{"type":43,"tag":205,"props":317,"children":318},{"style":212},[319],{"type":48,"value":272},{"type":43,"tag":205,"props":321,"children":323},{"class":207,"line":322},5,[324,329],{"type":43,"tag":205,"props":325,"children":326},{"style":224},[327],{"type":48,"value":328},"  --repo",{"type":43,"tag":205,"props":330,"children":331},{"style":224},[332],{"type":48,"value":333}," \u002Fhome\u002Fnboldt\u002F1\u002F1-overlays\n",{"type":43,"tag":205,"props":335,"children":337},{"class":207,"line":336},6,[338],{"type":43,"tag":205,"props":339,"children":340},{"style":230},[341],{"type":48,"value":342},"# Default: \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv\n",{"type":43,"tag":205,"props":344,"children":346},{"class":207,"line":345},7,[347],{"type":43,"tag":205,"props":348,"children":349},{"style":230},[350],{"type":48,"value":351},"#          \u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json\n",{"type":43,"tag":58,"props":353,"children":354},{},[355,361,363,369,371,377,379,385],{"type":43,"tag":104,"props":356,"children":358},{"className":357},[],[359],{"type":48,"value":360},"--since 1.10.2",{"type":48,"value":362}," alone implies ",{"type":43,"tag":104,"props":364,"children":366},{"className":365},[],[367],{"type":48,"value":368},"--branch release-1.10",{"type":48,"value":370},". Omit ",{"type":43,"tag":104,"props":372,"children":374},{"className":373},[],[375],{"type":48,"value":376},"--repo",{"type":48,"value":378}," to clone overlays into ",{"type":43,"tag":104,"props":380,"children":382},{"className":381},[],[383],{"type":48,"value":384},"\u002Ftmp\u002Frhdh-plugin-export-overlays-\u003Ctimestamp>",{"type":48,"value":86},{"type":43,"tag":51,"props":387,"children":389},{"id":388},"agent-enrich-default",[390],{"type":48,"value":391},"Agent enrich (default)",{"type":43,"tag":58,"props":393,"children":394},{},[395,397,403],{"type":48,"value":396},"Unless ",{"type":43,"tag":104,"props":398,"children":400},{"className":399},[],[401],{"type":48,"value":402},"--no-metadata",{"type":48,"value":404},":",{"type":43,"tag":406,"props":407,"children":408},"ol",{},[409,440,466,550,602],{"type":43,"tag":98,"props":410,"children":411},{},[412,414,423,425,431,432,438],{"type":48,"value":413},"Load ",{"type":43,"tag":77,"props":415,"children":417},{"href":416},"..\u002Fcursor-mcp-auth\u002FSKILL.md",[418],{"type":43,"tag":104,"props":419,"children":421},{"className":420},[],[422],{"type":48,"value":146},{"type":48,"value":424}," → ",{"type":43,"tag":104,"props":426,"children":428},{"className":427},[],[429],{"type":48,"value":430},"ok:mcp",{"type":48,"value":129},{"type":43,"tag":104,"props":433,"children":435},{"className":434},[],[436],{"type":48,"value":437},"atlassianUserInfo",{"type":48,"value":439},").",{"type":43,"tag":98,"props":441,"children":442},{},[443,449,451,457,459,465],{"type":43,"tag":104,"props":444,"children":446},{"className":445},[],[447],{"type":48,"value":448},"cloudId",{"type":48,"value":450},": ",{"type":43,"tag":104,"props":452,"children":454},{"className":453},[],[455],{"type":48,"value":456},"2b9e35e3-6bd3-4cec-b838-f4249ee02432",{"type":48,"value":458}," or ",{"type":43,"tag":104,"props":460,"children":462},{"className":461},[],[463],{"type":48,"value":464},"https:\u002F\u002Fredhat.atlassian.net",{"type":48,"value":86},{"type":43,"tag":98,"props":467,"children":468},{},[469,471,477,479,485,487,493,494,500,501,507,508,514,515,524,526,532,534,540,542,548],{"type":48,"value":470},"For each unique JIRA key (or bulk JQL) → MCP ",{"type":43,"tag":104,"props":472,"children":474},{"className":473},[],[475],{"type":48,"value":476},"getJiraIssue",{"type":48,"value":478}," \u002F ",{"type":43,"tag":104,"props":480,"children":482},{"className":481},[],[483],{"type":48,"value":484},"searchJiraIssuesUsingJql",{"type":48,"value":486}," with fields:\n",{"type":43,"tag":104,"props":488,"children":490},{"className":489},[],[491],{"type":48,"value":492},"summary",{"type":48,"value":111},{"type":43,"tag":104,"props":495,"children":497},{"className":496},[],[498],{"type":48,"value":499},"status",{"type":48,"value":111},{"type":43,"tag":104,"props":502,"children":504},{"className":503},[],[505],{"type":48,"value":506},"resolution",{"type":48,"value":111},{"type":43,"tag":104,"props":509,"children":511},{"className":510},[],[512],{"type":48,"value":513},"duedate",{"type":48,"value":111},{"type":43,"tag":64,"props":516,"children":517},{},[518],{"type":43,"tag":104,"props":519,"children":521},{"className":520},[],[522],{"type":48,"value":523},"customfield_10859",{"type":48,"value":525}," (ProdSec CVSS vector; take leading score, e.g. ",{"type":43,"tag":104,"props":527,"children":529},{"className":528},[],[530],{"type":48,"value":531},"7.5",{"type":48,"value":533}," from ",{"type":43,"tag":104,"props":535,"children":537},{"className":536},[],[538],{"type":48,"value":539},"7.5 CVSS:3.1\u002F...",{"type":48,"value":541},"). Use ",{"type":43,"tag":104,"props":543,"children":545},{"className":544},[],[546],{"type":48,"value":547},"issueFieldsToEnrich",{"type":48,"value":549}," from the script.",{"type":43,"tag":98,"props":551,"children":552},{},[553,555,560,562,568,572,578,580,585,587,593,595,601],{"type":48,"value":554},"For CVEs with no JIRA → MCP ",{"type":43,"tag":104,"props":556,"children":558},{"className":557},[],[559],{"type":48,"value":484},{"type":48,"value":561},":\n",{"type":43,"tag":104,"props":563,"children":565},{"className":564},[],[566],{"type":48,"value":567},"project IN (RHIDP,RHDHBUGS,RHDHPLAN) AND summary ~ \"CVE-…\" AND (\u003Cjql>)",{"type":43,"tag":569,"props":570,"children":571},"br",{},[],{"type":43,"tag":104,"props":573,"children":575},{"className":574},[],[576],{"type":48,"value":577},"--jql",{"type":48,"value":579}," is an ",{"type":43,"tag":64,"props":581,"children":582},{},[583],{"type":48,"value":584},"inclusion",{"type":48,"value":586}," rule. Default ",{"type":43,"tag":104,"props":588,"children":590},{"className":589},[],[591],{"type":48,"value":592},"Resolution != null",{"type":48,"value":594}," → MCP ",{"type":43,"tag":104,"props":596,"children":598},{"className":597},[],[599],{"type":48,"value":600},"resolution is not EMPTY",{"type":48,"value":86},{"type":43,"tag":98,"props":603,"children":604},{},[605,607,612,614,619],{"type":48,"value":606},"Write enrich JSON, then apply (same ",{"type":43,"tag":104,"props":608,"children":610},{"className":609},[],[611],{"type":48,"value":577},{"type":48,"value":613}," ",{"type":43,"tag":64,"props":615,"children":616},{},[617],{"type":48,"value":618},"keeps",{"type":48,"value":620}," matching rows in the CSV):",{"type":43,"tag":194,"props":622,"children":624},{"className":196,"code":623,"language":198,"meta":199,"style":199},"# enrich.json shape:\n# { \"issues\": { \"RHIDP-123\": { \"status\",\"resolution\",\"dueDate\",\"cvss\",\"summary\" } },\n#   \"cveJiras\": { \"CVE-2026-1\": [\"RHIDP-456\"] } }\n\nnode \"${SKILL}\u002Fscripts\u002Fcompute-plugin-package-overlay-cve-list.mjs\" \\\n  --apply-enrich \u002Ftmp\u002F1.10\u002Fenrich.json \\\n  --rows-json \"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json\" \\\n  -o \"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv\"\n",[625],{"type":43,"tag":104,"props":626,"children":627},{"__ignoreMap":199},[628,636,644,652,661,692,709,735],{"type":43,"tag":205,"props":629,"children":630},{"class":207,"line":208},[631],{"type":43,"tag":205,"props":632,"children":633},{"style":230},[634],{"type":48,"value":635},"# enrich.json shape:\n",{"type":43,"tag":205,"props":637,"children":638},{"class":207,"line":236},[639],{"type":43,"tag":205,"props":640,"children":641},{"style":230},[642],{"type":48,"value":643},"# { \"issues\": { \"RHIDP-123\": { \"status\",\"resolution\",\"dueDate\",\"cvss\",\"summary\" } },\n",{"type":43,"tag":205,"props":645,"children":646},{"class":207,"line":275},[647],{"type":43,"tag":205,"props":648,"children":649},{"style":230},[650],{"type":48,"value":651},"#   \"cveJiras\": { \"CVE-2026-1\": [\"RHIDP-456\"] } }\n",{"type":43,"tag":205,"props":653,"children":654},{"class":207,"line":294},[655],{"type":43,"tag":205,"props":656,"children":658},{"emptyLinePlaceholder":657},true,[659],{"type":48,"value":660},"\n",{"type":43,"tag":205,"props":662,"children":663},{"class":207,"line":322},[664,668,672,676,680,684,688],{"type":43,"tag":205,"props":665,"children":666},{"style":240},[667],{"type":48,"value":243},{"type":43,"tag":205,"props":669,"children":670},{"style":218},[671],{"type":48,"value":248},{"type":43,"tag":205,"props":673,"children":674},{"style":212},[675],{"type":48,"value":215},{"type":43,"tag":205,"props":677,"children":678},{"style":218},[679],{"type":48,"value":257},{"type":43,"tag":205,"props":681,"children":682},{"style":224},[683],{"type":48,"value":262},{"type":43,"tag":205,"props":685,"children":686},{"style":218},[687],{"type":48,"value":267},{"type":43,"tag":205,"props":689,"children":690},{"style":212},[691],{"type":48,"value":272},{"type":43,"tag":205,"props":693,"children":694},{"class":207,"line":336},[695,700,705],{"type":43,"tag":205,"props":696,"children":697},{"style":224},[698],{"type":48,"value":699},"  --apply-enrich",{"type":43,"tag":205,"props":701,"children":702},{"style":224},[703],{"type":48,"value":704}," \u002Ftmp\u002F1.10\u002Fenrich.json",{"type":43,"tag":205,"props":706,"children":707},{"style":212},[708],{"type":48,"value":272},{"type":43,"tag":205,"props":710,"children":711},{"class":207,"line":345},[712,717,722,727,731],{"type":43,"tag":205,"props":713,"children":714},{"style":224},[715],{"type":48,"value":716},"  --rows-json",{"type":43,"tag":205,"props":718,"children":719},{"style":218},[720],{"type":48,"value":721}," \"",{"type":43,"tag":205,"props":723,"children":724},{"style":224},[725],{"type":48,"value":726},"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.rows.json",{"type":43,"tag":205,"props":728,"children":729},{"style":218},[730],{"type":48,"value":267},{"type":43,"tag":205,"props":732,"children":733},{"style":212},[734],{"type":48,"value":272},{"type":43,"tag":205,"props":736,"children":738},{"class":207,"line":737},8,[739,744,748,753],{"type":43,"tag":205,"props":740,"children":741},{"style":224},[742],{"type":48,"value":743},"  -o",{"type":43,"tag":205,"props":745,"children":746},{"style":218},[747],{"type":48,"value":721},{"type":43,"tag":205,"props":749,"children":750},{"style":224},[751],{"type":48,"value":752},"\u002Ftmp\u002F1.10\u002FRHDH CVE Management - 1.10.3-plugins.csv",{"type":43,"tag":205,"props":754,"children":755},{"style":218},[756],{"type":48,"value":757},"\"\n",{"type":43,"tag":58,"props":759,"children":760},{},[761,763,768],{"type":48,"value":762},"Never invent CVSS — only use the leading score from ",{"type":43,"tag":104,"props":764,"children":766},{"className":765},[],[767],{"type":48,"value":523},{"type":48,"value":769}," (or another explicit CVSS field). Never paste OAuth secrets into chat.",{"type":43,"tag":51,"props":771,"children":773},{"id":772},"flags",[774],{"type":48,"value":775},"Flags",{"type":43,"tag":777,"props":778,"children":779},"table",{},[780,799],{"type":43,"tag":781,"props":782,"children":783},"thead",{},[784],{"type":43,"tag":785,"props":786,"children":787},"tr",{},[788,794],{"type":43,"tag":789,"props":790,"children":791},"th",{},[792],{"type":48,"value":793},"Flag",{"type":43,"tag":789,"props":795,"children":796},{},[797],{"type":48,"value":798},"Behavior",{"type":43,"tag":800,"props":801,"children":802},"tbody",{},[803,825,855,890,907,923,955,980,1007,1024,1047,1063,1079],{"type":43,"tag":785,"props":804,"children":805},{},[806,815],{"type":43,"tag":807,"props":808,"children":809},"td",{},[810],{"type":43,"tag":104,"props":811,"children":813},{"className":812},[],[814],{"type":48,"value":376},{"type":43,"tag":807,"props":816,"children":817},{},[818,820],{"type":48,"value":819},"Optional overlays checkout; else clone to ",{"type":43,"tag":104,"props":821,"children":823},{"className":822},[],[824],{"type":48,"value":384},{"type":43,"tag":785,"props":826,"children":827},{},[828,837],{"type":43,"tag":807,"props":829,"children":830},{},[831],{"type":43,"tag":104,"props":832,"children":834},{"className":833},[],[835],{"type":48,"value":836},"--branch",{"type":43,"tag":807,"props":838,"children":839},{},[840,842,848,849],{"type":48,"value":841},"Optional; from ",{"type":43,"tag":104,"props":843,"children":845},{"className":844},[],[846],{"type":48,"value":847},"--since X.Y.Z",{"type":48,"value":424},{"type":43,"tag":104,"props":850,"children":852},{"className":851},[],[853],{"type":48,"value":854},"release-X.Y",{"type":43,"tag":785,"props":856,"children":857},{},[858,866],{"type":43,"tag":807,"props":859,"children":860},{},[861],{"type":43,"tag":104,"props":862,"children":864},{"className":863},[],[865],{"type":48,"value":167},{"type":43,"tag":807,"props":867,"children":868},{},[869,874,876,882,884],{"type":43,"tag":64,"props":870,"children":871},{},[872],{"type":48,"value":873},"Required",{"type":48,"value":875}," (unless ",{"type":43,"tag":104,"props":877,"children":879},{"className":878},[],[880],{"type":48,"value":881},"--apply-enrich",{"type":48,"value":883},"). Tag \u002F SHA \u002F ",{"type":43,"tag":104,"props":885,"children":887},{"className":886},[],[888],{"type":48,"value":889},"X.Y.Z",{"type":43,"tag":785,"props":891,"children":892},{},[893,902],{"type":43,"tag":807,"props":894,"children":895},{},[896],{"type":43,"tag":104,"props":897,"children":899},{"className":898},[],[900],{"type":48,"value":901},"--regex",{"type":43,"tag":807,"props":903,"children":904},{},[905],{"type":48,"value":906},"Optional workspace name filter; always intersected with GA",{"type":43,"tag":785,"props":908,"children":909},{},[910,918],{"type":43,"tag":807,"props":911,"children":912},{},[913],{"type":43,"tag":104,"props":914,"children":916},{"className":915},[],[917],{"type":48,"value":159},{"type":43,"tag":807,"props":919,"children":920},{},[921],{"type":48,"value":922},"Optional local rhdh checkout for since-date fallback",{"type":43,"tag":785,"props":924,"children":925},{},[926,934],{"type":43,"tag":807,"props":927,"children":928},{},[929],{"type":43,"tag":104,"props":930,"children":932},{"className":931},[],[933],{"type":48,"value":402},{"type":43,"tag":807,"props":935,"children":936},{},[937,939,945,947,953],{"type":48,"value":938},"Skip agent MCP enrich (no ",{"type":43,"tag":104,"props":940,"children":942},{"className":941},[],[943],{"type":48,"value":944},".rows.json",{"type":48,"value":946}," unless ",{"type":43,"tag":104,"props":948,"children":950},{"className":949},[],[951],{"type":48,"value":952},"--rows-json",{"type":48,"value":954},")",{"type":43,"tag":785,"props":956,"children":957},{},[958,967],{"type":43,"tag":807,"props":959,"children":960},{},[961],{"type":43,"tag":104,"props":962,"children":964},{"className":963},[],[965],{"type":48,"value":966},"--jira-projects",{"type":43,"tag":807,"props":968,"children":969},{},[970,972,978],{"type":48,"value":971},"Default ",{"type":43,"tag":104,"props":973,"children":975},{"className":974},[],[976],{"type":48,"value":977},"RHIDP,RHDHBUGS,RHDHPLAN",{"type":48,"value":979}," (PR body scan)",{"type":43,"tag":785,"props":981,"children":982},{},[983,991],{"type":43,"tag":807,"props":984,"children":985},{},[986],{"type":43,"tag":104,"props":987,"children":989},{"className":988},[],[990],{"type":48,"value":577},{"type":43,"tag":807,"props":992,"children":993},{},[994,999,1001,1006],{"type":43,"tag":64,"props":995,"children":996},{},[997],{"type":48,"value":998},"Keep",{"type":48,"value":1000}," enriched rows matching EXPR (default ",{"type":43,"tag":104,"props":1002,"children":1004},{"className":1003},[],[1005],{"type":48,"value":592},{"type":48,"value":954},{"type":43,"tag":785,"props":1008,"children":1009},{},[1010,1019],{"type":43,"tag":807,"props":1011,"children":1012},{},[1013],{"type":43,"tag":104,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":48,"value":1018},"--no-jql",{"type":43,"tag":807,"props":1020,"children":1021},{},[1022],{"type":48,"value":1023},"Disable JQL filtering (keep all)",{"type":43,"tag":785,"props":1025,"children":1026},{},[1027,1036],{"type":43,"tag":807,"props":1028,"children":1029},{},[1030],{"type":43,"tag":104,"props":1031,"children":1033},{"className":1032},[],[1034],{"type":48,"value":1035},"-o",{"type":43,"tag":807,"props":1037,"children":1038},{},[1039,1041],{"type":48,"value":1040},"Output CSV path; default ",{"type":43,"tag":104,"props":1042,"children":1044},{"className":1043},[],[1045],{"type":48,"value":1046},"\u002Ftmp\u002F\u003Cstream>\u002FRHDH CVE Management - \u003Cnextz>-plugins.csv",{"type":43,"tag":785,"props":1048,"children":1049},{},[1050,1058],{"type":43,"tag":807,"props":1051,"children":1052},{},[1053],{"type":43,"tag":104,"props":1054,"children":1056},{"className":1055},[],[1057],{"type":48,"value":952},{"type":43,"tag":807,"props":1059,"children":1060},{},[1061],{"type":48,"value":1062},"Write\u002Fread row JSON for MCP enrich",{"type":43,"tag":785,"props":1064,"children":1065},{},[1066,1074],{"type":43,"tag":807,"props":1067,"children":1068},{},[1069],{"type":43,"tag":104,"props":1070,"children":1072},{"className":1071},[],[1073],{"type":48,"value":881},{"type":43,"tag":807,"props":1075,"children":1076},{},[1077],{"type":48,"value":1078},"Merge MCP enrich JSON into CSV",{"type":43,"tag":785,"props":1080,"children":1081},{},[1082,1091],{"type":43,"tag":807,"props":1083,"children":1084},{},[1085],{"type":43,"tag":104,"props":1086,"children":1088},{"className":1087},[],[1089],{"type":48,"value":1090},"--json",{"type":43,"tag":807,"props":1092,"children":1093},{},[1094],{"type":48,"value":1095},"Summary on stderr",{"type":43,"tag":51,"props":1097,"children":1099},{"id":1098},"references",[1100],{"type":48,"value":1101},"References",{"type":43,"tag":94,"props":1103,"children":1104},{},[1105,1114],{"type":43,"tag":98,"props":1106,"children":1107},{},[1108],{"type":43,"tag":77,"props":1109,"children":1111},{"href":1110},"references\u002Fcsv-format.md",[1112],{"type":48,"value":1113},"csv-format.md",{"type":43,"tag":98,"props":1115,"children":1116},{},[1117],{"type":43,"tag":77,"props":1118,"children":1120},{"href":1119},"references\u002Fsources.md",[1121],{"type":48,"value":1122},"sources.md",{"type":43,"tag":51,"props":1124,"children":1126},{"id":1125},"gotchas",[1127],{"type":48,"value":1128},"Gotchas",{"type":43,"tag":94,"props":1130,"children":1131},{},[1132,1158,1176,1195,1222,1233,1245],{"type":43,"tag":98,"props":1133,"children":1134},{},[1135,1137,1142,1144,1149,1150,1156],{"type":48,"value":1136},"Overlays may lack version tags — ",{"type":43,"tag":104,"props":1138,"children":1140},{"className":1139},[],[1141],{"type":48,"value":847},{"type":48,"value":1143}," uses the tip-most branch commit mentioning that version (release message ",{"type":43,"tag":64,"props":1145,"children":1146},{},[1147],{"type":48,"value":1148},"or",{"type":48,"value":613},{"type":43,"tag":104,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":48,"value":1155},"resolve X.Y.Z CVEs",{"type":48,"value":1157},"), not an earlier release-message alone",{"type":43,"tag":98,"props":1159,"children":1160},{},[1161,1163,1168,1169,1175],{"type":48,"value":1162},"CVE tracking is ",{"type":43,"tag":64,"props":1164,"children":1165},{},[1166],{"type":48,"value":1167},"GA-only",{"type":48,"value":129},{"type":43,"tag":104,"props":1170,"children":1172},{"className":1171},[],[1173],{"type":48,"value":1174},"spec.support: generally-available",{"type":48,"value":954},{"type":43,"tag":98,"props":1177,"children":1178},{},[1179,1181,1187,1188,1194],{"type":48,"value":1180},"Skip test-only commits (",{"type":43,"tag":104,"props":1182,"children":1184},{"className":1183},[],[1185],{"type":48,"value":1186},"e2e-tests\u002F",{"type":48,"value":111},{"type":43,"tag":104,"props":1189,"children":1191},{"className":1190},[],[1192],{"type":48,"value":1193},"smoke-tests\u002F",{"type":48,"value":954},{"type":43,"tag":98,"props":1196,"children":1197},{},[1198,1200,1205,1207,1213,1214,1220],{"type":48,"value":1199},"One CSV row per ",{"type":43,"tag":64,"props":1201,"children":1202},{},[1203],{"type":48,"value":1204},"CVE × plugins-list package",{"type":48,"value":1206}," (Container = GA ",{"type":43,"tag":104,"props":1208,"children":1210},{"className":1209},[],[1211],{"type":48,"value":1212},"dynamicArtifact",{"type":48,"value":458},{"type":43,"tag":104,"props":1215,"children":1217},{"className":1216},[],[1218],{"type":48,"value":1219},"workspaces\u002F\u003Cws>\u002F\u003CpluginPath>",{"type":48,"value":1221},"); multi-workspace CVEs expand",{"type":43,"tag":98,"props":1223,"children":1224},{},[1225,1227,1232],{"type":48,"value":1226},"Enrich via Atlassian MCP after extract (",{"type":43,"tag":104,"props":1228,"children":1230},{"className":1229},[],[1231],{"type":48,"value":881},{"type":48,"value":954},{"type":43,"tag":98,"props":1234,"children":1235},{},[1236,1238,1243],{"type":48,"value":1237},"If no JIRA for a CVE, ",{"type":43,"tag":64,"props":1239,"children":1240},{},[1241],{"type":48,"value":1242},"JIRA Issue",{"type":48,"value":1244}," column gets the overlays commit URL",{"type":43,"tag":98,"props":1246,"children":1247},{},[1248,1250,1256,1258,1264,1266,1272,1273,1279],{"type":48,"value":1249},"Unchanged \u002F prior-release backport CVEs → Resolution ",{"type":43,"tag":104,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":48,"value":1255},"Done \u003Csince>",{"type":48,"value":1257},", Status ",{"type":43,"tag":104,"props":1259,"children":1261},{"className":1260},[],[1262],{"type":48,"value":1263},"Closed \u003Csince>",{"type":48,"value":1265}," (e.g. ",{"type":43,"tag":104,"props":1267,"children":1269},{"className":1268},[],[1270],{"type":48,"value":1271},"Done 1.10.2",{"type":48,"value":478},{"type":43,"tag":104,"props":1274,"children":1276},{"className":1275},[],[1277],{"type":48,"value":1278},"Closed 1.10.2",{"type":48,"value":1280},"); JIRA from introduce commit PR",{"type":43,"tag":1282,"props":1283,"children":1284},"style",{},[1285],{"type":48,"value":1286},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1288,"total":1450},[1289,1303,1317,1336,1352,1359,1370,1388,1400,1413,1425,1437],{"slug":1290,"name":1290,"fn":1291,"description":1292,"org":1293,"tags":1294,"stars":26,"repoUrl":27,"updatedAt":1302},"agent-ready","assess repository readiness for AI agents","Assesses a git repository's readiness for use by AI coding agents using the agentready CLI, then walks through and addresses each gap. RHDH-aware: detects RHDH repositories and uses rhdh-repos.md context to pre-fill AGENTS.md and skip inapplicable findings. Use when asked to \"assess agent readiness\", \"run agentready\", \"check how agent-ready this repo is\", \"make this repo agent-ready\", \"improve agent readiness score\", \"assess all RHDH repos\", \"batch agent readiness\", or \"onboard this repo for agents\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1295,1298,1301],{"name":1296,"slug":1297,"type":16},"Agents","agents",{"name":1299,"slug":1300,"type":16},"Code Analysis","code-analysis",{"name":24,"slug":25,"type":16},"2026-07-16T06:03:24.758348",{"slug":1304,"name":1304,"fn":1305,"description":1306,"org":1307,"tags":1308,"stars":26,"repoUrl":27,"updatedAt":1316},"backstage-upgrade","upgrade Backstage dependencies","Upgrade @backstage\u002F* dependencies in a plugin or app to a target version. Use when asked to \"upgrade backstage\", \"bump backstage\", \"update @backstage\", \"align backstage deps\", \"backstage version bump\", \"upgrade dependencies\", \"backstage-cli versions:bump\", \"update to latest backstage\", \"fix version mismatch\", \"backstage version alignment\", \"upgrade before migration\", or any request to update Backstage package versions in a project.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1309,1310,1313],{"name":24,"slug":25,"type":16},{"name":1311,"slug":1312,"type":16},"Maintenance","maintenance",{"name":1314,"slug":1315,"type":16},"Migration","migration","2026-07-16T06:03:24.067361",{"slug":1318,"name":1318,"fn":1319,"description":1320,"org":1321,"tags":1322,"stars":26,"repoUrl":27,"updatedAt":1335},"base-images-and-rpms","update base images and lockfiles","Updates base images with updateBaseImages.sh and regenerates rpms.lock.yaml with rpm-lockfile-prototype in redhat-developer\u002Frhdh, rhdh-must-gather, and rhdh-operator. Use --analyze for read-only Containerfile\u002FDockerfile scan (current vs latest tags, UBI skew). Use for weekly upstream maintenance, UBI\u002FRHEL base image bumps, RPM lockfile refresh, base-images-and-rpms, main, release-*, or analyzing base images before updating.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1323,1326,1329,1332],{"name":1324,"slug":1325,"type":16},"Automation","automation",{"name":1327,"slug":1328,"type":16},"Configuration","configuration",{"name":1330,"slug":1331,"type":16},"Containers","containers",{"name":1333,"slug":1334,"type":16},"Deployment","deployment","2026-07-16T06:03:27.784453",{"slug":1337,"name":1337,"fn":1338,"description":1339,"org":1340,"tags":1341,"stars":26,"repoUrl":27,"updatedAt":1351},"bug-fix","diagnose and fix plugin bugs","Reproduce, diagnose, fix, and PR plugin bugs from Jira tickets or GitHub issues. Works with both rhdh-plugins and community-plugins. Supports UI bugs (Playwright e2e with before\u002Fafter recordings) and backend bugs (unit\u002Fintegration test verification). Triages issues for agent-readiness before attempting a fix. Accepts a Jira key (RHDHBUGS-1934), Jira URL (redhat.atlassian.net\u002Fbrowse\u002F...), GitHub issue URL (github.com\u002F...\u002Fissues\u002FN), or a request to \"fix this bug\", \"reproduce and fix\", \"\u002Fbug-fix\". By default, stops after the fix for user verification before PR creation. Supports --no-verify mode to skip the verification gate and auto-create the PR. Chains into raise-pr for the full PR lifecycle.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1342,1345,1348],{"name":1343,"slug":1344,"type":16},"Debugging","debugging",{"name":1346,"slug":1347,"type":16},"QA","qa",{"name":1349,"slug":1350,"type":16},"Testing","testing","2026-07-29T06:00:33.054762",{"slug":4,"name":4,"fn":5,"description":6,"org":1353,"tags":1354,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1355,1356,1357,1358],{"name":18,"slug":19,"type":16},{"name":24,"slug":25,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"slug":1360,"name":1360,"fn":1361,"description":1362,"org":1363,"tags":1364,"stars":26,"repoUrl":27,"updatedAt":1369},"create-plugin","scaffold and package RHDH dynamic plugins","Full lifecycle for RHDH dynamic plugins — scaffold, implement, export, package, and configure. Use when asked to \"create RHDH plugin\", \"bootstrap dynamic plugin\", \"create backend plugin\", \"create frontend plugin\", \"export dynamic plugin\", \"package plugin as OCI\", \"generate frontend wiring\", \"create plugin container image\", \"configure mount points\", \"create dynamic route\", \"add entity card\", \"scaffold RHDH plugin\", \"publish plugin to registry\", \"create tgz archive\", or mentions creating, exporting, packaging, or wiring a Backstage plugin for Red Hat Developer Hub. Also use when asked to \"build a plugin from scratch\", \"dynamic plugin tutorial\", \"RHDH plugin from scratch\", or \"build Backstage plugin for RHDH\". Covers backend plugins (APIs, scaffolder actions, processors), frontend plugins (pages, cards, themes), export\u002Fpackaging (OCI, tgz, npm), and frontend wiring configuration (mount points, routes, entity tabs, themes).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1365,1366],{"name":1333,"slug":1334,"type":16},{"name":1367,"slug":1368,"type":16},"Plugin Development","plugin-development","2026-07-16T06:02:28.983498",{"slug":146,"name":146,"fn":1371,"description":1372,"org":1373,"tags":1374,"stars":26,"repoUrl":27,"updatedAt":1387},"authenticate Atlassian MCP for Jira","Ensures Cursor Atlassian MCP (plugin-atlassian-atlassian → mcp.atlassian.com) is authenticated for redhat.atlassian.net via OAuth. Use for \"authenticate Jira\", \"Atlassian MCP\", \"jira auth failed\", \"mcp_auth Atlassian\", \"cursor MCP auth\", or when another skill needs working Jira access through Cursor MCP.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1375,1378,1381,1384],{"name":1376,"slug":1377,"type":16},"Auth","auth",{"name":1379,"slug":1380,"type":16},"Jira","jira",{"name":1382,"slug":1383,"type":16},"MCP","mcp",{"name":1385,"slug":1386,"type":16},"OAuth","oauth","2026-07-29T06:00:33.525179",{"slug":1389,"name":1389,"fn":1390,"description":1391,"org":1392,"tags":1393,"stars":26,"repoUrl":27,"updatedAt":1399},"konflux-release-data-rpa","update release tags in konflux-release-data","Bumps RHDH ReleasePlanAdmission tag versions in konflux-release-data for a stream release (e.g. 1.9.7), opens a GitLab merge request, and launches it in the browser. Use when updating RPA tags, konflux-release-data, ReleasePlanAdmission, rhdh-1-9-*.yaml, rhdh-plugin-catalog-1-9-*.yaml, or preparing an RHDH patch release.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1394,1395,1396],{"name":1324,"slug":1325,"type":16},{"name":1333,"slug":1334,"type":16},{"name":1397,"slug":1398,"type":16},"GitLab","gitlab","2026-07-16T06:00:19.516231",{"slug":1401,"name":1401,"fn":1402,"description":1403,"org":1404,"tags":1405,"stars":26,"repoUrl":27,"updatedAt":1412},"konflux-tekton-updates","update Konflux Tekton task digests","Bumps Konflux Tekton task digests with .tekton\u002FupdateDigests.sh --minor --no-push, applies konflux-ci\u002Fbuild-definitions MIGRATION.md pipeline fixes, and regenerates PipelineRuns. Use for rhdh-plugin-catalog, RHDH midstream (4-rhdh), Konflux task minor bumps, prefetch-dependencies-oci-ta, build-image-index, or updateDigests.sh.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1406,1407,1410,1411],{"name":1324,"slug":1325,"type":16},{"name":1408,"slug":1409,"type":16},"CI\u002FCD","ci-cd",{"name":1333,"slug":1334,"type":16},{"name":24,"slug":25,"type":16},"2026-07-16T06:03:28.123118",{"slug":1414,"name":1414,"fn":1415,"description":1416,"org":1417,"tags":1418,"stars":26,"repoUrl":27,"updatedAt":1424},"lifecycle","check Red Hat product lifecycle status","Check version lifecycle and support status for platforms and integrations used by RHDH. Covers OCP, AKS, EKS, GKE, RHDH releases, RHBK, Quay, PostgreSQL, and any Red Hat product via the Product Life Cycles API. Use when asking about version support, EOL dates, GA dates, support phases, or planning version upgrades. Also use for \"is X still supported\", \"what versions should we test\", or \"when does X reach EOL\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1419,1420,1421],{"name":18,"slug":19,"type":16},{"name":1311,"slug":1312,"type":16},{"name":1422,"slug":1423,"type":16},"Operations","operations","2026-07-16T06:03:19.344038",{"slug":1426,"name":1426,"fn":1427,"description":1428,"org":1429,"tags":1430,"stars":26,"repoUrl":27,"updatedAt":1436},"nfs-migration","migrate plugins to New Frontend System","Migrate Backstage frontend plugins from the legacy system to the New Frontend System (NFS). Use when asked to \"migrate to NFS\", \"new frontend system\", \"convert plugin to NFS\", \"createFrontendPlugin\", \"PageBlueprint\", \"ApiBlueprint\", \"SubPageBlueprint\", \"alpha to GA\", \"legacy to NFS\", \"frontend migration\", \"extension blueprints\", \"migrate frontend plugin\", \"NFS support\", \"graduate alpha\", or mentions migrating a Backstage plugin to the new frontend system for RHDH.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1431,1432,1435],{"name":24,"slug":25,"type":16},{"name":1433,"slug":1434,"type":16},"Frontend","frontend",{"name":1314,"slug":1315,"type":16},"2026-07-16T06:03:27.078987",{"slug":1438,"name":1438,"fn":1439,"description":1440,"org":1441,"tags":1442,"stars":26,"repoUrl":27,"updatedAt":1449},"overlay","manage RHDH plugin export overlays","Manages the rhdh-plugin-export-overlays repository — onboards plugins to the Extensions Catalog, updates plugin versions, fixes overlay build failures, triages and analyzes PRs, triggers publishes, and manages plugin workspaces. Use when working with overlays, importing plugins, debugging CI, checking PRs, bumping versions, or mentions \"Extensions Catalog\", \"overlay build failed\", \"plugin registry\", \"overlay PR\", \"overlay doctor\", \"plugin import\", \"add plugin to catalog\", \"onboard plugin\", or \"plugin workspace\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1443,1444,1447,1448],{"name":1324,"slug":1325,"type":16},{"name":1445,"slug":1446,"type":16},"Code Review","code-review",{"name":1333,"slug":1334,"type":16},{"name":24,"slug":25,"type":16},"2026-07-16T06:03:20.380044",24,{"items":1452,"total":1450},[1453,1459,1465,1472,1478,1485,1490],{"slug":1290,"name":1290,"fn":1291,"description":1292,"org":1454,"tags":1455,"stars":26,"repoUrl":27,"updatedAt":1302},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1456,1457,1458],{"name":1296,"slug":1297,"type":16},{"name":1299,"slug":1300,"type":16},{"name":24,"slug":25,"type":16},{"slug":1304,"name":1304,"fn":1305,"description":1306,"org":1460,"tags":1461,"stars":26,"repoUrl":27,"updatedAt":1316},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1462,1463,1464],{"name":24,"slug":25,"type":16},{"name":1311,"slug":1312,"type":16},{"name":1314,"slug":1315,"type":16},{"slug":1318,"name":1318,"fn":1319,"description":1320,"org":1466,"tags":1467,"stars":26,"repoUrl":27,"updatedAt":1335},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1468,1469,1470,1471],{"name":1324,"slug":1325,"type":16},{"name":1327,"slug":1328,"type":16},{"name":1330,"slug":1331,"type":16},{"name":1333,"slug":1334,"type":16},{"slug":1337,"name":1337,"fn":1338,"description":1339,"org":1473,"tags":1474,"stars":26,"repoUrl":27,"updatedAt":1351},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1475,1476,1477],{"name":1343,"slug":1344,"type":16},{"name":1346,"slug":1347,"type":16},{"name":1349,"slug":1350,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":1479,"tags":1480,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1481,1482,1483,1484],{"name":18,"slug":19,"type":16},{"name":24,"slug":25,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"slug":1360,"name":1360,"fn":1361,"description":1362,"org":1486,"tags":1487,"stars":26,"repoUrl":27,"updatedAt":1369},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1488,1489],{"name":1333,"slug":1334,"type":16},{"name":1367,"slug":1368,"type":16},{"slug":146,"name":146,"fn":1371,"description":1372,"org":1491,"tags":1492,"stars":26,"repoUrl":27,"updatedAt":1387},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1493,1494,1495,1496],{"name":1376,"slug":1377,"type":16},{"name":1379,"slug":1380,"type":16},{"name":1382,"slug":1383,"type":16},{"name":1385,"slug":1386,"type":16}]