[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-red-hat-developer-rhdh-local":3,"mdc-dnu5bc-key":34,"related-org-red-hat-developer-rhdh-local":331,"related-repo-red-hat-developer-rhdh-local":503},{"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},"rhdh-local","test Red Hat Developer Hub plugins locally","Test RHDH plugins locally using the rhdh-local-setup customization system. Covers enabling\u002Fdisabling plugins, switching modes, running end-to-end plugin tests, starting\u002Fstopping RHDH (up\u002Fdown), health checks, troubleshooting errors (504, startup failures), and backup\u002Frestore of configurations. Use when asked to \"test plugin locally\", \"local RHDH setup\", \"start local Developer Hub\", \"rhdh-local-setup\", \"local development environment\", \"podman compose RHDH\", or \"run RHDH on my machine\".",{"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},"Local Development","local-development","tag",{"name":18,"slug":19,"type":16},"Plugin Development","plugin-development",{"name":21,"slug":22,"type":16},"Testing","testing",15,"https:\u002F\u002Fgithub.com\u002Fredhat-developer\u002Frhdh-skill","2026-07-16T06:03:19.703894",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\u002Frhdh-local","---\nname: rhdh-local\ndescription: >-\n  Test RHDH plugins locally using the rhdh-local-setup customization system.\n  Covers enabling\u002Fdisabling plugins, switching modes, running end-to-end plugin\n  tests, starting\u002Fstopping RHDH (up\u002Fdown), health checks, troubleshooting errors\n  (504, startup failures), and backup\u002Frestore of configurations. Use when asked\n  to \"test plugin locally\", \"local RHDH setup\", \"start local Developer Hub\",\n  \"rhdh-local-setup\", \"local development environment\", \"podman compose RHDH\",\n  or \"run RHDH on my machine\".\n---\n\n\u003Cessential_principles>\n\n\u003Cprinciple name=\"copy_sync_first\">\nAll configuration edits go in `rhdh-customizations\u002F`, never in `rhdh-local\u002F` directly.\nAfter every edit, run `rhdh local apply` to sync copies. This is the fundamental invariant.\n\u003C\u002Fprinciple>\n\n\u003Cprinciple name=\"use_scripts\">\nUse `rhdh local up` \u002F `rhdh local down` — never `podman compose restart\u002Fup\u002Fdown` directly when Lightspeed or Orchestrator are enabled. These commands manage the local compose lifecycle directly through Python; do not bypass them with direct compose commands when shared-network services are enabled.\nSee `references\u002Ftroubleshooting.md` for network namespace details.\n\u003C\u002Fprinciple>\n\n\u003Cprinciple name=\"data_sources\">\nPlugin package definitions come from `rhdh-plugin-export-overlays` on GitHub.\nAlways fetch the OCI reference from `spec.dynamicArtifact` in the package metadata — do NOT construct OCI URLs manually.\n\u003C\u002Fprinciple>\n\n\u003C\u002Fessential_principles>\n\n\u003Cintake>\n## Step 1: Identify What You Want to Do\n\nWhat would you like to do with your local RHDH instance?\n\n1. **Enable a plugin** — Add a plugin from the export-overlays catalog to your local RHDH\n2. **Disable a plugin** — Disable or remove a plugin from your local RHDH\n3. **Switch mode** — Switch between Customized (your config) and Pristine (RHDH defaults)\n4. **Test a plugin** — Run end-to-end verification after enabling a plugin\n5. **Check status** — See which plugins are currently enabled\n\n**Wait for response before proceeding.**\n\u003C\u002Fintake>\n\n\u003Crouting>\n| Response | Workflow |\n|----------|----------|\n| 1, \"enable\", \"add plugin\", \"install plugin\" | `workflows\u002Fenable-plugin.md` |\n| 2, \"disable\", \"remove plugin\", \"turn off plugin\" | `workflows\u002Fdisable-plugin.md` |\n| 3, \"switch\", \"pristine\", \"customized\", \"mode\" | `workflows\u002Fswitch-mode.md` |\n| 4, \"test\", \"verify\", \"check plugin\" | `workflows\u002Ftest-plugin.md` |\n| 5, \"status\", \"list plugins\", \"show plugins\" | Read `rhdh-customizations\u002Fconfigs\u002Fdynamic-plugins\u002Fdynamic-plugins.override.yaml` and list entries |\n| \"start\", \"up\", \"start rhdh\" | Run `rhdh local up` (add `--lightspeed`, `--orchestrator`, or `--both` as needed) |\n| \"stop\", \"down\", \"stop rhdh\" | Run `rhdh local down` |\n| \"health\", \"check health\", \"is rhdh running\" | Run `rhdh local health` |\n| \"backup\", \"save config\", \"archive\" | Run `rhdh local backup` |\n| \"restore\", \"restore backup\" | Run `rhdh local restore \u003Carchive>` (dry-run by default) |\n| \"env\", \"environment variables\", \"env vars\", \".env\" | Read `references\u002Fenv-reference.md` |\n| \"troubleshoot\", \"debug\", \"504\", \"error\", \"not working\" | Read `references\u002Ftroubleshooting.md` |\n\u003C\u002Frouting>\n\n\u003Creference_index>\n**Customization system (copy-sync, file mapping, edit rules):** `references\u002Fcustomization-system.md`\n**Environment variables (.env reference):** `references\u002Fenv-reference.md`\n**Troubleshooting & comparative testing:** `references\u002Ftroubleshooting.md`\n**Container lifecycle, startup scripts, network namespace:** `references\u002Ftroubleshooting.md` — restart patterns, 504 debugging, network namespace rules\n**Dynamic plugin YAML format, OCI references:** `..\u002Foverlay\u002Freferences\u002Frhdh-local.md` section `\u003Cdynamic_plugins_config>` (if unavailable, see `rhdh-plugin-export-overlays` repo README for YAML format)\n\u003C\u002Freference_index>\n\n\u003Cskills_index>\n\n| Skill | Purpose | Path |\n|-------|---------|------|\n| overlay | Onboard\u002Fupdate plugins in rhdh-plugin-export-overlays | `..\u002Foverlay\u002FSKILL.md` |\n| rhdh | Orchestrator — routes to all skills, runs CLI checks | `..\u002Frhdh\u002FSKILL.md` |\n\n\u003C\u002Fskills_index>\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,47,54,60,66,71],{"type":40,"tag":41,"props":42,"children":43},"element","p",{},[44],{"type":45,"value":46},"text","\u003Cessential_principles>",{"type":40,"tag":48,"props":49,"children":51},"principle",{"name":50},"copy_sync_first",[52],{"type":45,"value":53},"\nAll configuration edits go in `rhdh-customizations\u002F`, never in `rhdh-local\u002F` directly.\nAfter every edit, run `rhdh local apply` to sync copies. This is the fundamental invariant.\n",{"type":40,"tag":48,"props":55,"children":57},{"name":56},"use_scripts",[58],{"type":45,"value":59},"\nUse `rhdh local up` \u002F `rhdh local down` — never `podman compose restart\u002Fup\u002Fdown` directly when Lightspeed or Orchestrator are enabled. These commands manage the local compose lifecycle directly through Python; do not bypass them with direct compose commands when shared-network services are enabled.\nSee `references\u002Ftroubleshooting.md` for network namespace details.\n",{"type":40,"tag":48,"props":61,"children":63},{"name":62},"data_sources",[64],{"type":45,"value":65},"\nPlugin package definitions come from `rhdh-plugin-export-overlays` on GitHub.\nAlways fetch the OCI reference from `spec.dynamicArtifact` in the package metadata — do NOT construct OCI URLs manually.\n",{"type":40,"tag":41,"props":67,"children":68},{},[69],{"type":45,"value":70},"\u003C\u002Fessential_principles>",{"type":40,"tag":72,"props":73,"children":74},"intake",{},[75,77,82,138,146,158,244,249,326],{"type":45,"value":76},"\n## Step 1: Identify What You Want to Do\n",{"type":40,"tag":41,"props":78,"children":79},{},[80],{"type":45,"value":81},"What would you like to do with your local RHDH instance?",{"type":40,"tag":83,"props":84,"children":85},"ol",{},[86,98,108,118,128],{"type":40,"tag":87,"props":88,"children":89},"li",{},[90,96],{"type":40,"tag":91,"props":92,"children":93},"strong",{},[94],{"type":45,"value":95},"Enable a plugin",{"type":45,"value":97}," — Add a plugin from the export-overlays catalog to your local RHDH",{"type":40,"tag":87,"props":99,"children":100},{},[101,106],{"type":40,"tag":91,"props":102,"children":103},{},[104],{"type":45,"value":105},"Disable a plugin",{"type":45,"value":107}," — Disable or remove a plugin from your local RHDH",{"type":40,"tag":87,"props":109,"children":110},{},[111,116],{"type":40,"tag":91,"props":112,"children":113},{},[114],{"type":45,"value":115},"Switch mode",{"type":45,"value":117}," — Switch between Customized (your config) and Pristine (RHDH defaults)",{"type":40,"tag":87,"props":119,"children":120},{},[121,126],{"type":40,"tag":91,"props":122,"children":123},{},[124],{"type":45,"value":125},"Test a plugin",{"type":45,"value":127}," — Run end-to-end verification after enabling a plugin",{"type":40,"tag":87,"props":129,"children":130},{},[131,136],{"type":40,"tag":91,"props":132,"children":133},{},[134],{"type":45,"value":135},"Check status",{"type":45,"value":137}," — See which plugins are currently enabled",{"type":40,"tag":41,"props":139,"children":140},{},[141],{"type":40,"tag":91,"props":142,"children":143},{},[144],{"type":45,"value":145},"Wait for response before proceeding.",{"type":40,"tag":147,"props":148,"children":149},"routing",{},[150,152],{"type":45,"value":151},"\n| Response | Workflow |\n|----------|----------|\n| 1, \"enable\", \"add plugin\", \"install plugin\" | `workflows\u002Fenable-plugin.md` |\n| 2, \"disable\", \"remove plugin\", \"turn off plugin\" | `workflows\u002Fdisable-plugin.md` |\n| 3, \"switch\", \"pristine\", \"customized\", \"mode\" | `workflows\u002Fswitch-mode.md` |\n| 4, \"test\", \"verify\", \"check plugin\" | `workflows\u002Ftest-plugin.md` |\n| 5, \"status\", \"list plugins\", \"show plugins\" | Read `rhdh-customizations\u002Fconfigs\u002Fdynamic-plugins\u002Fdynamic-plugins.override.yaml` and list entries |\n| \"start\", \"up\", \"start rhdh\" | Run `rhdh local up` (add `--lightspeed`, `--orchestrator`, or `--both` as needed) |\n| \"stop\", \"down\", \"stop rhdh\" | Run `rhdh local down` |\n| \"health\", \"check health\", \"is rhdh running\" | Run `rhdh local health` |\n| \"backup\", \"save config\", \"archive\" | Run `rhdh local backup` |\n| \"restore\", \"restore backup\" | Run `rhdh local restore ",{"type":40,"tag":153,"props":154,"children":155},"archive",{},[156],{"type":45,"value":157},"` (dry-run by default) |\n| \"env\", \"environment variables\", \"env vars\", \".env\" | Read `references\u002Fenv-reference.md` |\n| \"troubleshoot\", \"debug\", \"504\", \"error\", \"not working\" | Read `references\u002Ftroubleshooting.md` |\n",{"type":40,"tag":41,"props":159,"children":160},{},[161,163,168,170,177,182,183,189,194,195,201,206,207,212,214,219,220,226,228,234,236,242],{"type":45,"value":162},"\u003Creference_index>\n",{"type":40,"tag":91,"props":164,"children":165},{},[166],{"type":45,"value":167},"Customization system (copy-sync, file mapping, edit rules):",{"type":45,"value":169}," ",{"type":40,"tag":171,"props":172,"children":174},"code",{"className":173},[],[175],{"type":45,"value":176},"references\u002Fcustomization-system.md",{"type":40,"tag":91,"props":178,"children":179},{},[180],{"type":45,"value":181},"Environment variables (.env reference):",{"type":45,"value":169},{"type":40,"tag":171,"props":184,"children":186},{"className":185},[],[187],{"type":45,"value":188},"references\u002Fenv-reference.md",{"type":40,"tag":91,"props":190,"children":191},{},[192],{"type":45,"value":193},"Troubleshooting & comparative testing:",{"type":45,"value":169},{"type":40,"tag":171,"props":196,"children":198},{"className":197},[],[199],{"type":45,"value":200},"references\u002Ftroubleshooting.md",{"type":40,"tag":91,"props":202,"children":203},{},[204],{"type":45,"value":205},"Container lifecycle, startup scripts, network namespace:",{"type":45,"value":169},{"type":40,"tag":171,"props":208,"children":210},{"className":209},[],[211],{"type":45,"value":200},{"type":45,"value":213}," — restart patterns, 504 debugging, network namespace rules\n",{"type":40,"tag":91,"props":215,"children":216},{},[217],{"type":45,"value":218},"Dynamic plugin YAML format, OCI references:",{"type":45,"value":169},{"type":40,"tag":171,"props":221,"children":223},{"className":222},[],[224],{"type":45,"value":225},"..\u002Foverlay\u002Freferences\u002Frhdh-local.md",{"type":45,"value":227}," section ",{"type":40,"tag":171,"props":229,"children":231},{"className":230},[],[232],{"type":45,"value":233},"\u003Cdynamic_plugins_config>",{"type":45,"value":235}," (if unavailable, see ",{"type":40,"tag":171,"props":237,"children":239},{"className":238},[],[240],{"type":45,"value":241},"rhdh-plugin-export-overlays",{"type":45,"value":243}," repo README for YAML format)\n\u003C\u002Freference_index>",{"type":40,"tag":41,"props":245,"children":246},{},[247],{"type":45,"value":248},"\u003Cskills_index>",{"type":40,"tag":250,"props":251,"children":252},"table",{},[253,277],{"type":40,"tag":254,"props":255,"children":256},"thead",{},[257],{"type":40,"tag":258,"props":259,"children":260},"tr",{},[261,267,272],{"type":40,"tag":262,"props":263,"children":264},"th",{},[265],{"type":45,"value":266},"Skill",{"type":40,"tag":262,"props":268,"children":269},{},[270],{"type":45,"value":271},"Purpose",{"type":40,"tag":262,"props":273,"children":274},{},[275],{"type":45,"value":276},"Path",{"type":40,"tag":278,"props":279,"children":280},"tbody",{},[281,304],{"type":40,"tag":258,"props":282,"children":283},{},[284,290,295],{"type":40,"tag":285,"props":286,"children":287},"td",{},[288],{"type":45,"value":289},"overlay",{"type":40,"tag":285,"props":291,"children":292},{},[293],{"type":45,"value":294},"Onboard\u002Fupdate plugins in rhdh-plugin-export-overlays",{"type":40,"tag":285,"props":296,"children":297},{},[298],{"type":40,"tag":171,"props":299,"children":301},{"className":300},[],[302],{"type":45,"value":303},"..\u002Foverlay\u002FSKILL.md",{"type":40,"tag":258,"props":305,"children":306},{},[307,312,317],{"type":40,"tag":285,"props":308,"children":309},{},[310],{"type":45,"value":311},"rhdh",{"type":40,"tag":285,"props":313,"children":314},{},[315],{"type":45,"value":316},"Orchestrator — routes to all skills, runs CLI checks",{"type":40,"tag":285,"props":318,"children":319},{},[320],{"type":40,"tag":171,"props":321,"children":323},{"className":322},[],[324],{"type":45,"value":325},"..\u002Frhdh\u002FSKILL.md",{"type":40,"tag":41,"props":327,"children":328},{},[329],{"type":45,"value":330},"\u003C\u002Fskills_index>",{"items":332,"total":502},[333,349,363,382,396,413,422,441,453,466,478,490],{"slug":334,"name":334,"fn":335,"description":336,"org":337,"tags":338,"stars":23,"repoUrl":24,"updatedAt":348},"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},[339,342,345],{"name":340,"slug":341,"type":16},"Agents","agents",{"name":343,"slug":344,"type":16},"Code Analysis","code-analysis",{"name":346,"slug":347,"type":16},"Engineering","engineering","2026-07-16T06:03:24.758348",{"slug":350,"name":350,"fn":351,"description":352,"org":353,"tags":354,"stars":23,"repoUrl":24,"updatedAt":362},"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},[355,356,359],{"name":346,"slug":347,"type":16},{"name":357,"slug":358,"type":16},"Maintenance","maintenance",{"name":360,"slug":361,"type":16},"Migration","migration","2026-07-16T06:03:24.067361",{"slug":364,"name":364,"fn":365,"description":366,"org":367,"tags":368,"stars":23,"repoUrl":24,"updatedAt":381},"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},[369,372,375,378],{"name":370,"slug":371,"type":16},"Automation","automation",{"name":373,"slug":374,"type":16},"Configuration","configuration",{"name":376,"slug":377,"type":16},"Containers","containers",{"name":379,"slug":380,"type":16},"Deployment","deployment","2026-07-16T06:03:27.784453",{"slug":383,"name":383,"fn":384,"description":385,"org":386,"tags":387,"stars":23,"repoUrl":24,"updatedAt":395},"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},[388,391,394],{"name":389,"slug":390,"type":16},"Debugging","debugging",{"name":392,"slug":393,"type":16},"QA","qa",{"name":21,"slug":22,"type":16},"2026-07-29T06:00:33.054762",{"slug":397,"name":397,"fn":398,"description":399,"org":400,"tags":401,"stars":23,"repoUrl":24,"updatedAt":412},"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},[402,405,406,409],{"name":403,"slug":404,"type":16},"Compliance","compliance",{"name":346,"slug":347,"type":16},{"name":407,"slug":408,"type":16},"Reporting","reporting",{"name":410,"slug":411,"type":16},"Security","security","2026-08-01T05:41:57.852801",{"slug":414,"name":414,"fn":415,"description":416,"org":417,"tags":418,"stars":23,"repoUrl":24,"updatedAt":421},"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},[419,420],{"name":379,"slug":380,"type":16},{"name":18,"slug":19,"type":16},"2026-07-16T06:02:28.983498",{"slug":423,"name":423,"fn":424,"description":425,"org":426,"tags":427,"stars":23,"repoUrl":24,"updatedAt":440},"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},[428,431,434,437],{"name":429,"slug":430,"type":16},"Auth","auth",{"name":432,"slug":433,"type":16},"Jira","jira",{"name":435,"slug":436,"type":16},"MCP","mcp",{"name":438,"slug":439,"type":16},"OAuth","oauth","2026-07-29T06:00:33.525179",{"slug":442,"name":442,"fn":443,"description":444,"org":445,"tags":446,"stars":23,"repoUrl":24,"updatedAt":452},"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},[447,448,449],{"name":370,"slug":371,"type":16},{"name":379,"slug":380,"type":16},{"name":450,"slug":451,"type":16},"GitLab","gitlab","2026-07-16T06:00:19.516231",{"slug":454,"name":454,"fn":455,"description":456,"org":457,"tags":458,"stars":23,"repoUrl":24,"updatedAt":465},"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},[459,460,463,464],{"name":370,"slug":371,"type":16},{"name":461,"slug":462,"type":16},"CI\u002FCD","ci-cd",{"name":379,"slug":380,"type":16},{"name":346,"slug":347,"type":16},"2026-07-16T06:03:28.123118",{"slug":467,"name":467,"fn":468,"description":469,"org":470,"tags":471,"stars":23,"repoUrl":24,"updatedAt":477},"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},[472,473,474],{"name":403,"slug":404,"type":16},{"name":357,"slug":358,"type":16},{"name":475,"slug":476,"type":16},"Operations","operations","2026-07-16T06:03:19.344038",{"slug":479,"name":479,"fn":480,"description":481,"org":482,"tags":483,"stars":23,"repoUrl":24,"updatedAt":489},"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},[484,485,488],{"name":346,"slug":347,"type":16},{"name":486,"slug":487,"type":16},"Frontend","frontend",{"name":360,"slug":361,"type":16},"2026-07-16T06:03:27.078987",{"slug":289,"name":289,"fn":491,"description":492,"org":493,"tags":494,"stars":23,"repoUrl":24,"updatedAt":501},"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},[495,496,499,500],{"name":370,"slug":371,"type":16},{"name":497,"slug":498,"type":16},"Code Review","code-review",{"name":379,"slug":380,"type":16},{"name":346,"slug":347,"type":16},"2026-07-16T06:03:20.380044",24,{"items":504,"total":502},[505,511,517,524,530,537,542],{"slug":334,"name":334,"fn":335,"description":336,"org":506,"tags":507,"stars":23,"repoUrl":24,"updatedAt":348},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[508,509,510],{"name":340,"slug":341,"type":16},{"name":343,"slug":344,"type":16},{"name":346,"slug":347,"type":16},{"slug":350,"name":350,"fn":351,"description":352,"org":512,"tags":513,"stars":23,"repoUrl":24,"updatedAt":362},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[514,515,516],{"name":346,"slug":347,"type":16},{"name":357,"slug":358,"type":16},{"name":360,"slug":361,"type":16},{"slug":364,"name":364,"fn":365,"description":366,"org":518,"tags":519,"stars":23,"repoUrl":24,"updatedAt":381},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[520,521,522,523],{"name":370,"slug":371,"type":16},{"name":373,"slug":374,"type":16},{"name":376,"slug":377,"type":16},{"name":379,"slug":380,"type":16},{"slug":383,"name":383,"fn":384,"description":385,"org":525,"tags":526,"stars":23,"repoUrl":24,"updatedAt":395},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[527,528,529],{"name":389,"slug":390,"type":16},{"name":392,"slug":393,"type":16},{"name":21,"slug":22,"type":16},{"slug":397,"name":397,"fn":398,"description":399,"org":531,"tags":532,"stars":23,"repoUrl":24,"updatedAt":412},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[533,534,535,536],{"name":403,"slug":404,"type":16},{"name":346,"slug":347,"type":16},{"name":407,"slug":408,"type":16},{"name":410,"slug":411,"type":16},{"slug":414,"name":414,"fn":415,"description":416,"org":538,"tags":539,"stars":23,"repoUrl":24,"updatedAt":421},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,541],{"name":379,"slug":380,"type":16},{"name":18,"slug":19,"type":16},{"slug":423,"name":423,"fn":424,"description":425,"org":543,"tags":544,"stars":23,"repoUrl":24,"updatedAt":440},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[545,546,547,548],{"name":429,"slug":430,"type":16},{"name":432,"slug":433,"type":16},{"name":435,"slug":436,"type":16},{"name":438,"slug":439,"type":16}]