create-cpo-override
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.
$ npx -y skills add openshift/hypershift --skill git-commit-format --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/git-commit-formatContext preview
The summary Claude sees to decide when to auto-load this skill.
Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.
name: Git Commit Format description: "Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits."
Apply conventional commit format for all git commits in the HyperShift project.
<type>(<scope>): <description> [optional body] [footers]
feat!: send email when product shipped
feat: allow config to extend other configs BREAKING CHANGE: `extends` key now used for extending config files
chore!: drop support for Node 6 BREAKING CHANGE: use JavaScript features not available in Node 6.
**ALWAYS include `Signed-off-by`** footer with name and email.
Get credentials in this priority order: 1. Environment variables: `$GIT_AUTHOR_NAME` and `$GIT_AUTHOR_EMAIL` 2. Git config: `git config user.name` and `git config user.email` 3. If neither configured, ask user to provide details
**ALWAYS include `Commit-Message-Assisted-by: Claude (via Claude Code)`** when Claude assists with creating or generating the commit message.
Commit-Message-Assisted-by: Claude (via Claude Code)
docs: correct spelling of CHANGELOG Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
feat(azure): add workload identity support Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
fix: prevent racing of requests Introduce request ID and reference to latest request. Dismiss incoming responses other than from latest request. Remove timeouts which were used to mitigate racing but are obsolete now. Reviewed-by: Jane Doe Refs: #123 Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
When creating commits:
Conventional Commits Specification: https://www.conventionalcommits.org/en/v1.0.0/#specification
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.).