
from rhdh-skill11
Manage Prow CI job configurations for RHDH: list, generate, add, and remove OCP test entries and cluster pools; analyze coverage and decommission EOL release br
Manage Prow CI job configurations for the RHDH product set targeting the openshift/release repository. The skill provides scripts to list existing CI job entries, generate new test YAML blocks, manage ClusterPool definitions, analyze version coverage gaps, and help decommission end-of-life release branches. It supports both local repository workflows and remote GitHub API modes for read-only listing tasks.
Use this skill when you need to add or remove OCP test entries, inspect which OpenShift versions are covered by CI, generate cluster pool or AKS/EKS/GKE job entries, or perform cleanup of obsolete release branches. It's aimed at CI maintainers working on RHDH integration in openshift/release.
make update after changes.Best-suited for code-capable agents with Python scripting support and GitHub API access (Claude Code, Codex/Copilot-style agents, or any agent that can run Python scripts and edit repo files).
RHDH Prow CI Management skill for managing OpenShift CI job configurations. SKILL.md is well-written with clear task routing tables and prerequisites. However, all 8 scripts fail at import time because they depend on a shared 'rhdh_prow' Python package that is not bundled with the skill, making the skill non-functional in isolation. The scripts use proper argparse, docstrings, and error handling but cannot run without the external dependency.
rhdh_prowruamel.yamlWell-structured skill for a very niche audience (RHDH CI maintainers). The external package dependency is a significant usability blocker — the skill should either bundle the shared code or clearly document how to install it. No security concerns found. Network calls are to documented Red Hat lifecycle APIs.