Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion rh-virt/skills/vm-clone/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: vm-clone
description: |
Clone existing virtual machines for testing, scaling, or creating templates. Use this skill when users request:
Clone existing virtual machines for testing, scaling, or creating templates.

Use when:
- "Clone VM [source] to [target]"
- "Create a copy of VM [name]"
- "Duplicate VM [name] for testing"
Expand Down
4 changes: 3 additions & 1 deletion rh-virt/skills/vm-create/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: vm-create
description: |
Create new virtual machines in OpenShift Virtualization with automatic instance type resolution and OS selection. Use this skill when users request:
Create new virtual machines in OpenShift Virtualization with automatic instance type resolution and OS selection.

Use when:
- "Create a new VM"
- "Deploy a virtual machine with [OS]"
- "Set up a VM in namespace [name]"
Expand Down
4 changes: 3 additions & 1 deletion rh-virt/skills/vm-delete/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: vm-delete
description: |
Permanently delete virtual machines and their associated resources from OpenShift Virtualization. Use this skill when users request:
Permanently delete virtual machines and their associated resources from OpenShift Virtualization.

Use when:
- "Delete VM [name]"
- "Remove virtual machine [name]"
- "Destroy VM [name]"
Expand Down
6 changes: 4 additions & 2 deletions rh-virt/skills/vm-inventory/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
name: vm-inventory
description: |
List and view virtual machines across namespaces with status, resource usage, and health information. Use this skill when users request:
List and view virtual machines across namespaces with status, resource usage, and health information.

Use when:
- "List all VMs"
- "Show VMs in namespace [name]"
- "What VMs are running?"
- "Get details of VM [name]"

This skill provides VM inventory and status reporting.
This skill provides comprehensive VM inventory and status reporting.

NOT for creating or modifying VMs (use vm-create or vm-lifecycle-manager instead).

Expand Down
4 changes: 3 additions & 1 deletion rh-virt/skills/vm-lifecycle-manager/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: vm-lifecycle-manager
description: |
Manage virtual machine lifecycle operations including start, stop, and restart. Use this skill when users request:
Manage virtual machine lifecycle operations including start, stop, and restart.

Use when:
- "Start VM [name]"
- "Stop the virtual machine [name]"
- "Restart VM [name]"
Expand Down