[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-red-hat-developer-konflux-release-data-rpa":3,"mdc--5fwo11-key":34,"related-repo-red-hat-developer-konflux-release-data-rpa":1347,"related-org-red-hat-developer-konflux-release-data-rpa":1458},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"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},"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],{"name":14,"slug":15,"type":16},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"GitLab","gitlab",{"name":21,"slug":22,"type":16},"Deployment","deployment",15,"https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill","2026-07-16T06:00:19.516231",null,28,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Claude Code skill for RHDH plugin lifecycle management","https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill\u002Ftree\u002FHEAD\u002Fskills\u002Fkonflux-release-data-rpa","---\nname: konflux-release-data-rpa\ndescription: >-\n  Bumps RHDH ReleasePlanAdmission tag versions in konflux-release-data for a\n  stream release (e.g. 1.9.7), opens a GitLab merge request, and launches it in\n  the browser. Use when updating RPA tags, konflux-release-data, ReleasePlanAdmission,\n  rhdh-1-9-*.yaml, rhdh-plugin-catalog-1-9-*.yaml, or preparing an RHDH patch release.\n---\n\n# Konflux release-data RPA updates\n\n## Goal\n\nGiven a target RHDH version (for example `1.9.7`), update the matching stream\nReleasePlanAdmission files under\n`config\u002Fstone-prod-p02.hjvn.p1\u002Fproduct\u002FReleasePlanAdmission\u002Frhdh\u002F` so tag values\nuse the new patch version, then push a branch and open a GitLab merge request.\n\n## Prerequisites\n\n- Local clone of [konflux-release-data](https:\u002F\u002Fgitlab.cee.redhat.com\u002Freleng\u002Fkonflux-release-data)\n- `git`, `glab` (GitLab CLI authenticated to `gitlab.cee.redhat.com`)\n- Push access to `origin` (`git@gitlab.cee.redhat.com:releng\u002Fkonflux-release-data.git`)\n- Optional: `tox` when using `--validate`\n\nRun from the user's konflux-release-data checkout — **never assume a fixed path**.\nPass `--repo-dir` or `cd` into the target folder before invoking the script.\n\nWorking directory resolution (in order):\n\n1. `--repo-dir PATH` when provided\n2. `KONFLUX_RELEASE_DATA_REPO` when set\n3. Current working directory (`$PWD`)\n\n`PATH` may be the **repository root**, or the **rhdh ReleasePlanAdmission folder** (the script resolves the standard path\n`config\u002Fstone-prod-p02.hjvn.p1\u002Fproduct\u002FReleasePlanAdmission\u002Frhdh\u002F` from there).\n\n## Run the bundled script\n\n**Execute** [scripts\u002Fupdate-rpa-tags.sh](scripts\u002Fupdate-rpa-tags.sh); do not\nreimplement the workflow inline. Always run it against the folder the user\nspecified.\n\n```bash\nSKILL=skills\u002Fkonflux-release-data-rpa   # under 1-rhdh-skill checkout\nchmod +x \"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\"\nREPO=\u002Fpath\u002Fto\u002Fkonflux-release-data    # user-provided checkout\n\n# From repo root\ncd \"${REPO}\" && \"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7\n\n# Or pass the checkout explicitly\n\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\"\n\n# Preview only\n\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\" --dry-run\n```\n\n## Which files change\n\nFor version `MAJOR.MINOR.PATCH`, the script updates the `MAJOR-MINOR` stream only:\n\n| Version example | Stream | Files updated |\n|-----------------|--------|---------------|\n| `1.9.7` | `1.9` | `rhdh-1-9-prod.yaml`, `rhdh-1-9-stage.yaml`, `rhdh-plugin-catalog-1-9-prod.yaml`, `rhdh-plugin-catalog-1-9-stage.yaml` |\n| `1.10.2` | `1.10` | `rhdh-1-10-*.yaml`, `rhdh-plugin-catalog-1-10-*.yaml` (prod + stage) |\n\n**Not** updated by this script: `-fbc-` RPAs, `1.next` \u002F `1-stage` catalog files,\nbuilder RPAs, or other streams.\n\n## Tag replacement rules\n\n1. Auto-detect stale patch versions from tag strings in the target files\n   (for example `1.9.6` when bumping to `1.9.7`).\n2. Replace every occurrence of each stale patch with the target version.\n3. Keep the stream tag unchanged (`\"1.9\"` stays `\"1.9\"`).\n4. Composite plugin catalog tags are updated in the RHDH prefix only\n   (`1.9.6--1.20.2` → `1.9.7--1.20.2`); upstream plugin semver suffixes are\n   preserved unless a separate plugin-catalog bump MR is needed.\n\nHub\u002Foperator RPAs (`rhdh-1-9-*.yaml`) only carry tags under `defaults.tags`.\nPlugin catalog RPAs also update per-component `tags` lists.\n\n## Merge request workflow\n\nOn success the script:\n\n1. Fetches and checks out `main`\n2. Creates branch `chore\u002Frhdh-update-rpa-\u003CVERSION>`\n3. Commits with signed-off message:\n   `chore: update rhdh-\u003Cstream>-*.yaml RPAs for upcoming release \u003CVERSION>`\n4. Pushes to `origin` (`releng\u002Fkonflux-release-data`)\n5. Creates a GitLab MR in **`releng\u002Fkonflux-release-data`** via `glab api` on the upstream project (not `glab mr create`, which may route through the `rhdh-bot` fork and produce an empty diff)\n6. MR description starts with **`Generated-by: cursor`**\n7. Verifies the MR includes file changes before opening the browser\n8. Opens the MR URL in the first available browser: **Brave → Chrome → Firefox**\n\nUse `--dry-run` to preview tag changes without modifying files or opening an MR.\n\n## Validation\n\nRun schema tests after editing when CI credentials are available:\n\n```bash\n\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\" --validate\n```\n\nOr from the repo root: `tox -e test`.\n\n## Related manual steps\n\nThis script handles **RHDH patch tag bumps** in konflux-release-data only. It\ndoes **not**:\n\n- Bump upstream plugin semver suffixes in composite tags (see historical MRs\n  titled `chore(rhdh): update plugin catalog … RPAs to … tags`)\n- Update Konflux tenant snapshots or components in `tenants-config\u002F`\n- Trigger releases in Konflux\n\nSee also [konflux-tekton-updates](..\u002Fkonflux-tekton-updates\u002FSKILL.md) for\nTekton digest bumps in midstream repos.\n\n## Anti-patterns\n\n- Assuming a hardcoded checkout path; always use the user's folder via `--repo-dir` or `cd`.\n- Pushing to `rhdh-bot` or any fork remote; push is always to `origin`.\n- Creating cross-project MRs from a fork when the branch exists only on `origin`.\n- Editing FBC or `1.next` RPAs as part of a stream patch bump.\n- Pushing directly to `main`; always use an MR.\n- Running with a dirty working tree (uncommitted changes block the script).\n\n## Additional resources\n\n- Example hub bump: `8e378a51be` — `rhdh-1-9-*.yaml` to `1.9.7`\n- Example catalog bump: `50445ad9f1` — all plugin catalog component tags\n- Repo guide: `konflux-release-data` `AGENTS.md` and `.cursor\u002Frules\u002Fkonflux-release-data.mdc`\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,55,78,84,169,198,203,241,273,279,296,605,611,632,754,788,794,862,891,897,902,1024,1037,1043,1048,1103,1116,1122,1141,1172,1185,1191,1269,1275,1341],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"konflux-release-data-rpa-updates",[45],{"type":46,"value":47},"text","Konflux release-data RPA updates",{"type":40,"tag":49,"props":50,"children":52},"h2",{"id":51},"goal",[53],{"type":46,"value":54},"Goal",{"type":40,"tag":56,"props":57,"children":58},"p",{},[59,61,68,70,76],{"type":46,"value":60},"Given a target RHDH version (for example ",{"type":40,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":46,"value":67},"1.9.7",{"type":46,"value":69},"), update the matching stream\nReleasePlanAdmission files under\n",{"type":40,"tag":62,"props":71,"children":73},{"className":72},[],[74],{"type":46,"value":75},"config\u002Fstone-prod-p02.hjvn.p1\u002Fproduct\u002FReleasePlanAdmission\u002Frhdh\u002F",{"type":46,"value":77}," so tag values\nuse the new patch version, then push a branch and open a GitLab merge request.",{"type":40,"tag":49,"props":79,"children":81},{"id":80},"prerequisites",[82],{"type":46,"value":83},"Prerequisites",{"type":40,"tag":85,"props":86,"children":87},"ul",{},[88,103,130,150],{"type":40,"tag":89,"props":90,"children":91},"li",{},[92,94],{"type":46,"value":93},"Local clone of ",{"type":40,"tag":95,"props":96,"children":100},"a",{"href":97,"rel":98},"https:\u002F\u002Fgitlab.cee.redhat.com\u002Freleng\u002Fkonflux-release-data",[99],"nofollow",[101],{"type":46,"value":102},"konflux-release-data",{"type":40,"tag":89,"props":104,"children":105},{},[106,112,114,120,122,128],{"type":40,"tag":62,"props":107,"children":109},{"className":108},[],[110],{"type":46,"value":111},"git",{"type":46,"value":113},", ",{"type":40,"tag":62,"props":115,"children":117},{"className":116},[],[118],{"type":46,"value":119},"glab",{"type":46,"value":121}," (GitLab CLI authenticated to ",{"type":40,"tag":62,"props":123,"children":125},{"className":124},[],[126],{"type":46,"value":127},"gitlab.cee.redhat.com",{"type":46,"value":129},")",{"type":40,"tag":89,"props":131,"children":132},{},[133,135,141,143,149],{"type":46,"value":134},"Push access to ",{"type":40,"tag":62,"props":136,"children":138},{"className":137},[],[139],{"type":46,"value":140},"origin",{"type":46,"value":142}," (",{"type":40,"tag":62,"props":144,"children":146},{"className":145},[],[147],{"type":46,"value":148},"git@gitlab.cee.redhat.com:releng\u002Fkonflux-release-data.git",{"type":46,"value":129},{"type":40,"tag":89,"props":151,"children":152},{},[153,155,161,163],{"type":46,"value":154},"Optional: ",{"type":40,"tag":62,"props":156,"children":158},{"className":157},[],[159],{"type":46,"value":160},"tox",{"type":46,"value":162}," when using ",{"type":40,"tag":62,"props":164,"children":166},{"className":165},[],[167],{"type":46,"value":168},"--validate",{"type":40,"tag":56,"props":170,"children":171},{},[172,174,180,182,188,190,196],{"type":46,"value":173},"Run from the user's konflux-release-data checkout — ",{"type":40,"tag":175,"props":176,"children":177},"strong",{},[178],{"type":46,"value":179},"never assume a fixed path",{"type":46,"value":181},".\nPass ",{"type":40,"tag":62,"props":183,"children":185},{"className":184},[],[186],{"type":46,"value":187},"--repo-dir",{"type":46,"value":189}," or ",{"type":40,"tag":62,"props":191,"children":193},{"className":192},[],[194],{"type":46,"value":195},"cd",{"type":46,"value":197}," into the target folder before invoking the script.",{"type":40,"tag":56,"props":199,"children":200},{},[201],{"type":46,"value":202},"Working directory resolution (in order):",{"type":40,"tag":204,"props":205,"children":206},"ol",{},[207,218,229],{"type":40,"tag":89,"props":208,"children":209},{},[210,216],{"type":40,"tag":62,"props":211,"children":213},{"className":212},[],[214],{"type":46,"value":215},"--repo-dir PATH",{"type":46,"value":217}," when provided",{"type":40,"tag":89,"props":219,"children":220},{},[221,227],{"type":40,"tag":62,"props":222,"children":224},{"className":223},[],[225],{"type":46,"value":226},"KONFLUX_RELEASE_DATA_REPO",{"type":46,"value":228}," when set",{"type":40,"tag":89,"props":230,"children":231},{},[232,234,240],{"type":46,"value":233},"Current working directory (",{"type":40,"tag":62,"props":235,"children":237},{"className":236},[],[238],{"type":46,"value":239},"$PWD",{"type":46,"value":129},{"type":40,"tag":56,"props":242,"children":243},{},[244,250,252,257,259,264,266,271],{"type":40,"tag":62,"props":245,"children":247},{"className":246},[],[248],{"type":46,"value":249},"PATH",{"type":46,"value":251}," may be the ",{"type":40,"tag":175,"props":253,"children":254},{},[255],{"type":46,"value":256},"repository root",{"type":46,"value":258},", or the ",{"type":40,"tag":175,"props":260,"children":261},{},[262],{"type":46,"value":263},"rhdh ReleasePlanAdmission folder",{"type":46,"value":265}," (the script resolves the standard path\n",{"type":40,"tag":62,"props":267,"children":269},{"className":268},[],[270],{"type":46,"value":75},{"type":46,"value":272}," from there).",{"type":40,"tag":49,"props":274,"children":276},{"id":275},"run-the-bundled-script",[277],{"type":46,"value":278},"Run the bundled script",{"type":40,"tag":56,"props":280,"children":281},{},[282,287,289,294],{"type":40,"tag":175,"props":283,"children":284},{},[285],{"type":46,"value":286},"Execute",{"type":46,"value":288}," ",{"type":40,"tag":95,"props":290,"children":292},{"href":291},"scripts\u002Fupdate-rpa-tags.sh",[293],{"type":46,"value":291},{"type":46,"value":295},"; do not\nreimplement the workflow inline. Always run it against the folder the user\nspecified.",{"type":40,"tag":297,"props":298,"children":303},"pre",{"className":299,"code":300,"language":301,"meta":302,"style":302},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SKILL=skills\u002Fkonflux-release-data-rpa   # under 1-rhdh-skill checkout\nchmod +x \"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\"\nREPO=\u002Fpath\u002Fto\u002Fkonflux-release-data    # user-provided checkout\n\n# From repo root\ncd \"${REPO}\" && \"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7\n\n# Or pass the checkout explicitly\n\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\"\n\n# Preview only\n\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\" --dry-run\n","bash","",[304],{"type":40,"tag":62,"props":305,"children":306},{"__ignoreMap":302},[307,337,376,399,409,418,474,482,491,539,547,556],{"type":40,"tag":308,"props":309,"children":312},"span",{"class":310,"line":311},"line",1,[313,319,325,331],{"type":40,"tag":308,"props":314,"children":316},{"style":315},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[317],{"type":46,"value":318},"SKILL",{"type":40,"tag":308,"props":320,"children":322},{"style":321},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[323],{"type":46,"value":324},"=",{"type":40,"tag":308,"props":326,"children":328},{"style":327},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[329],{"type":46,"value":330},"skills\u002Fkonflux-release-data-rpa",{"type":40,"tag":308,"props":332,"children":334},{"style":333},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[335],{"type":46,"value":336},"   # under 1-rhdh-skill checkout\n",{"type":40,"tag":308,"props":338,"children":340},{"class":310,"line":339},2,[341,347,352,357,361,366,371],{"type":40,"tag":308,"props":342,"children":344},{"style":343},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[345],{"type":46,"value":346},"chmod",{"type":40,"tag":308,"props":348,"children":349},{"style":327},[350],{"type":46,"value":351}," +x",{"type":40,"tag":308,"props":353,"children":354},{"style":321},[355],{"type":46,"value":356}," \"${",{"type":40,"tag":308,"props":358,"children":359},{"style":315},[360],{"type":46,"value":318},{"type":40,"tag":308,"props":362,"children":363},{"style":321},[364],{"type":46,"value":365},"}",{"type":40,"tag":308,"props":367,"children":368},{"style":327},[369],{"type":46,"value":370},"\u002Fscripts\u002Fupdate-rpa-tags.sh",{"type":40,"tag":308,"props":372,"children":373},{"style":321},[374],{"type":46,"value":375},"\"\n",{"type":40,"tag":308,"props":377,"children":379},{"class":310,"line":378},3,[380,385,389,394],{"type":40,"tag":308,"props":381,"children":382},{"style":315},[383],{"type":46,"value":384},"REPO",{"type":40,"tag":308,"props":386,"children":387},{"style":321},[388],{"type":46,"value":324},{"type":40,"tag":308,"props":390,"children":391},{"style":327},[392],{"type":46,"value":393},"\u002Fpath\u002Fto\u002Fkonflux-release-data",{"type":40,"tag":308,"props":395,"children":396},{"style":333},[397],{"type":46,"value":398},"    # user-provided checkout\n",{"type":40,"tag":308,"props":400,"children":402},{"class":310,"line":401},4,[403],{"type":40,"tag":308,"props":404,"children":406},{"emptyLinePlaceholder":405},true,[407],{"type":46,"value":408},"\n",{"type":40,"tag":308,"props":410,"children":412},{"class":310,"line":411},5,[413],{"type":40,"tag":308,"props":414,"children":415},{"style":333},[416],{"type":46,"value":417},"# From repo root\n",{"type":40,"tag":308,"props":419,"children":421},{"class":310,"line":420},6,[422,427,431,435,440,445,450,455,459,463,468],{"type":40,"tag":308,"props":423,"children":425},{"style":424},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[426],{"type":46,"value":195},{"type":40,"tag":308,"props":428,"children":429},{"style":321},[430],{"type":46,"value":356},{"type":40,"tag":308,"props":432,"children":433},{"style":315},[434],{"type":46,"value":384},{"type":40,"tag":308,"props":436,"children":437},{"style":321},[438],{"type":46,"value":439},"}\"",{"type":40,"tag":308,"props":441,"children":442},{"style":321},[443],{"type":46,"value":444}," &&",{"type":40,"tag":308,"props":446,"children":447},{"style":343},[448],{"type":46,"value":449}," \"",{"type":40,"tag":308,"props":451,"children":452},{"style":321},[453],{"type":46,"value":454},"${",{"type":40,"tag":308,"props":456,"children":457},{"style":315},[458],{"type":46,"value":318},{"type":40,"tag":308,"props":460,"children":461},{"style":321},[462],{"type":46,"value":365},{"type":40,"tag":308,"props":464,"children":465},{"style":343},[466],{"type":46,"value":467},"\u002Fscripts\u002Fupdate-rpa-tags.sh\"",{"type":40,"tag":308,"props":469,"children":471},{"style":470},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[472],{"type":46,"value":473}," 1.9.7\n",{"type":40,"tag":308,"props":475,"children":477},{"class":310,"line":476},7,[478],{"type":40,"tag":308,"props":479,"children":480},{"emptyLinePlaceholder":405},[481],{"type":46,"value":408},{"type":40,"tag":308,"props":483,"children":485},{"class":310,"line":484},8,[486],{"type":40,"tag":308,"props":487,"children":488},{"style":333},[489],{"type":46,"value":490},"# Or pass the checkout explicitly\n",{"type":40,"tag":308,"props":492,"children":494},{"class":310,"line":493},9,[495,500,504,508,512,516,521,526,530,534],{"type":40,"tag":308,"props":496,"children":497},{"style":343},[498],{"type":46,"value":499},"\"",{"type":40,"tag":308,"props":501,"children":502},{"style":321},[503],{"type":46,"value":454},{"type":40,"tag":308,"props":505,"children":506},{"style":315},[507],{"type":46,"value":318},{"type":40,"tag":308,"props":509,"children":510},{"style":321},[511],{"type":46,"value":365},{"type":40,"tag":308,"props":513,"children":514},{"style":343},[515],{"type":46,"value":467},{"type":40,"tag":308,"props":517,"children":518},{"style":470},[519],{"type":46,"value":520}," 1.9.7",{"type":40,"tag":308,"props":522,"children":523},{"style":327},[524],{"type":46,"value":525}," --repo-dir",{"type":40,"tag":308,"props":527,"children":528},{"style":321},[529],{"type":46,"value":356},{"type":40,"tag":308,"props":531,"children":532},{"style":315},[533],{"type":46,"value":384},{"type":40,"tag":308,"props":535,"children":536},{"style":321},[537],{"type":46,"value":538},"}\"\n",{"type":40,"tag":308,"props":540,"children":542},{"class":310,"line":541},10,[543],{"type":40,"tag":308,"props":544,"children":545},{"emptyLinePlaceholder":405},[546],{"type":46,"value":408},{"type":40,"tag":308,"props":548,"children":550},{"class":310,"line":549},11,[551],{"type":40,"tag":308,"props":552,"children":553},{"style":333},[554],{"type":46,"value":555},"# Preview only\n",{"type":40,"tag":308,"props":557,"children":559},{"class":310,"line":558},12,[560,564,568,572,576,580,584,588,592,596,600],{"type":40,"tag":308,"props":561,"children":562},{"style":343},[563],{"type":46,"value":499},{"type":40,"tag":308,"props":565,"children":566},{"style":321},[567],{"type":46,"value":454},{"type":40,"tag":308,"props":569,"children":570},{"style":315},[571],{"type":46,"value":318},{"type":40,"tag":308,"props":573,"children":574},{"style":321},[575],{"type":46,"value":365},{"type":40,"tag":308,"props":577,"children":578},{"style":343},[579],{"type":46,"value":467},{"type":40,"tag":308,"props":581,"children":582},{"style":470},[583],{"type":46,"value":520},{"type":40,"tag":308,"props":585,"children":586},{"style":327},[587],{"type":46,"value":525},{"type":40,"tag":308,"props":589,"children":590},{"style":321},[591],{"type":46,"value":356},{"type":40,"tag":308,"props":593,"children":594},{"style":315},[595],{"type":46,"value":384},{"type":40,"tag":308,"props":597,"children":598},{"style":321},[599],{"type":46,"value":439},{"type":40,"tag":308,"props":601,"children":602},{"style":327},[603],{"type":46,"value":604}," --dry-run\n",{"type":40,"tag":49,"props":606,"children":608},{"id":607},"which-files-change",[609],{"type":46,"value":610},"Which files change",{"type":40,"tag":56,"props":612,"children":613},{},[614,616,622,624,630],{"type":46,"value":615},"For version ",{"type":40,"tag":62,"props":617,"children":619},{"className":618},[],[620],{"type":46,"value":621},"MAJOR.MINOR.PATCH",{"type":46,"value":623},", the script updates the ",{"type":40,"tag":62,"props":625,"children":627},{"className":626},[],[628],{"type":46,"value":629},"MAJOR-MINOR",{"type":46,"value":631}," stream only:",{"type":40,"tag":633,"props":634,"children":635},"table",{},[636,660],{"type":40,"tag":637,"props":638,"children":639},"thead",{},[640],{"type":40,"tag":641,"props":642,"children":643},"tr",{},[644,650,655],{"type":40,"tag":645,"props":646,"children":647},"th",{},[648],{"type":46,"value":649},"Version example",{"type":40,"tag":645,"props":651,"children":652},{},[653],{"type":46,"value":654},"Stream",{"type":40,"tag":645,"props":656,"children":657},{},[658],{"type":46,"value":659},"Files updated",{"type":40,"tag":661,"props":662,"children":663},"tbody",{},[664,715],{"type":40,"tag":641,"props":665,"children":666},{},[667,676,685],{"type":40,"tag":668,"props":669,"children":670},"td",{},[671],{"type":40,"tag":62,"props":672,"children":674},{"className":673},[],[675],{"type":46,"value":67},{"type":40,"tag":668,"props":677,"children":678},{},[679],{"type":40,"tag":62,"props":680,"children":682},{"className":681},[],[683],{"type":46,"value":684},"1.9",{"type":40,"tag":668,"props":686,"children":687},{},[688,694,695,701,702,708,709],{"type":40,"tag":62,"props":689,"children":691},{"className":690},[],[692],{"type":46,"value":693},"rhdh-1-9-prod.yaml",{"type":46,"value":113},{"type":40,"tag":62,"props":696,"children":698},{"className":697},[],[699],{"type":46,"value":700},"rhdh-1-9-stage.yaml",{"type":46,"value":113},{"type":40,"tag":62,"props":703,"children":705},{"className":704},[],[706],{"type":46,"value":707},"rhdh-plugin-catalog-1-9-prod.yaml",{"type":46,"value":113},{"type":40,"tag":62,"props":710,"children":712},{"className":711},[],[713],{"type":46,"value":714},"rhdh-plugin-catalog-1-9-stage.yaml",{"type":40,"tag":641,"props":716,"children":717},{},[718,727,736],{"type":40,"tag":668,"props":719,"children":720},{},[721],{"type":40,"tag":62,"props":722,"children":724},{"className":723},[],[725],{"type":46,"value":726},"1.10.2",{"type":40,"tag":668,"props":728,"children":729},{},[730],{"type":40,"tag":62,"props":731,"children":733},{"className":732},[],[734],{"type":46,"value":735},"1.10",{"type":40,"tag":668,"props":737,"children":738},{},[739,745,746,752],{"type":40,"tag":62,"props":740,"children":742},{"className":741},[],[743],{"type":46,"value":744},"rhdh-1-10-*.yaml",{"type":46,"value":113},{"type":40,"tag":62,"props":747,"children":749},{"className":748},[],[750],{"type":46,"value":751},"rhdh-plugin-catalog-1-10-*.yaml",{"type":46,"value":753}," (prod + stage)",{"type":40,"tag":56,"props":755,"children":756},{},[757,762,764,770,772,778,780,786],{"type":40,"tag":175,"props":758,"children":759},{},[760],{"type":46,"value":761},"Not",{"type":46,"value":763}," updated by this script: ",{"type":40,"tag":62,"props":765,"children":767},{"className":766},[],[768],{"type":46,"value":769},"-fbc-",{"type":46,"value":771}," RPAs, ",{"type":40,"tag":62,"props":773,"children":775},{"className":774},[],[776],{"type":46,"value":777},"1.next",{"type":46,"value":779}," \u002F ",{"type":40,"tag":62,"props":781,"children":783},{"className":782},[],[784],{"type":46,"value":785},"1-stage",{"type":46,"value":787}," catalog files,\nbuilder RPAs, or other streams.",{"type":40,"tag":49,"props":789,"children":791},{"id":790},"tag-replacement-rules",[792],{"type":46,"value":793},"Tag replacement rules",{"type":40,"tag":204,"props":795,"children":796},{},[797,817,822,841],{"type":40,"tag":89,"props":798,"children":799},{},[800,802,808,810,815],{"type":46,"value":801},"Auto-detect stale patch versions from tag strings in the target files\n(for example ",{"type":40,"tag":62,"props":803,"children":805},{"className":804},[],[806],{"type":46,"value":807},"1.9.6",{"type":46,"value":809}," when bumping to ",{"type":40,"tag":62,"props":811,"children":813},{"className":812},[],[814],{"type":46,"value":67},{"type":46,"value":816},").",{"type":40,"tag":89,"props":818,"children":819},{},[820],{"type":46,"value":821},"Replace every occurrence of each stale patch with the target version.",{"type":40,"tag":89,"props":823,"children":824},{},[825,827,833,835,840],{"type":46,"value":826},"Keep the stream tag unchanged (",{"type":40,"tag":62,"props":828,"children":830},{"className":829},[],[831],{"type":46,"value":832},"\"1.9\"",{"type":46,"value":834}," stays ",{"type":40,"tag":62,"props":836,"children":838},{"className":837},[],[839],{"type":46,"value":832},{"type":46,"value":816},{"type":40,"tag":89,"props":842,"children":843},{},[844,846,852,854,860],{"type":46,"value":845},"Composite plugin catalog tags are updated in the RHDH prefix only\n(",{"type":40,"tag":62,"props":847,"children":849},{"className":848},[],[850],{"type":46,"value":851},"1.9.6--1.20.2",{"type":46,"value":853}," → ",{"type":40,"tag":62,"props":855,"children":857},{"className":856},[],[858],{"type":46,"value":859},"1.9.7--1.20.2",{"type":46,"value":861},"); upstream plugin semver suffixes are\npreserved unless a separate plugin-catalog bump MR is needed.",{"type":40,"tag":56,"props":863,"children":864},{},[865,867,873,875,881,883,889],{"type":46,"value":866},"Hub\u002Foperator RPAs (",{"type":40,"tag":62,"props":868,"children":870},{"className":869},[],[871],{"type":46,"value":872},"rhdh-1-9-*.yaml",{"type":46,"value":874},") only carry tags under ",{"type":40,"tag":62,"props":876,"children":878},{"className":877},[],[879],{"type":46,"value":880},"defaults.tags",{"type":46,"value":882},".\nPlugin catalog RPAs also update per-component ",{"type":40,"tag":62,"props":884,"children":886},{"className":885},[],[887],{"type":46,"value":888},"tags",{"type":46,"value":890}," lists.",{"type":40,"tag":49,"props":892,"children":894},{"id":893},"merge-request-workflow",[895],{"type":46,"value":896},"Merge request workflow",{"type":40,"tag":56,"props":898,"children":899},{},[900],{"type":46,"value":901},"On success the script:",{"type":40,"tag":204,"props":903,"children":904},{},[905,916,927,938,956,995,1009,1014],{"type":40,"tag":89,"props":906,"children":907},{},[908,910],{"type":46,"value":909},"Fetches and checks out ",{"type":40,"tag":62,"props":911,"children":913},{"className":912},[],[914],{"type":46,"value":915},"main",{"type":40,"tag":89,"props":917,"children":918},{},[919,921],{"type":46,"value":920},"Creates branch ",{"type":40,"tag":62,"props":922,"children":924},{"className":923},[],[925],{"type":46,"value":926},"chore\u002Frhdh-update-rpa-\u003CVERSION>",{"type":40,"tag":89,"props":928,"children":929},{},[930,932],{"type":46,"value":931},"Commits with signed-off message:\n",{"type":40,"tag":62,"props":933,"children":935},{"className":934},[],[936],{"type":46,"value":937},"chore: update rhdh-\u003Cstream>-*.yaml RPAs for upcoming release \u003CVERSION>",{"type":40,"tag":89,"props":939,"children":940},{},[941,943,948,949,955],{"type":46,"value":942},"Pushes to ",{"type":40,"tag":62,"props":944,"children":946},{"className":945},[],[947],{"type":46,"value":140},{"type":46,"value":142},{"type":40,"tag":62,"props":950,"children":952},{"className":951},[],[953],{"type":46,"value":954},"releng\u002Fkonflux-release-data",{"type":46,"value":129},{"type":40,"tag":89,"props":957,"children":958},{},[959,961,969,971,977,979,985,987,993],{"type":46,"value":960},"Creates a GitLab MR in ",{"type":40,"tag":175,"props":962,"children":963},{},[964],{"type":40,"tag":62,"props":965,"children":967},{"className":966},[],[968],{"type":46,"value":954},{"type":46,"value":970}," via ",{"type":40,"tag":62,"props":972,"children":974},{"className":973},[],[975],{"type":46,"value":976},"glab api",{"type":46,"value":978}," on the upstream project (not ",{"type":40,"tag":62,"props":980,"children":982},{"className":981},[],[983],{"type":46,"value":984},"glab mr create",{"type":46,"value":986},", which may route through the ",{"type":40,"tag":62,"props":988,"children":990},{"className":989},[],[991],{"type":46,"value":992},"rhdh-bot",{"type":46,"value":994}," fork and produce an empty diff)",{"type":40,"tag":89,"props":996,"children":997},{},[998,1000],{"type":46,"value":999},"MR description starts with ",{"type":40,"tag":175,"props":1001,"children":1002},{},[1003],{"type":40,"tag":62,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":46,"value":1008},"Generated-by: cursor",{"type":40,"tag":89,"props":1010,"children":1011},{},[1012],{"type":46,"value":1013},"Verifies the MR includes file changes before opening the browser",{"type":40,"tag":89,"props":1015,"children":1016},{},[1017,1019],{"type":46,"value":1018},"Opens the MR URL in the first available browser: ",{"type":40,"tag":175,"props":1020,"children":1021},{},[1022],{"type":46,"value":1023},"Brave → Chrome → Firefox",{"type":40,"tag":56,"props":1025,"children":1026},{},[1027,1029,1035],{"type":46,"value":1028},"Use ",{"type":40,"tag":62,"props":1030,"children":1032},{"className":1031},[],[1033],{"type":46,"value":1034},"--dry-run",{"type":46,"value":1036}," to preview tag changes without modifying files or opening an MR.",{"type":40,"tag":49,"props":1038,"children":1040},{"id":1039},"validation",[1041],{"type":46,"value":1042},"Validation",{"type":40,"tag":56,"props":1044,"children":1045},{},[1046],{"type":46,"value":1047},"Run schema tests after editing when CI credentials are available:",{"type":40,"tag":297,"props":1049,"children":1051},{"className":299,"code":1050,"language":301,"meta":302,"style":302},"\"${SKILL}\u002Fscripts\u002Fupdate-rpa-tags.sh\" 1.9.7 --repo-dir \"${REPO}\" --validate\n",[1052],{"type":40,"tag":62,"props":1053,"children":1054},{"__ignoreMap":302},[1055],{"type":40,"tag":308,"props":1056,"children":1057},{"class":310,"line":311},[1058,1062,1066,1070,1074,1078,1082,1086,1090,1094,1098],{"type":40,"tag":308,"props":1059,"children":1060},{"style":343},[1061],{"type":46,"value":499},{"type":40,"tag":308,"props":1063,"children":1064},{"style":321},[1065],{"type":46,"value":454},{"type":40,"tag":308,"props":1067,"children":1068},{"style":315},[1069],{"type":46,"value":318},{"type":40,"tag":308,"props":1071,"children":1072},{"style":321},[1073],{"type":46,"value":365},{"type":40,"tag":308,"props":1075,"children":1076},{"style":343},[1077],{"type":46,"value":467},{"type":40,"tag":308,"props":1079,"children":1080},{"style":470},[1081],{"type":46,"value":520},{"type":40,"tag":308,"props":1083,"children":1084},{"style":327},[1085],{"type":46,"value":525},{"type":40,"tag":308,"props":1087,"children":1088},{"style":321},[1089],{"type":46,"value":356},{"type":40,"tag":308,"props":1091,"children":1092},{"style":315},[1093],{"type":46,"value":384},{"type":40,"tag":308,"props":1095,"children":1096},{"style":321},[1097],{"type":46,"value":439},{"type":40,"tag":308,"props":1099,"children":1100},{"style":327},[1101],{"type":46,"value":1102}," --validate\n",{"type":40,"tag":56,"props":1104,"children":1105},{},[1106,1108,1114],{"type":46,"value":1107},"Or from the repo root: ",{"type":40,"tag":62,"props":1109,"children":1111},{"className":1110},[],[1112],{"type":46,"value":1113},"tox -e test",{"type":46,"value":1115},".",{"type":40,"tag":49,"props":1117,"children":1119},{"id":1118},"related-manual-steps",[1120],{"type":46,"value":1121},"Related manual steps",{"type":40,"tag":56,"props":1123,"children":1124},{},[1125,1127,1132,1134,1139],{"type":46,"value":1126},"This script handles ",{"type":40,"tag":175,"props":1128,"children":1129},{},[1130],{"type":46,"value":1131},"RHDH patch tag bumps",{"type":46,"value":1133}," in konflux-release-data only. It\ndoes ",{"type":40,"tag":175,"props":1135,"children":1136},{},[1137],{"type":46,"value":1138},"not",{"type":46,"value":1140},":",{"type":40,"tag":85,"props":1142,"children":1143},{},[1144,1156,1167],{"type":40,"tag":89,"props":1145,"children":1146},{},[1147,1149,1155],{"type":46,"value":1148},"Bump upstream plugin semver suffixes in composite tags (see historical MRs\ntitled ",{"type":40,"tag":62,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":46,"value":1154},"chore(rhdh): update plugin catalog … RPAs to … tags",{"type":46,"value":129},{"type":40,"tag":89,"props":1157,"children":1158},{},[1159,1161],{"type":46,"value":1160},"Update Konflux tenant snapshots or components in ",{"type":40,"tag":62,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":46,"value":1166},"tenants-config\u002F",{"type":40,"tag":89,"props":1168,"children":1169},{},[1170],{"type":46,"value":1171},"Trigger releases in Konflux",{"type":40,"tag":56,"props":1173,"children":1174},{},[1175,1177,1183],{"type":46,"value":1176},"See also ",{"type":40,"tag":95,"props":1178,"children":1180},{"href":1179},"..\u002Fkonflux-tekton-updates\u002FSKILL.md",[1181],{"type":46,"value":1182},"konflux-tekton-updates",{"type":46,"value":1184}," for\nTekton digest bumps in midstream repos.",{"type":40,"tag":49,"props":1186,"children":1188},{"id":1187},"anti-patterns",[1189],{"type":46,"value":1190},"Anti-patterns",{"type":40,"tag":85,"props":1192,"children":1193},{},[1194,1211,1229,1240,1252,1264],{"type":40,"tag":89,"props":1195,"children":1196},{},[1197,1199,1204,1205,1210],{"type":46,"value":1198},"Assuming a hardcoded checkout path; always use the user's folder via ",{"type":40,"tag":62,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":46,"value":187},{"type":46,"value":189},{"type":40,"tag":62,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":46,"value":195},{"type":46,"value":1115},{"type":40,"tag":89,"props":1212,"children":1213},{},[1214,1216,1221,1223,1228],{"type":46,"value":1215},"Pushing to ",{"type":40,"tag":62,"props":1217,"children":1219},{"className":1218},[],[1220],{"type":46,"value":992},{"type":46,"value":1222}," or any fork remote; push is always to ",{"type":40,"tag":62,"props":1224,"children":1226},{"className":1225},[],[1227],{"type":46,"value":140},{"type":46,"value":1115},{"type":40,"tag":89,"props":1230,"children":1231},{},[1232,1234,1239],{"type":46,"value":1233},"Creating cross-project MRs from a fork when the branch exists only on ",{"type":40,"tag":62,"props":1235,"children":1237},{"className":1236},[],[1238],{"type":46,"value":140},{"type":46,"value":1115},{"type":40,"tag":89,"props":1241,"children":1242},{},[1243,1245,1250],{"type":46,"value":1244},"Editing FBC or ",{"type":40,"tag":62,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":46,"value":777},{"type":46,"value":1251}," RPAs as part of a stream patch bump.",{"type":40,"tag":89,"props":1253,"children":1254},{},[1255,1257,1262],{"type":46,"value":1256},"Pushing directly to ",{"type":40,"tag":62,"props":1258,"children":1260},{"className":1259},[],[1261],{"type":46,"value":915},{"type":46,"value":1263},"; always use an MR.",{"type":40,"tag":89,"props":1265,"children":1266},{},[1267],{"type":46,"value":1268},"Running with a dirty working tree (uncommitted changes block the script).",{"type":40,"tag":49,"props":1270,"children":1272},{"id":1271},"additional-resources",[1273],{"type":46,"value":1274},"Additional resources",{"type":40,"tag":85,"props":1276,"children":1277},{},[1278,1303,1316],{"type":40,"tag":89,"props":1279,"children":1280},{},[1281,1283,1289,1291,1296,1298],{"type":46,"value":1282},"Example hub bump: ",{"type":40,"tag":62,"props":1284,"children":1286},{"className":1285},[],[1287],{"type":46,"value":1288},"8e378a51be",{"type":46,"value":1290}," — ",{"type":40,"tag":62,"props":1292,"children":1294},{"className":1293},[],[1295],{"type":46,"value":872},{"type":46,"value":1297}," to ",{"type":40,"tag":62,"props":1299,"children":1301},{"className":1300},[],[1302],{"type":46,"value":67},{"type":40,"tag":89,"props":1304,"children":1305},{},[1306,1308,1314],{"type":46,"value":1307},"Example catalog bump: ",{"type":40,"tag":62,"props":1309,"children":1311},{"className":1310},[],[1312],{"type":46,"value":1313},"50445ad9f1",{"type":46,"value":1315}," — all plugin catalog component tags",{"type":40,"tag":89,"props":1317,"children":1318},{},[1319,1321,1326,1327,1333,1335],{"type":46,"value":1320},"Repo guide: ",{"type":40,"tag":62,"props":1322,"children":1324},{"className":1323},[],[1325],{"type":46,"value":102},{"type":46,"value":288},{"type":40,"tag":62,"props":1328,"children":1330},{"className":1329},[],[1331],{"type":46,"value":1332},"AGENTS.md",{"type":46,"value":1334}," and ",{"type":40,"tag":62,"props":1336,"children":1338},{"className":1337},[],[1339],{"type":46,"value":1340},".cursor\u002Frules\u002Fkonflux-release-data.mdc",{"type":40,"tag":1342,"props":1343,"children":1344},"style",{},[1345],{"type":46,"value":1346},"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":1348,"total":1457},[1349,1365,1379,1394,1410,1427,1438],{"slug":1350,"name":1350,"fn":1351,"description":1352,"org":1353,"tags":1354,"stars":23,"repoUrl":24,"updatedAt":1364},"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},[1355,1358,1361],{"name":1356,"slug":1357,"type":16},"Agents","agents",{"name":1359,"slug":1360,"type":16},"Code Analysis","code-analysis",{"name":1362,"slug":1363,"type":16},"Engineering","engineering","2026-07-16T06:03:24.758348",{"slug":1366,"name":1366,"fn":1367,"description":1368,"org":1369,"tags":1370,"stars":23,"repoUrl":24,"updatedAt":1378},"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},[1371,1372,1375],{"name":1362,"slug":1363,"type":16},{"name":1373,"slug":1374,"type":16},"Maintenance","maintenance",{"name":1376,"slug":1377,"type":16},"Migration","migration","2026-07-16T06:03:24.067361",{"slug":1380,"name":1380,"fn":1381,"description":1382,"org":1383,"tags":1384,"stars":23,"repoUrl":24,"updatedAt":1393},"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},[1385,1386,1389,1392],{"name":14,"slug":15,"type":16},{"name":1387,"slug":1388,"type":16},"Configuration","configuration",{"name":1390,"slug":1391,"type":16},"Containers","containers",{"name":21,"slug":22,"type":16},"2026-07-16T06:03:27.784453",{"slug":1395,"name":1395,"fn":1396,"description":1397,"org":1398,"tags":1399,"stars":23,"repoUrl":24,"updatedAt":1409},"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},[1400,1403,1406],{"name":1401,"slug":1402,"type":16},"Debugging","debugging",{"name":1404,"slug":1405,"type":16},"QA","qa",{"name":1407,"slug":1408,"type":16},"Testing","testing","2026-07-29T06:00:33.054762",{"slug":1411,"name":1411,"fn":1412,"description":1413,"org":1414,"tags":1415,"stars":23,"repoUrl":24,"updatedAt":1426},"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},[1416,1419,1420,1423],{"name":1417,"slug":1418,"type":16},"Compliance","compliance",{"name":1362,"slug":1363,"type":16},{"name":1421,"slug":1422,"type":16},"Reporting","reporting",{"name":1424,"slug":1425,"type":16},"Security","security","2026-08-01T05:41:57.852801",{"slug":1428,"name":1428,"fn":1429,"description":1430,"org":1431,"tags":1432,"stars":23,"repoUrl":24,"updatedAt":1437},"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},[1433,1434],{"name":21,"slug":22,"type":16},{"name":1435,"slug":1436,"type":16},"Plugin Development","plugin-development","2026-07-16T06:02:28.983498",{"slug":1439,"name":1439,"fn":1440,"description":1441,"org":1442,"tags":1443,"stars":23,"repoUrl":24,"updatedAt":1456},"cursor-mcp-auth","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},[1444,1447,1450,1453],{"name":1445,"slug":1446,"type":16},"Auth","auth",{"name":1448,"slug":1449,"type":16},"Jira","jira",{"name":1451,"slug":1452,"type":16},"MCP","mcp",{"name":1454,"slug":1455,"type":16},"OAuth","oauth","2026-07-29T06:00:33.525179",24,{"items":1459,"total":1457},[1460,1466,1472,1479,1485,1492,1497,1504,1510,1522,1534,1546],{"slug":1350,"name":1350,"fn":1351,"description":1352,"org":1461,"tags":1462,"stars":23,"repoUrl":24,"updatedAt":1364},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1463,1464,1465],{"name":1356,"slug":1357,"type":16},{"name":1359,"slug":1360,"type":16},{"name":1362,"slug":1363,"type":16},{"slug":1366,"name":1366,"fn":1367,"description":1368,"org":1467,"tags":1468,"stars":23,"repoUrl":24,"updatedAt":1378},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1469,1470,1471],{"name":1362,"slug":1363,"type":16},{"name":1373,"slug":1374,"type":16},{"name":1376,"slug":1377,"type":16},{"slug":1380,"name":1380,"fn":1381,"description":1382,"org":1473,"tags":1474,"stars":23,"repoUrl":24,"updatedAt":1393},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1475,1476,1477,1478],{"name":14,"slug":15,"type":16},{"name":1387,"slug":1388,"type":16},{"name":1390,"slug":1391,"type":16},{"name":21,"slug":22,"type":16},{"slug":1395,"name":1395,"fn":1396,"description":1397,"org":1480,"tags":1481,"stars":23,"repoUrl":24,"updatedAt":1409},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1482,1483,1484],{"name":1401,"slug":1402,"type":16},{"name":1404,"slug":1405,"type":16},{"name":1407,"slug":1408,"type":16},{"slug":1411,"name":1411,"fn":1412,"description":1413,"org":1486,"tags":1487,"stars":23,"repoUrl":24,"updatedAt":1426},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1488,1489,1490,1491],{"name":1417,"slug":1418,"type":16},{"name":1362,"slug":1363,"type":16},{"name":1421,"slug":1422,"type":16},{"name":1424,"slug":1425,"type":16},{"slug":1428,"name":1428,"fn":1429,"description":1430,"org":1493,"tags":1494,"stars":23,"repoUrl":24,"updatedAt":1437},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1495,1496],{"name":21,"slug":22,"type":16},{"name":1435,"slug":1436,"type":16},{"slug":1439,"name":1439,"fn":1440,"description":1441,"org":1498,"tags":1499,"stars":23,"repoUrl":24,"updatedAt":1456},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1500,1501,1502,1503],{"name":1445,"slug":1446,"type":16},{"name":1448,"slug":1449,"type":16},{"name":1451,"slug":1452,"type":16},{"name":1454,"slug":1455,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":1505,"tags":1506,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1507,1508,1509],{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"slug":1182,"name":1182,"fn":1511,"description":1512,"org":1513,"tags":1514,"stars":23,"repoUrl":24,"updatedAt":1521},"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},[1515,1516,1519,1520],{"name":14,"slug":15,"type":16},{"name":1517,"slug":1518,"type":16},"CI\u002FCD","ci-cd",{"name":21,"slug":22,"type":16},{"name":1362,"slug":1363,"type":16},"2026-07-16T06:03:28.123118",{"slug":1523,"name":1523,"fn":1524,"description":1525,"org":1526,"tags":1527,"stars":23,"repoUrl":24,"updatedAt":1533},"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},[1528,1529,1530],{"name":1417,"slug":1418,"type":16},{"name":1373,"slug":1374,"type":16},{"name":1531,"slug":1532,"type":16},"Operations","operations","2026-07-16T06:03:19.344038",{"slug":1535,"name":1535,"fn":1536,"description":1537,"org":1538,"tags":1539,"stars":23,"repoUrl":24,"updatedAt":1545},"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},[1540,1541,1544],{"name":1362,"slug":1363,"type":16},{"name":1542,"slug":1543,"type":16},"Frontend","frontend",{"name":1376,"slug":1377,"type":16},"2026-07-16T06:03:27.078987",{"slug":1547,"name":1547,"fn":1548,"description":1549,"org":1550,"tags":1551,"stars":23,"repoUrl":24,"updatedAt":1558},"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},[1552,1553,1556,1557],{"name":14,"slug":15,"type":16},{"name":1554,"slug":1555,"type":16},"Code Review","code-review",{"name":21,"slug":22,"type":16},{"name":1362,"slug":1363,"type":16},"2026-07-16T06:03:20.380044"]