Agent Skills
› ruvnet/RuView
› review-homecore-migration
review-homecore-migration
GitHub审查Home Assistant迁移过程,确保输入为不受信任的版本化数据且输出不覆盖。包括检查模式版本、保留兼容字段、原子写入及隐藏敏感信息。
Trigger Scenarios
需要审查Home Assistant配置迁移逻辑时
处理不受信任的存储格式输入时
Install
npx skills add ruvnet/RuView --skill review-homecore-migration -g -y
SKILL.md
Frontmatter
{
"name": "review-homecore-migration",
"description": "Review Home Assistant migration as untrusted versioned input and no-clobber output."
}
Review a Home Assistant migration
- Inspect before writing.
- Reject unsupported storage schema versions.
- Preserve compatible unknown config-entry fields.
- Use explicit destinations and atomic no-clobber writes.
- Never expose secret values in errors, logs, issues, or transcripts.
- Label incomplete automation, secret-reference, and integration behavior.
Version History
- a3b6e1d Current 2026-08-20 13:11


