home-dreaming 定时任务的 Promote 步骤,仅由该任务调用。
56
65%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/skills/miloco-home-promote/SKILL.md处理候选区中达到提升条件的知识,决定它们如何进入正式区。
仅在 miloco-home-dreaming cron 流程中激活,不单独使用。
miloco-cli home-profile list --target both,关注 ready_to_promotemiloco-cli home-profile profile-write 操作| 关系 | 操作 |
|---|---|
| 全新(无匹配) | op add,带 "from": "<candidate_id>" |
| 相似(结论一致) | op merge,带 id + "from": "<candidate_id>" |
| 矛盾,新胜 | op replace,带 id + "from": "<candidate_id>" |
| 矛盾,旧胜 | 不操作(继续观察) |
传入 from=<candidate_id> 后,工具自动删除该候选条目。
miloco-cli home-profile profile-write --ops '[
{"op": "add", "from": "<candidate_id>", "entry": {"type": "member_routine", "subject_name": "爸爸", "content": "通常 7:30 出门上班", "confidence": 0.9}}
]'无法判断时保守处理——让候选继续积累。
--ops 中批量提交,提高效率f156d34
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.