skills/assess-docs-ssot/SKILL.md
Assess SSOT integrity with intent-first methodology and produce conflict matrix with canonical source mapping.
npx skillsauth add nesnilnehc/ai-cortex assess-docs-ssotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
发现文档之间的语义重叠与冲突,建立 canonical source 与修复动作,降低重复与不一致风险。
首要目标:输出可执行 SSOT 审计报告(Intent Registry + Conflict Matrix + Repair Plan)。
成功标准:
docs/calibration/ssot-integrity-audit.md本技能负责:SSOT 语义冲突审计。 本技能不负责:核心合规评分、链接图检查、代码文档对齐。
按 specs/artifact-contract.md §8 Runtime Norms Resolution Protocol 的 §8.2 / §8.3 / §8.5 实现:读项目规范若声明了 ssot-integrity-audit artifact_type 的 path_pattern,则使用项目值;否则 fall through 到技能默认(docs/calibration/ssot-integrity-audit.md)。本技能为固定路径治理产出,只用 path_pattern 覆盖机制。
docs/calibration/ssot-integrity-audit.md本技能产出 SSOT Integrity Audit:
| 元素 | 格式 | 必填字段 | 路径模式 |
| :--- | :--- | :--- | :--- |
| 报告主体 | Markdown | front-matter;章节:意图分类 / 冲突矩阵 / 权威源映射 / 修复建议 | docs/calibration/ssot-integrity-audit.md |
| 冲突矩阵 | 表格 | concept / canonical_source / divergent_sources / conflict_kind(duplicate / contradiction / drift) | 「冲突矩阵」节 |
| 权威源映射 | 表格 | concept / canonical_path / superseded_paths / handoff_skill | 「权威源映射」节 |
| 机器可读块 | YAML fenced yaml ssot_conflicts: | concepts[] 每项含 name/canonical/divergents/severity | 报告末尾 |
development
Generate an LLM agent test suite (golden cases, mock-LLM unit tests, evaluator harness) from an agent implementation and its agent-test contract. Use when an agent has no tests, or a contract exists but the test code is missing.
development
After code changes, auto-detect the project's build system and local deployment method for a given directory, then build the project and restart its locally-deployed environment (Docker Compose / systemd / process manager). Never assumes — asks only when detection is ambiguous. Caches detected commands per project in .cortex/redeploy-local.yaml; re-invocations on the same project skip re-scanning until signal files change, the cache expires (30 days), or the skill version bumps.
tools
Publish a NATS message conforming to a cross-team contract, using NATS MCP tools. Authors the contract on first use if missing. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting basics across sessions.
tools
Drain pending NATS messages from a producer contract via NATS MCP tools (default batch / drain-style). Applies Tolerant Reader semantics and per-message ack/nak/term, returning aggregated stats. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting.