Openshift virtualizaiton agent for rh-virt#2
Merged
dmartinol merged 3 commits intoRHEcosystemAppEng:mainfrom Feb 9, 2026
Merged
Openshift virtualizaiton agent for rh-virt#2dmartinol merged 3 commits intoRHEcosystemAppEng:mainfrom
dmartinol merged 3 commits intoRHEcosystemAppEng:mainfrom
Conversation
…or openshift-mcp-server Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
There was a problem hiding this comment.
Pull request overview
Adds a new rh-virt agentic collection focused on managing OpenShift Virtualization (KubeVirt) VirtualMachines, including VM creation, inventory, lifecycle operations, and a troubleshooting knowledge base.
Changes:
- Introduces 3 new skills:
vm-creator,vm-lifecycle-manager, andvm-inventory. - Adds a VM troubleshooting guide with common error diagnosis/workaround patterns.
- Registers the new collection in marketplace metadata and documents the MCP server/tooling.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| rh-virt/skills/vm-creator/SKILL.md | Defines VM creation workflow with confirmation gates and post-create diagnostics/workarounds. |
| rh-virt/skills/vm-lifecycle-manager/SKILL.md | Defines start/stop/restart workflow with explicit human confirmation requirements. |
| rh-virt/skills/vm-inventory/SKILL.md | Defines read-only VM listing/details workflows across namespaces. |
| rh-virt/docs/troubleshooting.md | Adds troubleshooting guide for scheduling/storage errors and MCP tool limitation workarounds. |
| rh-virt/README.md | Documents the rh-virt collection purpose, setup, skills, and example workflows. |
| rh-virt/.mcp.json | Adds MCP server config for openshift-virtualization toolset. |
| rh-virt/.claude-plugin/plugin.json | Adds plugin metadata for the new collection. |
| docs/mcp.json | Documents openshift-virtualization MCP server and its tools. |
| .claude-plugin/marketplace.json | Registers the openshift-virtualization collection in the marketplace. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…n; chore(rh-virt): replaced kubernetes-mcp-server by openshift-mcp-server Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
dmartinol
reviewed
Feb 9, 2026
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
dmartinol
approved these changes
Feb 9, 2026
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.
Introduces new rh-virt collection with 3 skills (vm-creator, vm-lifecycle-manager, vm-inventory) for managing VMs in OpenShift Virtualization. Includes automatic error diagnosis and workaround proposals for common scheduling issues.