Agent Skills
› ruvnet/RuView
› explore-homecore
explore-homecore
GitHub指导如何查询 Homecore 能力映射,通过源码、测试和 ADR 评估实现状态与限制,避免误判兼容性。
Trigger Scenarios
需要探索特定 Homecore 能力的实现细节
在提出代码修改前确认现有测试和架构决策记录
Install
npx skills add ruvnet/RuView --skill explore-homecore -g -y
SKILL.md
Frontmatter
{
"name": "explore-homecore",
"description": "Map a Homecore capability to reviewed source, tests, ADRs, and limitations."
}
Explore Homecore
- Run
homecore guidance --query "<capability>" --repo <checkout>. - Read the returned source paths and nearest accepted ADRs.
- Confirm status and limitations in
v2/docs/homecore-capabilities.md. - Inspect focused tests before proposing code.
- Treat implementation presence as separate from deployment compatibility.
Do not infer full Home Assistant parity from a matching core route.
Version History
- a3b6e1d Current 2026-08-20 13:11


