[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-red-hat-developer-konflux-tekton-updates":3,"mdc-f9jex9-key":37,"related-org-red-hat-developer-konflux-tekton-updates":1379,"related-repo-red-hat-developer-konflux-tekton-updates":1544},{"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},"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},"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},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"Deployment","deployment",{"name":21,"slug":22,"type":16},"Engineering","engineering",{"name":24,"slug":25,"type":16},"CI\u002FCD","ci-cd",15,"https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill","2026-07-16T06:03:28.123118",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\u002Fkonflux-tekton-updates","---\nname: konflux-tekton-updates\ndescription: >-\n  Bumps Konflux Tekton task digests with .tekton\u002FupdateDigests.sh --minor --no-push,\n  applies konflux-ci\u002Fbuild-definitions MIGRATION.md pipeline fixes, and regenerates\n  PipelineRuns. Use for rhdh-plugin-catalog, RHDH midstream (4-rhdh), Konflux task\n  minor bumps, prefetch-dependencies-oci-ta, build-image-index, or updateDigests.sh.\n---\n\n# Konflux Tekton updates\n\n## Goal\n\nAfter a **minor** Konflux task tag bump, update `.tekton` pipelines and generators so builds keep working. Apply what each `MIGRATION.md` says; do **not** add drift tests that block future Konflux updates.\n\n## Prerequisites\n\n`skopeo`, `jq` (>= 1.7), `yq`. Optional: `gh` for PR creation from scripts.\n\n## Commit locally; never push without human review\n\n| Script | Flag | Effect |\n|--------|------|--------|\n| `updateDigests.sh` | `--no-push` \u002F `--nopush` (`-p`) | Commit locally; no push\u002FPR |\n| `updateDigests.sh` | `--minor` | Disables push; use with `--no-push` for clarity |\n| `updateDigests.sh` | `--no-commit` \u002F `-n` | Preview only |\n| `generatePipelineRunsForPlugins.sh` | `--nopush` | Commit locally; no push |\n| `generatePipelineRunsForPlugins.sh` | `--nocommit` | Write YAML only |\n\n`generatePipelineRuns.sh` does not commit or push.\n\n**Do not** run digest\u002Fgenerator scripts without `--no-push` \u002F `--nopush` unless the user explicitly requests a push.\n\n## Detect repo layout\n\n| Marker in repo | Read |\n|----------------|------|\n| `.tekton\u002FgeneratePipelineRunsForPlugins.sh` | [references\u002Fplugin-catalog.md](references\u002Fplugin-catalog.md) |\n| `.tekton-templates\u002Frhdh-pipeline.yaml` | [references\u002Frhdh-midstream.md](references\u002Frhdh-midstream.md) — **variant A** (unified) |\n| `.tekton-templates\u002Frhdh-hub.yaml` (no `rhdh-pipeline.yaml`) | [references\u002Frhdh-midstream.md](references\u002Frhdh-midstream.md) — **variant B** (1.9 shared build-pipeline) |\n\nIf both plugin-catalog and midstream markers exist, apply changes only for the repo\u002Fbranch you are on.\n\n## Workflow\n\n### 1. Bump digests\n\n```bash\ncd .tekton\n.\u002FupdateDigests.sh --minor --no-push\n```\n\n- Updates `tag@sha256` in `.tekton\u002F*.yaml` and `.tekton-templates\u002F*.yaml` (via `TEMPLATEPATH`).\n- On variant B, also updates `.tekton\u002Fbuild-pipeline-rhdh-*.yaml`.\n- Tag changes list `MIGRATION.md` URLs under `konflux-ci\u002Fbuild-definitions`.\n- Digest-only (no tag bump): `.\u002FupdateDigests.sh --no-push -q`\n\nReview `git diff` for `quay.io\u002Fkonflux-ci\u002Ftekton-catalog\u002Ftask-*` changes.\n\n### 2. Apply migrations\n\nFor each URL from `updateDigests.sh` (or from the diff):\n\n1. Read `MIGRATION.md`.\n2. Apply **only** documented user actions in templates and shared pipelines (see [references\u002Frhdh-midstream.md](references\u002Frhdh-midstream.md) for per-variant file list).\n3. Skip “no action required” sections.\n\nIf PLRs still contain removed params (e.g. `dev-package-managers`) but templates are fixed, migrations are incomplete until step 3.\n\n### 3. Regenerate PipelineRuns\n\n**Always run** after template or shared-pipeline migration edits (not optional when params changed):\n\n```bash\ncd .tekton\n.\u002FgeneratePipelineRuns.sh -t \u003Cversion>\n```\n\n| Branch example | `-t` value | PLR suffix |\n|----------------|------------|------------|\n| `rhdh-1-rhel-9` | `1` | `rhdh-hub-1-push.yaml` |\n| `rhdh-1.9-rhel-9` | `1.9` | `rhdh-hub-1-9-push.yaml` |\n| `rhdh-1.10-rhel-9` | `1.10` | `rhdh-hub-1-10-push.yaml` |\n\n- **Variant A:** also patch `rhdh-rag-content-\u003CN>-{push,pull}.yaml` by hand (inline `pipelineSpec`, not generated).\n- **Variant B:** hub\u002Foperator PLRs regenerate from `rhdh-hub.yaml` \u002F `rhdh-operator.yaml`; `build-pipeline-*.yaml` is edited directly, not by the generator.\n\nCommit migration + regen locally when ready; do not push until human review.\n\n### 4. Human review and push\n\nHuman reviews the full diff (digest commit plus any migration\u002Fregen commits), then `git push` or opens a PR.\n\n## Known migration patterns\n\nUse live `MIGRATION.md` as source of truth. Common cases:\n\n| Task | Action |\n|------|--------|\n| `prefetch-dependencies-oci-ta` 0.2→0.3 | Remove `dev-package-managers`; add pipeline param `enable-package-registry-proxy` (default `\"true\"`) and pass to prefetch task. Variant B: also add param on `build-pipeline-rhdh-{hub,operator}.yaml` tasks `prefetch-dependencies-hub` \u002F `prefetch-dependencies-operator`, and on PLR `spec.params` in `rhdh-hub.yaml` \u002F `rhdh-operator.yaml`. |\n| `build-image-index` 0.2→0.3 | Remove `COMMIT_SHA` \u002F `IMAGE_EXPIRES_AFTER` from **build-image-index** task only; keep on buildah (`build-container`) and prefetch |\n| `init` 0.3→0.4 | No pipeline changes |\n| `init` 0.4.1→0.4.2 | Remove broken auto-added `sast-target-dirs` pipeline param if present |\n\n## Anti-patterns\n\n- Pushing without `--no-push` \u002F `--nopush` and human sign-off.\n- Leaving removed task params (`dev-package-managers`, `COMMIT_SHA` on `build-image-index`).\n- Skipping `generatePipelineRuns.sh` after fixing templates while PLRs still reference old params.\n- Editing only PLRs when templates or `build-pipeline-*.yaml` are the source of truth.\n- Adding `verify_*` guards that fail on the next Konflux bump.\n- Dropping `image-expires-after` from PLRs only because `build-image-index` no longer uses it.\n- Hardcoding `1-` in `generatePipelineRunsForPlugins.sh` Containerfile comments; use `${RHDH_XY_VERSION}` so `1.10.0` becomes `1-10`, not `1`.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,50,57,95,101,136,142,333,344,367,373,481,486,492,499,548,633,654,660,672,710,723,729,739,792,915,977,982,988,1001,1007,1019,1216,1222,1373],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Konflux Tekton updates",{"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,71,78,80,86,88,93],{"type":48,"value":62},"After a ",{"type":43,"tag":64,"props":65,"children":66},"strong",{},[67],{"type":48,"value":68},"minor",{"type":48,"value":70}," Konflux task tag bump, update ",{"type":43,"tag":72,"props":73,"children":75},"code",{"className":74},[],[76],{"type":48,"value":77},".tekton",{"type":48,"value":79}," pipelines and generators so builds keep working. Apply what each ",{"type":43,"tag":72,"props":81,"children":83},{"className":82},[],[84],{"type":48,"value":85},"MIGRATION.md",{"type":48,"value":87}," says; do ",{"type":43,"tag":64,"props":89,"children":90},{},[91],{"type":48,"value":92},"not",{"type":48,"value":94}," add drift tests that block future Konflux updates.",{"type":43,"tag":51,"props":96,"children":98},{"id":97},"prerequisites",[99],{"type":48,"value":100},"Prerequisites",{"type":43,"tag":58,"props":102,"children":103},{},[104,110,112,118,120,126,128,134],{"type":43,"tag":72,"props":105,"children":107},{"className":106},[],[108],{"type":48,"value":109},"skopeo",{"type":48,"value":111},", ",{"type":43,"tag":72,"props":113,"children":115},{"className":114},[],[116],{"type":48,"value":117},"jq",{"type":48,"value":119}," (>= 1.7), ",{"type":43,"tag":72,"props":121,"children":123},{"className":122},[],[124],{"type":48,"value":125},"yq",{"type":48,"value":127},". Optional: ",{"type":43,"tag":72,"props":129,"children":131},{"className":130},[],[132],{"type":48,"value":133},"gh",{"type":48,"value":135}," for PR creation from scripts.",{"type":43,"tag":51,"props":137,"children":139},{"id":138},"commit-locally-never-push-without-human-review",[140],{"type":48,"value":141},"Commit locally; never push without human review",{"type":43,"tag":143,"props":144,"children":145},"table",{},[146,170],{"type":43,"tag":147,"props":148,"children":149},"thead",{},[150],{"type":43,"tag":151,"props":152,"children":153},"tr",{},[154,160,165],{"type":43,"tag":155,"props":156,"children":157},"th",{},[158],{"type":48,"value":159},"Script",{"type":43,"tag":155,"props":161,"children":162},{},[163],{"type":48,"value":164},"Flag",{"type":43,"tag":155,"props":166,"children":167},{},[168],{"type":48,"value":169},"Effect",{"type":43,"tag":171,"props":172,"children":173},"tbody",{},[174,219,251,283,308],{"type":43,"tag":151,"props":175,"children":176},{},[177,187,214],{"type":43,"tag":178,"props":179,"children":180},"td",{},[181],{"type":43,"tag":72,"props":182,"children":184},{"className":183},[],[185],{"type":48,"value":186},"updateDigests.sh",{"type":43,"tag":178,"props":188,"children":189},{},[190,196,198,204,206,212],{"type":43,"tag":72,"props":191,"children":193},{"className":192},[],[194],{"type":48,"value":195},"--no-push",{"type":48,"value":197}," \u002F ",{"type":43,"tag":72,"props":199,"children":201},{"className":200},[],[202],{"type":48,"value":203},"--nopush",{"type":48,"value":205}," (",{"type":43,"tag":72,"props":207,"children":209},{"className":208},[],[210],{"type":48,"value":211},"-p",{"type":48,"value":213},")",{"type":43,"tag":178,"props":215,"children":216},{},[217],{"type":48,"value":218},"Commit locally; no push\u002FPR",{"type":43,"tag":151,"props":220,"children":221},{},[222,230,239],{"type":43,"tag":178,"props":223,"children":224},{},[225],{"type":43,"tag":72,"props":226,"children":228},{"className":227},[],[229],{"type":48,"value":186},{"type":43,"tag":178,"props":231,"children":232},{},[233],{"type":43,"tag":72,"props":234,"children":236},{"className":235},[],[237],{"type":48,"value":238},"--minor",{"type":43,"tag":178,"props":240,"children":241},{},[242,244,249],{"type":48,"value":243},"Disables push; use with ",{"type":43,"tag":72,"props":245,"children":247},{"className":246},[],[248],{"type":48,"value":195},{"type":48,"value":250}," for clarity",{"type":43,"tag":151,"props":252,"children":253},{},[254,262,278],{"type":43,"tag":178,"props":255,"children":256},{},[257],{"type":43,"tag":72,"props":258,"children":260},{"className":259},[],[261],{"type":48,"value":186},{"type":43,"tag":178,"props":263,"children":264},{},[265,271,272],{"type":43,"tag":72,"props":266,"children":268},{"className":267},[],[269],{"type":48,"value":270},"--no-commit",{"type":48,"value":197},{"type":43,"tag":72,"props":273,"children":275},{"className":274},[],[276],{"type":48,"value":277},"-n",{"type":43,"tag":178,"props":279,"children":280},{},[281],{"type":48,"value":282},"Preview only",{"type":43,"tag":151,"props":284,"children":285},{},[286,295,303],{"type":43,"tag":178,"props":287,"children":288},{},[289],{"type":43,"tag":72,"props":290,"children":292},{"className":291},[],[293],{"type":48,"value":294},"generatePipelineRunsForPlugins.sh",{"type":43,"tag":178,"props":296,"children":297},{},[298],{"type":43,"tag":72,"props":299,"children":301},{"className":300},[],[302],{"type":48,"value":203},{"type":43,"tag":178,"props":304,"children":305},{},[306],{"type":48,"value":307},"Commit locally; no push",{"type":43,"tag":151,"props":309,"children":310},{},[311,319,328],{"type":43,"tag":178,"props":312,"children":313},{},[314],{"type":43,"tag":72,"props":315,"children":317},{"className":316},[],[318],{"type":48,"value":294},{"type":43,"tag":178,"props":320,"children":321},{},[322],{"type":43,"tag":72,"props":323,"children":325},{"className":324},[],[326],{"type":48,"value":327},"--nocommit",{"type":43,"tag":178,"props":329,"children":330},{},[331],{"type":48,"value":332},"Write YAML only",{"type":43,"tag":58,"props":334,"children":335},{},[336,342],{"type":43,"tag":72,"props":337,"children":339},{"className":338},[],[340],{"type":48,"value":341},"generatePipelineRuns.sh",{"type":48,"value":343}," does not commit or push.",{"type":43,"tag":58,"props":345,"children":346},{},[347,352,354,359,360,365],{"type":43,"tag":64,"props":348,"children":349},{},[350],{"type":48,"value":351},"Do not",{"type":48,"value":353}," run digest\u002Fgenerator scripts without ",{"type":43,"tag":72,"props":355,"children":357},{"className":356},[],[358],{"type":48,"value":195},{"type":48,"value":197},{"type":43,"tag":72,"props":361,"children":363},{"className":362},[],[364],{"type":48,"value":203},{"type":48,"value":366}," unless the user explicitly requests a push.",{"type":43,"tag":51,"props":368,"children":370},{"id":369},"detect-repo-layout",[371],{"type":48,"value":372},"Detect repo layout",{"type":43,"tag":143,"props":374,"children":375},{},[376,392],{"type":43,"tag":147,"props":377,"children":378},{},[379],{"type":43,"tag":151,"props":380,"children":381},{},[382,387],{"type":43,"tag":155,"props":383,"children":384},{},[385],{"type":48,"value":386},"Marker in repo",{"type":43,"tag":155,"props":388,"children":389},{},[390],{"type":48,"value":391},"Read",{"type":43,"tag":171,"props":393,"children":394},{},[395,416,445],{"type":43,"tag":151,"props":396,"children":397},{},[398,407],{"type":43,"tag":178,"props":399,"children":400},{},[401],{"type":43,"tag":72,"props":402,"children":404},{"className":403},[],[405],{"type":48,"value":406},".tekton\u002FgeneratePipelineRunsForPlugins.sh",{"type":43,"tag":178,"props":408,"children":409},{},[410],{"type":43,"tag":411,"props":412,"children":414},"a",{"href":413},"references\u002Fplugin-catalog.md",[415],{"type":48,"value":413},{"type":43,"tag":151,"props":417,"children":418},{},[419,428],{"type":43,"tag":178,"props":420,"children":421},{},[422],{"type":43,"tag":72,"props":423,"children":425},{"className":424},[],[426],{"type":48,"value":427},".tekton-templates\u002Frhdh-pipeline.yaml",{"type":43,"tag":178,"props":429,"children":430},{},[431,436,438,443],{"type":43,"tag":411,"props":432,"children":434},{"href":433},"references\u002Frhdh-midstream.md",[435],{"type":48,"value":433},{"type":48,"value":437}," — ",{"type":43,"tag":64,"props":439,"children":440},{},[441],{"type":48,"value":442},"variant A",{"type":48,"value":444}," (unified)",{"type":43,"tag":151,"props":446,"children":447},{},[448,466],{"type":43,"tag":178,"props":449,"children":450},{},[451,457,459,465],{"type":43,"tag":72,"props":452,"children":454},{"className":453},[],[455],{"type":48,"value":456},".tekton-templates\u002Frhdh-hub.yaml",{"type":48,"value":458}," (no ",{"type":43,"tag":72,"props":460,"children":462},{"className":461},[],[463],{"type":48,"value":464},"rhdh-pipeline.yaml",{"type":48,"value":213},{"type":43,"tag":178,"props":467,"children":468},{},[469,473,474,479],{"type":43,"tag":411,"props":470,"children":471},{"href":433},[472],{"type":48,"value":433},{"type":48,"value":437},{"type":43,"tag":64,"props":475,"children":476},{},[477],{"type":48,"value":478},"variant B",{"type":48,"value":480}," (1.9 shared build-pipeline)",{"type":43,"tag":58,"props":482,"children":483},{},[484],{"type":48,"value":485},"If both plugin-catalog and midstream markers exist, apply changes only for the repo\u002Fbranch you are on.",{"type":43,"tag":51,"props":487,"children":489},{"id":488},"workflow",[490],{"type":48,"value":491},"Workflow",{"type":43,"tag":493,"props":494,"children":496},"h3",{"id":495},"_1-bump-digests",[497],{"type":48,"value":498},"1. Bump digests",{"type":43,"tag":500,"props":501,"children":506},"pre",{"className":502,"code":503,"language":504,"meta":505,"style":505},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cd .tekton\n.\u002FupdateDigests.sh --minor --no-push\n","bash","",[507],{"type":43,"tag":72,"props":508,"children":509},{"__ignoreMap":505},[510,528],{"type":43,"tag":511,"props":512,"children":515},"span",{"class":513,"line":514},"line",1,[516,522],{"type":43,"tag":511,"props":517,"children":519},{"style":518},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[520],{"type":48,"value":521},"cd",{"type":43,"tag":511,"props":523,"children":525},{"style":524},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[526],{"type":48,"value":527}," .tekton\n",{"type":43,"tag":511,"props":529,"children":531},{"class":513,"line":530},2,[532,538,543],{"type":43,"tag":511,"props":533,"children":535},{"style":534},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[536],{"type":48,"value":537},".\u002FupdateDigests.sh",{"type":43,"tag":511,"props":539,"children":540},{"style":524},[541],{"type":48,"value":542}," --minor",{"type":43,"tag":511,"props":544,"children":545},{"style":524},[546],{"type":48,"value":547}," --no-push\n",{"type":43,"tag":549,"props":550,"children":551},"ul",{},[552,590,603,622],{"type":43,"tag":553,"props":554,"children":555},"li",{},[556,558,564,566,572,574,580,582,588],{"type":48,"value":557},"Updates ",{"type":43,"tag":72,"props":559,"children":561},{"className":560},[],[562],{"type":48,"value":563},"tag@sha256",{"type":48,"value":565}," in ",{"type":43,"tag":72,"props":567,"children":569},{"className":568},[],[570],{"type":48,"value":571},".tekton\u002F*.yaml",{"type":48,"value":573}," and ",{"type":43,"tag":72,"props":575,"children":577},{"className":576},[],[578],{"type":48,"value":579},".tekton-templates\u002F*.yaml",{"type":48,"value":581}," (via ",{"type":43,"tag":72,"props":583,"children":585},{"className":584},[],[586],{"type":48,"value":587},"TEMPLATEPATH",{"type":48,"value":589},").",{"type":43,"tag":553,"props":591,"children":592},{},[593,595,601],{"type":48,"value":594},"On variant B, also updates ",{"type":43,"tag":72,"props":596,"children":598},{"className":597},[],[599],{"type":48,"value":600},".tekton\u002Fbuild-pipeline-rhdh-*.yaml",{"type":48,"value":602},".",{"type":43,"tag":553,"props":604,"children":605},{},[606,608,613,615,621],{"type":48,"value":607},"Tag changes list ",{"type":43,"tag":72,"props":609,"children":611},{"className":610},[],[612],{"type":48,"value":85},{"type":48,"value":614}," URLs under ",{"type":43,"tag":72,"props":616,"children":618},{"className":617},[],[619],{"type":48,"value":620},"konflux-ci\u002Fbuild-definitions",{"type":48,"value":602},{"type":43,"tag":553,"props":623,"children":624},{},[625,627],{"type":48,"value":626},"Digest-only (no tag bump): ",{"type":43,"tag":72,"props":628,"children":630},{"className":629},[],[631],{"type":48,"value":632},".\u002FupdateDigests.sh --no-push -q",{"type":43,"tag":58,"props":634,"children":635},{},[636,638,644,646,652],{"type":48,"value":637},"Review ",{"type":43,"tag":72,"props":639,"children":641},{"className":640},[],[642],{"type":48,"value":643},"git diff",{"type":48,"value":645}," for ",{"type":43,"tag":72,"props":647,"children":649},{"className":648},[],[650],{"type":48,"value":651},"quay.io\u002Fkonflux-ci\u002Ftekton-catalog\u002Ftask-*",{"type":48,"value":653}," changes.",{"type":43,"tag":493,"props":655,"children":657},{"id":656},"_2-apply-migrations",[658],{"type":48,"value":659},"2. Apply migrations",{"type":43,"tag":58,"props":661,"children":662},{},[663,665,670],{"type":48,"value":664},"For each URL from ",{"type":43,"tag":72,"props":666,"children":668},{"className":667},[],[669],{"type":48,"value":186},{"type":48,"value":671}," (or from the diff):",{"type":43,"tag":673,"props":674,"children":675},"ol",{},[676,687,705],{"type":43,"tag":553,"props":677,"children":678},{},[679,681,686],{"type":48,"value":680},"Read ",{"type":43,"tag":72,"props":682,"children":684},{"className":683},[],[685],{"type":48,"value":85},{"type":48,"value":602},{"type":43,"tag":553,"props":688,"children":689},{},[690,692,697,699,703],{"type":48,"value":691},"Apply ",{"type":43,"tag":64,"props":693,"children":694},{},[695],{"type":48,"value":696},"only",{"type":48,"value":698}," documented user actions in templates and shared pipelines (see ",{"type":43,"tag":411,"props":700,"children":701},{"href":433},[702],{"type":48,"value":433},{"type":48,"value":704}," for per-variant file list).",{"type":43,"tag":553,"props":706,"children":707},{},[708],{"type":48,"value":709},"Skip “no action required” sections.",{"type":43,"tag":58,"props":711,"children":712},{},[713,715,721],{"type":48,"value":714},"If PLRs still contain removed params (e.g. ",{"type":43,"tag":72,"props":716,"children":718},{"className":717},[],[719],{"type":48,"value":720},"dev-package-managers",{"type":48,"value":722},") but templates are fixed, migrations are incomplete until step 3.",{"type":43,"tag":493,"props":724,"children":726},{"id":725},"_3-regenerate-pipelineruns",[727],{"type":48,"value":728},"3. Regenerate PipelineRuns",{"type":43,"tag":58,"props":730,"children":731},{},[732,737],{"type":43,"tag":64,"props":733,"children":734},{},[735],{"type":48,"value":736},"Always run",{"type":48,"value":738}," after template or shared-pipeline migration edits (not optional when params changed):",{"type":43,"tag":500,"props":740,"children":742},{"className":502,"code":741,"language":504,"meta":505,"style":505},"cd .tekton\n.\u002FgeneratePipelineRuns.sh -t \u003Cversion>\n",[743],{"type":43,"tag":72,"props":744,"children":745},{"__ignoreMap":505},[746,757],{"type":43,"tag":511,"props":747,"children":748},{"class":513,"line":514},[749,753],{"type":43,"tag":511,"props":750,"children":751},{"style":518},[752],{"type":48,"value":521},{"type":43,"tag":511,"props":754,"children":755},{"style":524},[756],{"type":48,"value":527},{"type":43,"tag":511,"props":758,"children":759},{"class":513,"line":530},[760,765,770,776,781,787],{"type":43,"tag":511,"props":761,"children":762},{"style":534},[763],{"type":48,"value":764},".\u002FgeneratePipelineRuns.sh",{"type":43,"tag":511,"props":766,"children":767},{"style":524},[768],{"type":48,"value":769}," -t",{"type":43,"tag":511,"props":771,"children":773},{"style":772},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[774],{"type":48,"value":775}," \u003C",{"type":43,"tag":511,"props":777,"children":778},{"style":524},[779],{"type":48,"value":780},"versio",{"type":43,"tag":511,"props":782,"children":784},{"style":783},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[785],{"type":48,"value":786},"n",{"type":43,"tag":511,"props":788,"children":789},{"style":772},[790],{"type":48,"value":791},">\n",{"type":43,"tag":143,"props":793,"children":794},{},[795,822],{"type":43,"tag":147,"props":796,"children":797},{},[798],{"type":43,"tag":151,"props":799,"children":800},{},[801,806,817],{"type":43,"tag":155,"props":802,"children":803},{},[804],{"type":48,"value":805},"Branch example",{"type":43,"tag":155,"props":807,"children":808},{},[809,815],{"type":43,"tag":72,"props":810,"children":812},{"className":811},[],[813],{"type":48,"value":814},"-t",{"type":48,"value":816}," value",{"type":43,"tag":155,"props":818,"children":819},{},[820],{"type":48,"value":821},"PLR suffix",{"type":43,"tag":171,"props":823,"children":824},{},[825,855,885],{"type":43,"tag":151,"props":826,"children":827},{},[828,837,846],{"type":43,"tag":178,"props":829,"children":830},{},[831],{"type":43,"tag":72,"props":832,"children":834},{"className":833},[],[835],{"type":48,"value":836},"rhdh-1-rhel-9",{"type":43,"tag":178,"props":838,"children":839},{},[840],{"type":43,"tag":72,"props":841,"children":843},{"className":842},[],[844],{"type":48,"value":845},"1",{"type":43,"tag":178,"props":847,"children":848},{},[849],{"type":43,"tag":72,"props":850,"children":852},{"className":851},[],[853],{"type":48,"value":854},"rhdh-hub-1-push.yaml",{"type":43,"tag":151,"props":856,"children":857},{},[858,867,876],{"type":43,"tag":178,"props":859,"children":860},{},[861],{"type":43,"tag":72,"props":862,"children":864},{"className":863},[],[865],{"type":48,"value":866},"rhdh-1.9-rhel-9",{"type":43,"tag":178,"props":868,"children":869},{},[870],{"type":43,"tag":72,"props":871,"children":873},{"className":872},[],[874],{"type":48,"value":875},"1.9",{"type":43,"tag":178,"props":877,"children":878},{},[879],{"type":43,"tag":72,"props":880,"children":882},{"className":881},[],[883],{"type":48,"value":884},"rhdh-hub-1-9-push.yaml",{"type":43,"tag":151,"props":886,"children":887},{},[888,897,906],{"type":43,"tag":178,"props":889,"children":890},{},[891],{"type":43,"tag":72,"props":892,"children":894},{"className":893},[],[895],{"type":48,"value":896},"rhdh-1.10-rhel-9",{"type":43,"tag":178,"props":898,"children":899},{},[900],{"type":43,"tag":72,"props":901,"children":903},{"className":902},[],[904],{"type":48,"value":905},"1.10",{"type":43,"tag":178,"props":907,"children":908},{},[909],{"type":43,"tag":72,"props":910,"children":912},{"className":911},[],[913],{"type":48,"value":914},"rhdh-hub-1-10-push.yaml",{"type":43,"tag":549,"props":916,"children":917},{},[918,944],{"type":43,"tag":553,"props":919,"children":920},{},[921,926,928,934,936,942],{"type":43,"tag":64,"props":922,"children":923},{},[924],{"type":48,"value":925},"Variant A:",{"type":48,"value":927}," also patch ",{"type":43,"tag":72,"props":929,"children":931},{"className":930},[],[932],{"type":48,"value":933},"rhdh-rag-content-\u003CN>-{push,pull}.yaml",{"type":48,"value":935}," by hand (inline ",{"type":43,"tag":72,"props":937,"children":939},{"className":938},[],[940],{"type":48,"value":941},"pipelineSpec",{"type":48,"value":943},", not generated).",{"type":43,"tag":553,"props":945,"children":946},{},[947,952,954,960,961,967,969,975],{"type":43,"tag":64,"props":948,"children":949},{},[950],{"type":48,"value":951},"Variant B:",{"type":48,"value":953}," hub\u002Foperator PLRs regenerate from ",{"type":43,"tag":72,"props":955,"children":957},{"className":956},[],[958],{"type":48,"value":959},"rhdh-hub.yaml",{"type":48,"value":197},{"type":43,"tag":72,"props":962,"children":964},{"className":963},[],[965],{"type":48,"value":966},"rhdh-operator.yaml",{"type":48,"value":968},"; ",{"type":43,"tag":72,"props":970,"children":972},{"className":971},[],[973],{"type":48,"value":974},"build-pipeline-*.yaml",{"type":48,"value":976}," is edited directly, not by the generator.",{"type":43,"tag":58,"props":978,"children":979},{},[980],{"type":48,"value":981},"Commit migration + regen locally when ready; do not push until human review.",{"type":43,"tag":493,"props":983,"children":985},{"id":984},"_4-human-review-and-push",[986],{"type":48,"value":987},"4. Human review and push",{"type":43,"tag":58,"props":989,"children":990},{},[991,993,999],{"type":48,"value":992},"Human reviews the full diff (digest commit plus any migration\u002Fregen commits), then ",{"type":43,"tag":72,"props":994,"children":996},{"className":995},[],[997],{"type":48,"value":998},"git push",{"type":48,"value":1000}," or opens a PR.",{"type":43,"tag":51,"props":1002,"children":1004},{"id":1003},"known-migration-patterns",[1005],{"type":48,"value":1006},"Known migration patterns",{"type":43,"tag":58,"props":1008,"children":1009},{},[1010,1012,1017],{"type":48,"value":1011},"Use live ",{"type":43,"tag":72,"props":1013,"children":1015},{"className":1014},[],[1016],{"type":48,"value":85},{"type":48,"value":1018}," as source of truth. Common cases:",{"type":43,"tag":143,"props":1020,"children":1021},{},[1022,1038],{"type":43,"tag":147,"props":1023,"children":1024},{},[1025],{"type":43,"tag":151,"props":1026,"children":1027},{},[1028,1033],{"type":43,"tag":155,"props":1029,"children":1030},{},[1031],{"type":48,"value":1032},"Task",{"type":43,"tag":155,"props":1034,"children":1035},{},[1036],{"type":48,"value":1037},"Action",{"type":43,"tag":171,"props":1039,"children":1040},{},[1041,1125,1171,1190],{"type":43,"tag":151,"props":1042,"children":1043},{},[1044,1055],{"type":43,"tag":178,"props":1045,"children":1046},{},[1047,1053],{"type":43,"tag":72,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":48,"value":1052},"prefetch-dependencies-oci-ta",{"type":48,"value":1054}," 0.2→0.3",{"type":43,"tag":178,"props":1056,"children":1057},{},[1058,1060,1065,1067,1073,1075,1081,1083,1089,1091,1097,1098,1104,1106,1112,1113,1118,1119,1124],{"type":48,"value":1059},"Remove ",{"type":43,"tag":72,"props":1061,"children":1063},{"className":1062},[],[1064],{"type":48,"value":720},{"type":48,"value":1066},"; add pipeline param ",{"type":43,"tag":72,"props":1068,"children":1070},{"className":1069},[],[1071],{"type":48,"value":1072},"enable-package-registry-proxy",{"type":48,"value":1074}," (default ",{"type":43,"tag":72,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":48,"value":1080},"\"true\"",{"type":48,"value":1082},") and pass to prefetch task. Variant B: also add param on ",{"type":43,"tag":72,"props":1084,"children":1086},{"className":1085},[],[1087],{"type":48,"value":1088},"build-pipeline-rhdh-{hub,operator}.yaml",{"type":48,"value":1090}," tasks ",{"type":43,"tag":72,"props":1092,"children":1094},{"className":1093},[],[1095],{"type":48,"value":1096},"prefetch-dependencies-hub",{"type":48,"value":197},{"type":43,"tag":72,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":48,"value":1103},"prefetch-dependencies-operator",{"type":48,"value":1105},", and on PLR ",{"type":43,"tag":72,"props":1107,"children":1109},{"className":1108},[],[1110],{"type":48,"value":1111},"spec.params",{"type":48,"value":565},{"type":43,"tag":72,"props":1114,"children":1116},{"className":1115},[],[1117],{"type":48,"value":959},{"type":48,"value":197},{"type":43,"tag":72,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":48,"value":966},{"type":48,"value":602},{"type":43,"tag":151,"props":1126,"children":1127},{},[1128,1138],{"type":43,"tag":178,"props":1129,"children":1130},{},[1131,1137],{"type":43,"tag":72,"props":1132,"children":1134},{"className":1133},[],[1135],{"type":48,"value":1136},"build-image-index",{"type":48,"value":1054},{"type":43,"tag":178,"props":1139,"children":1140},{},[1141,1142,1148,1149,1155,1157,1161,1163,1169],{"type":48,"value":1059},{"type":43,"tag":72,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":48,"value":1147},"COMMIT_SHA",{"type":48,"value":197},{"type":43,"tag":72,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":48,"value":1154},"IMAGE_EXPIRES_AFTER",{"type":48,"value":1156}," from ",{"type":43,"tag":64,"props":1158,"children":1159},{},[1160],{"type":48,"value":1136},{"type":48,"value":1162}," task only; keep on buildah (",{"type":43,"tag":72,"props":1164,"children":1166},{"className":1165},[],[1167],{"type":48,"value":1168},"build-container",{"type":48,"value":1170},") and prefetch",{"type":43,"tag":151,"props":1172,"children":1173},{},[1174,1185],{"type":43,"tag":178,"props":1175,"children":1176},{},[1177,1183],{"type":43,"tag":72,"props":1178,"children":1180},{"className":1179},[],[1181],{"type":48,"value":1182},"init",{"type":48,"value":1184}," 0.3→0.4",{"type":43,"tag":178,"props":1186,"children":1187},{},[1188],{"type":48,"value":1189},"No pipeline changes",{"type":43,"tag":151,"props":1191,"children":1192},{},[1193,1203],{"type":43,"tag":178,"props":1194,"children":1195},{},[1196,1201],{"type":43,"tag":72,"props":1197,"children":1199},{"className":1198},[],[1200],{"type":48,"value":1182},{"type":48,"value":1202}," 0.4.1→0.4.2",{"type":43,"tag":178,"props":1204,"children":1205},{},[1206,1208,1214],{"type":48,"value":1207},"Remove broken auto-added ",{"type":43,"tag":72,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":48,"value":1213},"sast-target-dirs",{"type":48,"value":1215}," pipeline param if present",{"type":43,"tag":51,"props":1217,"children":1219},{"id":1218},"anti-patterns",[1220],{"type":48,"value":1221},"Anti-patterns",{"type":43,"tag":549,"props":1223,"children":1224},{},[1225,1243,1267,1279,1291,1304,1324],{"type":43,"tag":553,"props":1226,"children":1227},{},[1228,1230,1235,1236,1241],{"type":48,"value":1229},"Pushing without ",{"type":43,"tag":72,"props":1231,"children":1233},{"className":1232},[],[1234],{"type":48,"value":195},{"type":48,"value":197},{"type":43,"tag":72,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":48,"value":203},{"type":48,"value":1242}," and human sign-off.",{"type":43,"tag":553,"props":1244,"children":1245},{},[1246,1248,1253,1254,1259,1261,1266],{"type":48,"value":1247},"Leaving removed task params (",{"type":43,"tag":72,"props":1249,"children":1251},{"className":1250},[],[1252],{"type":48,"value":720},{"type":48,"value":111},{"type":43,"tag":72,"props":1255,"children":1257},{"className":1256},[],[1258],{"type":48,"value":1147},{"type":48,"value":1260}," on ",{"type":43,"tag":72,"props":1262,"children":1264},{"className":1263},[],[1265],{"type":48,"value":1136},{"type":48,"value":589},{"type":43,"tag":553,"props":1268,"children":1269},{},[1270,1272,1277],{"type":48,"value":1271},"Skipping ",{"type":43,"tag":72,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":48,"value":341},{"type":48,"value":1278}," after fixing templates while PLRs still reference old params.",{"type":43,"tag":553,"props":1280,"children":1281},{},[1282,1284,1289],{"type":48,"value":1283},"Editing only PLRs when templates or ",{"type":43,"tag":72,"props":1285,"children":1287},{"className":1286},[],[1288],{"type":48,"value":974},{"type":48,"value":1290}," are the source of truth.",{"type":43,"tag":553,"props":1292,"children":1293},{},[1294,1296,1302],{"type":48,"value":1295},"Adding ",{"type":43,"tag":72,"props":1297,"children":1299},{"className":1298},[],[1300],{"type":48,"value":1301},"verify_*",{"type":48,"value":1303}," guards that fail on the next Konflux bump.",{"type":43,"tag":553,"props":1305,"children":1306},{},[1307,1309,1315,1317,1322],{"type":48,"value":1308},"Dropping ",{"type":43,"tag":72,"props":1310,"children":1312},{"className":1311},[],[1313],{"type":48,"value":1314},"image-expires-after",{"type":48,"value":1316}," from PLRs only because ",{"type":43,"tag":72,"props":1318,"children":1320},{"className":1319},[],[1321],{"type":48,"value":1136},{"type":48,"value":1323}," no longer uses it.",{"type":43,"tag":553,"props":1325,"children":1326},{},[1327,1329,1335,1336,1341,1343,1349,1351,1357,1359,1365,1367,1372],{"type":48,"value":1328},"Hardcoding ",{"type":43,"tag":72,"props":1330,"children":1332},{"className":1331},[],[1333],{"type":48,"value":1334},"1-",{"type":48,"value":565},{"type":43,"tag":72,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":48,"value":294},{"type":48,"value":1342}," Containerfile comments; use ",{"type":43,"tag":72,"props":1344,"children":1346},{"className":1345},[],[1347],{"type":48,"value":1348},"${RHDH_XY_VERSION}",{"type":48,"value":1350}," so ",{"type":43,"tag":72,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":48,"value":1356},"1.10.0",{"type":48,"value":1358}," becomes ",{"type":43,"tag":72,"props":1360,"children":1362},{"className":1361},[],[1363],{"type":48,"value":1364},"1-10",{"type":48,"value":1366},", not ",{"type":43,"tag":72,"props":1368,"children":1370},{"className":1369},[],[1371],{"type":48,"value":845},{"type":48,"value":602},{"type":43,"tag":1374,"props":1375,"children":1376},"style",{},[1377],{"type":48,"value":1378},"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":1380,"total":1543},[1381,1395,1409,1424,1440,1457,1468,1487,1499,1506,1518,1530],{"slug":1382,"name":1382,"fn":1383,"description":1384,"org":1385,"tags":1386,"stars":26,"repoUrl":27,"updatedAt":1394},"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},[1387,1390,1393],{"name":1388,"slug":1389,"type":16},"Agents","agents",{"name":1391,"slug":1392,"type":16},"Code Analysis","code-analysis",{"name":21,"slug":22,"type":16},"2026-07-16T06:03:24.758348",{"slug":1396,"name":1396,"fn":1397,"description":1398,"org":1399,"tags":1400,"stars":26,"repoUrl":27,"updatedAt":1408},"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},[1401,1402,1405],{"name":21,"slug":22,"type":16},{"name":1403,"slug":1404,"type":16},"Maintenance","maintenance",{"name":1406,"slug":1407,"type":16},"Migration","migration","2026-07-16T06:03:24.067361",{"slug":1410,"name":1410,"fn":1411,"description":1412,"org":1413,"tags":1414,"stars":26,"repoUrl":27,"updatedAt":1423},"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},[1415,1416,1419,1422],{"name":14,"slug":15,"type":16},{"name":1417,"slug":1418,"type":16},"Configuration","configuration",{"name":1420,"slug":1421,"type":16},"Containers","containers",{"name":18,"slug":19,"type":16},"2026-07-16T06:03:27.784453",{"slug":1425,"name":1425,"fn":1426,"description":1427,"org":1428,"tags":1429,"stars":26,"repoUrl":27,"updatedAt":1439},"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},[1430,1433,1436],{"name":1431,"slug":1432,"type":16},"Debugging","debugging",{"name":1434,"slug":1435,"type":16},"QA","qa",{"name":1437,"slug":1438,"type":16},"Testing","testing","2026-07-29T06:00:33.054762",{"slug":1441,"name":1441,"fn":1442,"description":1443,"org":1444,"tags":1445,"stars":26,"repoUrl":27,"updatedAt":1456},"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},[1446,1449,1450,1453],{"name":1447,"slug":1448,"type":16},"Compliance","compliance",{"name":21,"slug":22,"type":16},{"name":1451,"slug":1452,"type":16},"Reporting","reporting",{"name":1454,"slug":1455,"type":16},"Security","security","2026-08-01T05:41:57.852801",{"slug":1458,"name":1458,"fn":1459,"description":1460,"org":1461,"tags":1462,"stars":26,"repoUrl":27,"updatedAt":1467},"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},[1463,1464],{"name":18,"slug":19,"type":16},{"name":1465,"slug":1466,"type":16},"Plugin Development","plugin-development","2026-07-16T06:02:28.983498",{"slug":1469,"name":1469,"fn":1470,"description":1471,"org":1472,"tags":1473,"stars":26,"repoUrl":27,"updatedAt":1486},"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},[1474,1477,1480,1483],{"name":1475,"slug":1476,"type":16},"Auth","auth",{"name":1478,"slug":1479,"type":16},"Jira","jira",{"name":1481,"slug":1482,"type":16},"MCP","mcp",{"name":1484,"slug":1485,"type":16},"OAuth","oauth","2026-07-29T06:00:33.525179",{"slug":1488,"name":1488,"fn":1489,"description":1490,"org":1491,"tags":1492,"stars":26,"repoUrl":27,"updatedAt":1498},"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},[1493,1494,1495],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":1496,"slug":1497,"type":16},"GitLab","gitlab","2026-07-16T06:00:19.516231",{"slug":4,"name":4,"fn":5,"description":6,"org":1500,"tags":1501,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1502,1503,1504,1505],{"name":14,"slug":15,"type":16},{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"slug":1507,"name":1507,"fn":1508,"description":1509,"org":1510,"tags":1511,"stars":26,"repoUrl":27,"updatedAt":1517},"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},[1512,1513,1514],{"name":1447,"slug":1448,"type":16},{"name":1403,"slug":1404,"type":16},{"name":1515,"slug":1516,"type":16},"Operations","operations","2026-07-16T06:03:19.344038",{"slug":1519,"name":1519,"fn":1520,"description":1521,"org":1522,"tags":1523,"stars":26,"repoUrl":27,"updatedAt":1529},"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},[1524,1525,1528],{"name":21,"slug":22,"type":16},{"name":1526,"slug":1527,"type":16},"Frontend","frontend",{"name":1406,"slug":1407,"type":16},"2026-07-16T06:03:27.078987",{"slug":1531,"name":1531,"fn":1532,"description":1533,"org":1534,"tags":1535,"stars":26,"repoUrl":27,"updatedAt":1542},"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},[1536,1537,1540,1541],{"name":14,"slug":15,"type":16},{"name":1538,"slug":1539,"type":16},"Code Review","code-review",{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},"2026-07-16T06:03:20.380044",24,{"items":1545,"total":1543},[1546,1552,1558,1565,1571,1578,1583],{"slug":1382,"name":1382,"fn":1383,"description":1384,"org":1547,"tags":1548,"stars":26,"repoUrl":27,"updatedAt":1394},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1549,1550,1551],{"name":1388,"slug":1389,"type":16},{"name":1391,"slug":1392,"type":16},{"name":21,"slug":22,"type":16},{"slug":1396,"name":1396,"fn":1397,"description":1398,"org":1553,"tags":1554,"stars":26,"repoUrl":27,"updatedAt":1408},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1555,1556,1557],{"name":21,"slug":22,"type":16},{"name":1403,"slug":1404,"type":16},{"name":1406,"slug":1407,"type":16},{"slug":1410,"name":1410,"fn":1411,"description":1412,"org":1559,"tags":1560,"stars":26,"repoUrl":27,"updatedAt":1423},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1561,1562,1563,1564],{"name":14,"slug":15,"type":16},{"name":1417,"slug":1418,"type":16},{"name":1420,"slug":1421,"type":16},{"name":18,"slug":19,"type":16},{"slug":1425,"name":1425,"fn":1426,"description":1427,"org":1566,"tags":1567,"stars":26,"repoUrl":27,"updatedAt":1439},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1568,1569,1570],{"name":1431,"slug":1432,"type":16},{"name":1434,"slug":1435,"type":16},{"name":1437,"slug":1438,"type":16},{"slug":1441,"name":1441,"fn":1442,"description":1443,"org":1572,"tags":1573,"stars":26,"repoUrl":27,"updatedAt":1456},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1574,1575,1576,1577],{"name":1447,"slug":1448,"type":16},{"name":21,"slug":22,"type":16},{"name":1451,"slug":1452,"type":16},{"name":1454,"slug":1455,"type":16},{"slug":1458,"name":1458,"fn":1459,"description":1460,"org":1579,"tags":1580,"stars":26,"repoUrl":27,"updatedAt":1467},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1581,1582],{"name":18,"slug":19,"type":16},{"name":1465,"slug":1466,"type":16},{"slug":1469,"name":1469,"fn":1470,"description":1471,"org":1584,"tags":1585,"stars":26,"repoUrl":27,"updatedAt":1486},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1586,1587,1588,1589],{"name":1475,"slug":1476,"type":16},{"name":1478,"slug":1479,"type":16},{"name":1481,"slug":1482,"type":16},{"name":1484,"slug":1485,"type":16}]