docs: update skill and CLAUDE.md workflow references for renamed files - #168
Open
Iceber wants to merge 1 commit into
Open
docs: update skill and CLAUDE.md workflow references for renamed files#168Iceber wants to merge 1 commit into
Iceber wants to merge 1 commit into
Conversation
|
Unsigned commits detected! Please sign your commits. For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation. |
Signed-off-by: Iceber Gu <caiwei95@hotmail.com>
Iceber
force-pushed
the
fix_workflow_links
branch
from
May 21, 2026 05:26
cd4c365 to
2dd713c
Compare
There was a problem hiding this comment.
Pull request overview
Updates internal Claude/skills documentation to reflect renamed nightly reusable workflow filenames, keeping references aligned with the current .github/workflows set.
Changes:
- Replace references to
reusable-nightly-e2e-*-helmfile.yaml(GKE/CKS) withreusable-nightly-e2e-gke.yamlandreusable-nightly-e2e-cks.yaml. - Update workflow tables in Claude skills/docs to match the new filenames.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.claude/skills/README.md |
Updates the reusable workflow filename references for GKE/CKS in the skills README table. |
.claude/skills/nightly/SKILL.md |
Updates the nightly skill workflow reference table to point at the renamed GKE/CKS workflow files. |
.claude/CLAUDE.md |
Updates the “Key Files” table to reference the renamed GKE/CKS reusable workflow files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+60
to
+61
| | `reusable-nightly-e2e-gke.yaml` | GKE | | ||
| | `reusable-nightly-e2e-cks.yaml` | CKS/CoreWeave | |
Comment on lines
+137
to
+138
| | `reusable-nightly-e2e-gke.yaml` | GKE | Guides | | ||
| | `reusable-nightly-e2e-cks.yaml` | CKS (CoreWeave) | Guides | |
Author
There was a problem hiding this comment.
Comment on lines
+17
to
+18
| | `.github/workflows/reusable-nightly-e2e-gke.yaml` | Guides on GKE | | ||
| | `.github/workflows/reusable-nightly-e2e-cks.yaml` | Guides on CKS (CoreWeave) | |
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.
What does this PR do?
Why is this change needed?
How was this tested?
Checklist
git commit -s) per DCOmake test)make lint)Related Issues