From dc9da11597a20ce415d83e024a37a2497704e9dd Mon Sep 17 00:00:00 2001 From: r2dedios Date: Tue, 3 Mar 2026 18:19:38 +0100 Subject: [PATCH] fix(rh-virt): Updated 'Use when:' section on SKILL header according to 'validate-skill-design' Makefile rule Signed-off-by: r2dedios --- rh-virt/skills/vm-clone/SKILL.md | 4 +++- rh-virt/skills/vm-create/SKILL.md | 4 +++- rh-virt/skills/vm-delete/SKILL.md | 4 +++- rh-virt/skills/vm-inventory/SKILL.md | 6 ++++-- rh-virt/skills/vm-lifecycle-manager/SKILL.md | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/rh-virt/skills/vm-clone/SKILL.md b/rh-virt/skills/vm-clone/SKILL.md index 7464714c..09ad791f 100644 --- a/rh-virt/skills/vm-clone/SKILL.md +++ b/rh-virt/skills/vm-clone/SKILL.md @@ -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" diff --git a/rh-virt/skills/vm-create/SKILL.md b/rh-virt/skills/vm-create/SKILL.md index ecaf5999..ac78ed8c 100644 --- a/rh-virt/skills/vm-create/SKILL.md +++ b/rh-virt/skills/vm-create/SKILL.md @@ -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]" diff --git a/rh-virt/skills/vm-delete/SKILL.md b/rh-virt/skills/vm-delete/SKILL.md index 7e0f14e7..ee231a9a 100644 --- a/rh-virt/skills/vm-delete/SKILL.md +++ b/rh-virt/skills/vm-delete/SKILL.md @@ -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]" diff --git a/rh-virt/skills/vm-inventory/SKILL.md b/rh-virt/skills/vm-inventory/SKILL.md index 7c6e30b7..32873b81 100644 --- a/rh-virt/skills/vm-inventory/SKILL.md +++ b/rh-virt/skills/vm-inventory/SKILL.md @@ -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). diff --git a/rh-virt/skills/vm-lifecycle-manager/SKILL.md b/rh-virt/skills/vm-lifecycle-manager/SKILL.md index 7fe6e720..cf4e0da4 100644 --- a/rh-virt/skills/vm-lifecycle-manager/SKILL.md +++ b/rh-virt/skills/vm-lifecycle-manager/SKILL.md @@ -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]"