Rh virt/snapshots skills - #7
Merged
dmartinol merged 2 commits intoFeb 24, 2026
Merged
Conversation
r2dedios
marked this pull request as ready for review
February 20, 2026 00:25
Contributor
Author
|
Merge this PR #6 first |
…efactored rh-virt skills based on repo's design principles, and Claude's skill guidelines Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
r2dedios
force-pushed
the
rh-virt/snapshots-skills
branch
from
February 23, 2026 09:16
a84d42b to
9c42de9
Compare
Contributor
Author
|
@dmartinol branch rebased with main |
dmartinol
reviewed
Feb 24, 2026
| - [storage-errors.md](../../docs/troubleshooting/storage-errors.md) - VM cloning failure scenarios, storage provisioning issues, and DataVolume cloning errors (optionally consulted when cloning operations fail) | ||
| - [Troubleshooting INDEX](../../docs/troubleshooting/INDEX.md) - Navigation hub for discovering additional error categories when encountering unexpected issues outside the categories above | ||
| - [OpenShift Virtualization Cloning](https://docs.openshift.com/container-platform/latest/virt/virtual_machines/cloning_vms/virt-cloning-vm.html) | ||
| - [OpenShift Virtualization Cloning](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/virtualization/index#virt/virtual_machines/cloning_vms/virt-cloning-vm.html) |
Collaborator
There was a problem hiding this comment.
we should embed this doc into our skill, pls take a note
dmartinol
reviewed
Feb 24, 2026
| - [storage-errors.md](../../docs/troubleshooting/storage-errors.md) - Storage deletion strategies and PVC cleanup procedures (optionally consulted when storage deletion fails) | ||
| - [Troubleshooting INDEX](../../docs/troubleshooting/INDEX.md) - Navigation hub for discovering additional error categories when encountering unexpected issues outside the categories above | ||
| - [OpenShift Virtualization Documentation](https://docs.openshift.com/container-platform/latest/virt/about_virt/about-virt.html) | ||
| - [OpenShift Virtualization Documentation](https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html-single/virtualization/index#virt/about_virt/about-virt.html) |
dmartinol
reviewed
Feb 24, 2026
Collaborator
There was a problem hiding this comment.
we should move this at the root level. it can be part of the work you do for the code linting
dmartinol
reviewed
Feb 24, 2026
| - Makes dependencies explicit for troubleshooting | ||
| - Enables proper error handling when dependencies missing | ||
|
|
||
| ### Required MCP Servers |
Collaborator
There was a problem hiding this comment.
Isn't this already defined above?
## Prerequisites
**Required MCP Server**: `openshift-virtualization` ([OpenShift MCP Server](https://github.com/openshift/openshift-mcp-server))
dmartinol
approved these changes
Feb 24, 2026
dmartinol
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for your contribution!
23 tasks
7 tasks
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.
Summary
Refactored rh-virt skills to align with Claude Code design principles and added complete VM snapshot management.
Key Changes
New Skills (4)
Standardization
SKILL_TEMPLATE.md Enhancement