What problem does it solve? Running bootc-based OS tests in KubeVirt VMs involves many failure modes: containerDisk images missing capacity metadata, SSH keys lost to ostree resets, Fedora 41+ sshd never starting, RHEL10 EFI fallback gaps, and SELinux fsetxattr errors during LTS builds. This Skill consolidates the verified fixes and provisioning patterns so VM lanes boot reliably. ## Core Features & Use Cases - VM Lifecycle Guidance: Covers containerDisk build staging, disk placement on ghost-data storage, node scheduling, memory sizing, and mandatory onExit teardown. - SSH Readiness Patterns: Documents KubeVirt accessCredentials key injection via qemu-guest-agent, the sshd.socket guest-exec activation workaround, and runtime user bootstrap with correct home directory ownership. - OS-Specific Troubleshooting: Provides fixes for RHEL10 OVMF EFI fallback, fstab device-timeout stalls, fsetxattr SELinux wrapper builds, bootupd btrfs sandbox bugs, and Flatcar kernel ebuild requirements. - Use Case: When a bluefin-lts VM reports Ready but SSH never opens, use this Skill to diagnose via CPU time, apply the EFI fallback copy and field-aware fstab sed, and verify the fix against the checklist. ## Quick Start Ask the assistant to debug why my KubeVirt test VM boots but SSH times out, using the kubevirt-vms guidance.