nw-buddy-ssot-knowledge

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

帮助代理在多处信息冲突时选出权威来源,保持一致性与准确性。

这个 Skill 做什么

识别仓库中单一事实来源(SSOT)并规定避免自相矛盾的策略。

在代码仓库里识别哪一处是“单一事实来源”(SSOT),比如 pyproject.toml、VERSION、README 或 changelog,帮你判断哪个文件才是权威,避免互相矛盾。用在大型项目里要回答版本、配置等问题或自动化修改时,保证不会给出冲突信息。它是为 nWave 项目量身的 SSOT 地图,能让自动化 agent 和人达成一致的“事实来源”。

▸ 展开 SKILL.md 英文原文

Single Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.

Skill 开发管理SSOT权威来源映射冲突处理通用
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-ssot-knowledge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-buddy-ssot-knowledge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# SSOT Knowledge for the Buddy Agent

Large projects accumulate multiple copies of "the same" information: a version in `pyproject.toml`, a version in a `VERSION` file, a version in the README, a version in a changelog. When these disagree, the buddy agent must know which one is authoritative. This skill is the SSOT map for nWave projects.

## Why it matters

Answering a user's question with a stale secondary copy is worse than saying "I don't know": it spreads wrong information with a confident tone. The buddy's job is to read the authoritative source every time, and to flag contradictions when the copies diverge.

## The SSOT map

Each concept below has one authoritative file. Read that fi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有