Agent Skills
› ruvnet/RuView
› review-homecore-server
review-homecore-server
GitHub用于审查Homecore服务器启动、恢复、认证及配置方案的技能,确保API配置、注册表状态、功能测试及日志安全合规。
Trigger Scenarios
审查服务器启动计划
检查配置合规性
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


