
validate-pr-override-images
โ 527by openshift ยท part of openshift/hypershift
Validates that CPO override images in a PR actually contain the PRs they claim to include
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Name
validate-pr-override-images
Synopsis
/validate-pr-override-images <PR-URL-or-number>Description
Validates that CPO override images in a PR actually contain the claimed fix PRs.
The PR description must include a structured contract:
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/8565Prerequisites:
skopeomust be installed (brew install skopeoon macOS)- The local git repo must have the relevant release branches fetched
- Images must be accessible from quay.io
Implementation
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.
Arguments
$1: PR URL (e.g.,https://github.com/openshift/hypershift/pull/8610) or PR number (e.g.,8610)
npx skills add https://github.com/openshift/hypershift --skill validate-pr-override-imagesRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ