create-cpo-override
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Automatically update outdated Konflux Tekton tasks based on enterprise contract verification logs.
$ npx -y skills add openshift/hypershift --skill update-konflux-tasks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/update-konflux-tasksContext preview
The summary Claude sees to decide when to auto-load this skill.
Automatically update outdated Konflux Tekton tasks based on enterprise contract verification logs.
name: update-konflux-tasks description: Automatically update outdated Konflux Tekton tasks based on enterprise contract verification logs.
Automatically update outdated Konflux Tekton tasks based on enterprise contract verification logs or by detecting updates directly.
[Extended thinking: This command can either parse enterprise contract logs or use the update_trusted_task_bundles.py script to identify outdated Tekton tasks, uses skopeo to map digests to version tags, checks migration notes for breaking changes, and updates all pipeline YAML files in the .tekton/ directory with the latest versions.]
**Konflux Tekton Tasks Update**
1. **Update tasks from enterprise contract log**: `/update-konflux-tasks ../../hypershift-operator-enterprise-contract-lxgvw-verify.log`
2. **Detect and update tasks automatically (no log file)**: `/update-konflux-tasks`
1. **Detect Outdated Tasks**:
2. **Map Latest Digests to Version Tags**:
3. **Check for Migration Notes**:
4. **Update Pipeline Files**:
5. **Provide Comprehensive Summary**:
## 🔄 Konflux Tekton Tasks Update Complete ### Tasks Updated: - ✅ apply-tags: 0.2@old-digest → 0.2@new-digest (digest update) - ✅ buildah-remote-oci-ta: 0.4@old-digest → 0.5@new-digest (VERSION BUMP - migration notes checked) - ✅ init: 0.2@old-digest → 0.2@new-digest (digest update) [... etc for all tasks] ### Files Updated: - ✅ .tekton/hypershift-operator-main-push.yaml (8 tasks updated) - ✅ .tekton/hypershift-operator-main-pull-request.yaml (8 tasks updated) [... etc for all files] ### Migration Notes: - buildah-remote-oci-ta v0.4→v0.5: ✅ No action required (bug fix for SBOM generation) ### Summary: - Total tasks updated: X - Version bumps: X (with migration notes checked) - Digest updates: X - Files updated: X - Manual steps required: None / [list steps]
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.).