Agent Skills
› ruvnet/RuView
› review-homecore-server
review-homecore-server
GitHub审查 Homecore 服务器启动、恢复、认证及配置计划,确保 API 鉴权、注册表顺序、Wasmtime/HAP 特性测试及安全日志规范,不执行实际启动。
Trigger Scenarios
需要审查 Homecore 服务器配置或启动计划时
验证服务器安全设置和功能开关配置合规性时
Install
npx skills add ruvnet/RuView --skill review-homecore-server -g -y
SKILL.md
Frontmatter
{
"name": "review-homecore-server",
"description": "Review Homecore server startup, restore, authentication, feature, and provider configuration."
}
Review Homecore server operation
- Read
homecore-server --helpand ADR-161. - Require authenticated API configuration outside explicit development mode.
- Restore registries before recorder states and keep limits bounded.
- Enable Wasmtime or HAP only with matching feature tests.
- Keep setup codes and pairing stores out of prompts and logs.
- Supply real STT/TTS providers explicitly; disabled providers must fail.
This skill reviews a plan. It does not start the server.
Version History
- a3b6e1d Current 2026-08-20 13:11


