feat: add rhdh-pr-review skill for testing operator PRs on live clusters#20
Open
Fortune-Ndlovu wants to merge 6 commits intoredhat-developer:mainfrom
Open
feat: add rhdh-pr-review skill for testing operator PRs on live clusters#20Fortune-Ndlovu wants to merge 6 commits intoredhat-developer:mainfrom
Fortune-Ndlovu wants to merge 6 commits intoredhat-developer:mainfrom
Conversation
Automates the PR review workflow: fetches CI-built images from GH Actions comments, ensures a running RHDH cluster (provisioning via rhdh-test-instance if needed), swaps the operator image (CSV patch for OLM, oc set image for non-OLM), and generates a targeted review checklist from the diff. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
I'll take a look! |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
schultzp2020
reviewed
May 7, 2026
Collaborator
schultzp2020
left a comment
There was a problem hiding this comment.
Nice work, Fortune! A few questions and suggestions inline.
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
… set image) paths. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
…ocumentation - Introduced a new reference document for provisioning RHDH clusters via the rhdh-test-instance PR workflow. - Updated the review workflow documentation to reference the new cluster provisioning guide and streamlined the process descriptions. - Removed outdated success criteria from the SKILL.md and linked to the updated checklist in the new reference. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automates the PR review workflow: fetches CI-built images from GH Actions comments, ensures a running RHDH cluster (provisioning via rhdh-test-instance if needed), swaps the operator image (CSV patch for OLM, oc set image for non-OLM), and generates a targeted review checklist from the diff.