Agent Skills
› ruvnet/RuView
› verify-homecore
verify-homecore
GitHub用于验证 Homecore 不同测试配置(core、wasm、hap、full)的软件路径正确性,通过运行最小核心或完整测试套件来确认代码状态。
Trigger Scenarios
需要验证 Homecore 软件构建是否成功
执行特定 profile 的回归测试
检查代码变更对核心功能的影响
Install
npx skills add ruvnet/RuView --skill verify-homecore -g -y
SKILL.md
Frontmatter
{
"name": "verify-homecore",
"description": "Run the smallest relevant core, Wasmtime, HAP, or full Homecore test profile."
}
Verify Homecore
homecore verify --profile core --repo <checkout>homecore verify --profile wasm --repo <checkout>homecore verify --profile hap --repo <checkout>homecore verify --profile full --repo <checkout>
Passing tests validate the selected software paths. They do not prove Apple certification, Home Assistant ecosystem parity, or a production deployment.
Version History
- a3b6e1d Current 2026-08-20 13:11


