-
Notifications
You must be signed in to change notification settings - Fork 53
NO-JIRA: Add check-release-readiness Claude Code skill #1982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO-JIRA: Add check-release-readiness Claude Code skill #1982
Conversation
Add a new Claude Code skill that performs comprehensive release readiness checks for LVMS. The skill verifies: - Release branches exist on lvm-operator and topolvm repos - Go version matches Kubernetes requirements - k8s.io/* dependencies are at correct versions - CSI dependencies use matching Kubernetes versions - TopoLVM replacement points to openshift/topolvm - Upstream TopoLVM fork sync status (staleness detection) - Controller-runtime version compatibility - Makefile tool versions (ENVTEST, operator-sdk) - rpms.lock.yaml existence The skill checks upstream repository by default and supports --local flag to check local working directory instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@suleymanakbas91: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: suleymanakbas91 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
@suleymanakbas91: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Add a new Claude Code skill (
/lvms:check-release-readiness) that performs comprehensive release readiness checks for LVMS.The skill verifies:
Usage:
The skill checks the upstream repository by default to ensure accurate release readiness assessment.
Test plan
/lvms:check-release-readiness --version 4.21 --k8s 1.34and verify report is generated🤖 Generated with Claude Code