Rh virt/vm rebalance - #11
Merged
Merged
Conversation
…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>
…rence files Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces the vm-rebalance skill for orchestrating VM migrations across OpenShift cluster nodes, supporting both manual (user-driven) and automatic (AI-driven) rebalancing modes with live and cold migration strategies.
Changes:
- Added comprehensive vm-rebalance skill with manual and automatic rebalancing workflows
- Created four reference guides covering live migration best practices, performance tuning, anti-patterns, and production considerations
- Added three VM snapshot skills (create, list, delete, restore) for backup and recovery operations
- Renamed vm-creator skill to vm-create for consistency across the collection
- Updated documentation URLs from docs.openshift.com to docs.redhat.com domain
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rh-virt/skills/vm-snapshot-restore/SKILL.md | New skill for restoring VMs from snapshots with strict safety confirmations |
| rh-virt/skills/vm-snapshot-list/SKILL.md | New skill for listing VM snapshots with status and recovery information |
| rh-virt/skills/vm-snapshot-delete/SKILL.md | New skill for permanently deleting VM snapshots with user confirmation |
| rh-virt/skills/vm-snapshot-create/SKILL.md | New skill for creating VM snapshots with storage backend analysis |
| rh-virt/skills/vm-rebalance/references/production-considerations.md | Production deployment guidance including workload planning and HA strategies |
| rh-virt/skills/vm-rebalance/references/performance-tuning.md | Advanced performance tuning parameters and optimization strategies |
| rh-virt/skills/vm-rebalance/references/live-migration-best-practices.md | Configuration parameters and requirements for VM live migration |
| rh-virt/skills/vm-rebalance/references/anti-patterns.md | Common mistakes and pitfalls to avoid when rebalancing VMs |
| rh-virt/skills/vm-rebalance/SKILL.md | Core skill orchestrating VM migrations with common validation logic |
| rh-virt/skills/vm-rebalance/REBALANCE_MANUAL.md | User-driven migration workflow with live and cold migration support |
| rh-virt/skills/vm-rebalance/REBALANCE_AUTOMATIC.md | AI-driven cluster optimization with multi-objective rebalancing |
| rh-virt/skills/vm-lifecycle-manager/SKILL.md | Updated skill references from vm-creator to vm-create |
| rh-virt/skills/vm-inventory/SKILL.md | Updated skill references from vm-creator to vm-create |
| rh-virt/skills/vm-delete/SKILL.md | Updated skill references from vm-creator to vm-create |
| rh-virt/skills/vm-creator/SKILL.md | Renamed skill from vm-creator to vm-create throughout |
| rh-virt/skills/vm-clone/SKILL.md | Updated skill references from vm-creator to vm-create |
| rh-virt/docs/troubleshooting/*.md | Updated skill references and documentation URLs |
| rh-virt/README.md | Updated skill references from vm-creator to vm-create |
| CLAUDE.md | Added rh-virt as quality-controlled pattern example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dmartinol
reviewed
Feb 25, 2026
Comment on lines
+14
to
+15
| - [Best Practices to Deploy VMs in Red Hat OpenShift Virtualization](https://docs.netapp.com/us-en/netapp-solutions-virtualization/openshift/os-osv-bpg.html) - NetApp Solutions | ||
| - [OpenShift Virtualization Best Practices](https://www.tigera.io/learn/guides/kubernetes-networking/openshift-virtualization/) - Tigera |
Collaborator
There was a problem hiding this comment.
these they don't see to be "official Red Hat documentation"
dmartinol
reviewed
Feb 25, 2026
Comment on lines
+16
to
+17
| - [Best Practices for Virtual Machine Deployments on OpenShift Virtualization](https://learn.microsoft.com/en-us/azure/openshift/best-practices-openshift-virtualization) - Microsoft Azure Red Hat OpenShift (2026-02-16) | ||
| - [Best Practices to Deploy VMs in Red Hat OpenShift Virtualization](https://docs.netapp.com/us-en/netapp-solutions-virtualization/openshift/os-osv-bpg.html) - NetApp Solutions |
22 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.
vm-rebalance Skill
Orchestrates VM migrations across OpenShift cluster nodes for load balancing, maintenance, and resource optimization.
Features
Rebalancing Modes:
Migration Strategies:
Key Capabilities:
Implementation Highlights
Documentation Structure: