ingest_triage
仓库创建 2026年5月11日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由
自动化解决摄取冲突,保持项目元数据一致性。
这个 Skill 做什么
在数据摄取时分类并解决结构/定义冲突与重复问题。
在数据摄取过程中把遇到的结构重复、定义冲突、近似重复簇、重摄取变更或需要剔除的条目分类并给出处理建议。适合在写入会影响现有项目或多条定义重叠时做排查和决策。特点是把复杂冲突分成可操作的类别,既支持自动化决策也方便人工干预。
▸ 展开 SKILL.md 英文原文
Classify and resolve conflicts detected during bundle ingest (structural duplicates, definitional contradictions, near-duplicate clusters, re-ingest changes, evictions).
1.5k
Stars
96
Forks
17
仓库内 Skill
+49
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/ingest_triage/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/ingest_triage/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ingest Triage - conflict classification and resolution This skill is loaded in two contexts: - By a Stage 3 WorkUnit agent when `sl_discover`, deterministic projection output, existing project memory, or prior provenance overlaps with what the current WorkUnit is about to write. - By the Stage 4 reconciliation agent for cross-WorkUnit sweeps, accepted patch overlap, and eviction decisions. Apply the rules below before every write that could collide with an existing artifact. ## Decision tree 1. **Is this the same artifact I'm producing now, or a different one with the same name?** Read both. If names match and content matches (modulo whitespace): no conflict - skip the write,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有