create-cpo-override
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Validates that CPO override images in a PR actually contain the PRs they claim to include
$ npx -y skills add openshift/hypershift --skill validate-pr-override-images --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/validate-pr-override-imagesContext preview
The summary Claude sees to decide when to auto-load this skill.
Validates that CPO override images in a PR actually contain the PRs they claim to include
description: Validates that CPO override images in a PR actually contain the PRs they claim to include argument-hint: "<PR-URL-or-number>"
validate-pr-override-images
/validate-pr-override-images <PR-URL-or-number>
Validates that CPO override images in a PR actually contain the claimed fix PRs.
The PR description must include a structured validation contract as documented in [docs/content/contribute/cpo-overrides.md](../../docs/content/contribute/cpo-overrides.md) under "Validating Override Images Contain Claimed PRs". Example:
branch: 4.20 wants: https://github.com/openshift/hypershift/pull/8593 branch: 4.21 wants: https://github.com/openshift/hypershift/pull/8593, https://github.com/openshift/hypershift/pull/8565
Prerequisites:
Extract the PR number from the argument, then run:
.claude/skills/validate-pr-override-images/validate-overrides.sh <pr-number>
Report the output to the user.
HyperShift is a middleware for hosting OpenShift control planes at scale that solves for cost and time to provision, as well as portability cross cloud with strong separation of concerns between management and workloads.
Repo: openshift/hypershift
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Provides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or…
Build and push control-plane-operator container image. Auto-applies when testing CPO changes that require deploying to a live cluster.
Build and push hypershift-operator container image. Auto-applies when testing HO changes that require deploying to a live cluster.
Create a HyperShift HostedCluster on AWS for development and testing, with optional custom CPO/HO images.
Destroy a HyperShift HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.).