Agent Skills
› ruvnet/RuView
› review-homecore-migration
review-homecore-migration
GitHub审查Home Assistant迁移逻辑,确保输入版本可控、输出无覆盖,保护敏感信息并处理兼容字段。
Trigger Scenarios
审查HA迁移代码
验证数据迁移安全性
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


