# Hypershift

> Validates that CPO override images in a PR actually contain the PRs they claim to include

- Skill: `tomevault-io/hypershift-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/hypershift-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/hypershift-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/hypershift-2

---


## Name
validate-pr-override-images

## Synopsis
```text
/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/8565
```

Prerequisites:
- `skopeo` must be installed (`brew install skopeo` on 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:
```bash
.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`)

---
> Source: [openshift/hypershift](https://github.com/openshift/hypershift) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-04 -->

