Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add redhat-developer/rhdh-skills --skill rhdh-prow-jobsgit clone --depth 1 https://github.com/redhat-developer/rhdh-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/redhat-developer/rhdh-skills/rhdh-prow-jobs)<a href="https://agentmods.dev/skills/redhat-developer/rhdh-skills/rhdh-prow-jobs"><img src="https://agentmods.dev/badge/skills/redhat-developer/rhdh-skills/rhdh-prow-jobs/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/redhat-developer/rhdh-skills/rhdh-prow-jobs"><img src="https://agentmods.dev/badge/skills/redhat-developer/rhdh-skills/rhdh-prow-jobs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00138 | $0.00956 |
| Opus 5 | $0.00069 | $0.00478 |
| Sonnet 5 | $0.00028 | $0.00191 |
| Haiku 4.5 | $0.00014 | $0.00096 |
Grade A, and why
rhdh-prow-jobs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RHDH Prow test entries and cluster pools
Read and change which platform versions RHDH is tested on in openshift/release.
Listing and coverage analysis work against the remote repository through gh;
generation and removal need a local checkout because they end in make update.
Run the bundled scripts instead of reconstructing their YAML logic. Every script
accepts --repo-dir to point at a local openshift/release checkout and falls
back to the GitHub API when it is absent.
Route
| Intent | Load |
|---|---|
| List OCP test entries, or add/remove one | workflows/ocp-jobs.md |
| List, generate, or delete a Hive ClusterPool | workflows/ocp-pools.md |
| Find OCP coverage gaps and stale configuration | workflows/ocp-coverage.md |
| List AKS, EKS, or GKE entries, or bump their K8s version | workflows/k8s-jobs.md |
Load only the selected workflow.
Scope
This skill owns individual test entries and cluster pools on branches that
already exist. Creating or retiring the whole set of jobs for a release branch —
the branch config file, its generated jobs, and its branch-protection block — is
/rhdh-prow-release-branch. Running a configured job on demand is
/rhdh-prow-trigger.
Composition
For whether a platform version is still supported, invoke /rhdh-platform-lifecycle
by name and use what it returns. Do not import its Python package or read its
files. scripts/analyze_coverage.py queries the lifecycle APIs directly so the
scripts stay standalone.
Reading rules
- Report only versions that came from the read, never from recall. Say which config source was read and when.
- Extract OCP versions from
cluster_claim.version, not from test names — some OCP-targeted tests do not encode the version in their name. - A version that is configured is not the same as a version that is supported. Without lifecycle facts, name the platforms that remain unclassified rather than presenting configured versions as supported.
Writing rules
What ships with it
17 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 117 B
- scripts/analyze_coverage.py 15 KB runs code
- scripts/generate_cluster_pool.py 5.8 KB runs code
- scripts/generate_test_entry.py 4.3 KB runs code
- scripts/list_aks_jobs.py 299 B runs code
- scripts/list_cluster_pools.py 2.3 KB runs code
- scripts/list_eks_jobs.py 299 B runs code
- scripts/list_gke_jobs.py 299 B runs code
- scripts/list_ocp_test_configs.py 2.6 KB runs code
- scripts/rhdh_prow/__init__.py 70 B runs code
- scripts/rhdh_prow/k8s_configs.py 4.0 KB runs code
- scripts/rhdh_prow/openshift_release.py 4.4 KB runs code
- scripts/rhdh_prow/versions.py 330 B runs code
- workflows/k8s-jobs.md 1.0 KB
- workflows/ocp-coverage.md 1.3 KB
- workflows/ocp-jobs.md 1.3 KB
- workflows/ocp-pools.md 1.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 87 lines · 138 tokens per session scan A b271dbcc8a58
rhdh-prow-jobs is a skill published in the GitHub repository redhat-developer/rhdh-skills (17 stars, last pushed 3d ago), licensed Apache-2.0. It adds 138 tokens to every session and 956 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
nextjs-deployment
Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and logging for Next.js applications. Covers standalone output…
devops
DevOps - Docker, CI/CD, cloud infra, monitoring.
performing-container-security-scanning-with-trivy
Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
devops-infrastructure
Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.
devops-automator
Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…