基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ARM-software/lavatube --skill validate-vulkan-version命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | validate-vulkan-version |
| description | Validate the implementation and support in lavatube for a given Vulkan version |
| metadata | {"short-description":"Validate lavatube's support for a Vulkan version"} |
https://docs.vulkan.org/refpages/latest/refpages/source/<version>.html, where version is the
version in the form VK_VERSION_<major>_<minor>, for example VK_VERSION_1_4 for version 1.4.src/hardcoded_read.cpp (for replay) and src/harcoded_write.cpp (for capture). Also check
the file scripts/vkconfig.py for extension variants that are similarly missing a promoted variant.tracking.json file that we bake into the capture file container.Diagnose physical Android device USB link speed, USB 2 vs. USB 3 negotiation, udev permissions, and cable/port bottlenecks
Validate our hardcoded commands against code generated variants
Run or debug lavatube's Android emulator capture workflow, especially tests/android_emulator_trace.sh, emulator setup, Android layer ABI selection, and verifying android traces.