一键导入
wiki-edge-audit
SOP for auditing wikilink coverage — scans all edges and reports which source pages are missing [[dir/slug]] wikilinks to their targets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SOP for auditing wikilink coverage — scans all edges and reports which source pages are missing [[dir/slug]] wikilinks to their targets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.
SOP for creating a claim page in the vault — atomic proposition with type classification, source attribution, and initial confidence.
SOP for creating a new concept page with proper frontmatter, content, and initial edges.
SOP for flagging contradictions in the causal model — identify conflicting evidence or mechanism claims.
SOP for creating a dimension page — documents an axis of variation with its values and semantics.
SOP for creating multiple edges in a batch — efficient bulk relationship creation.
| name | wiki-edge-audit |
| description | SOP for auditing wikilink coverage — scans all edges and reports which source pages are missing [[dir/slug]] wikilinks to their targets. |
| execution | sop |
| used-by | vault-maintenance, knowledge-compilation |
Audit wikilink coverage across all edges. Identifies source pages that have edges in _edges.jsonl but lack the corresponding [[dir/slug]] wikilink in their body text.
vault_edge_audit
vault_edge_audit (zero parameters)total_edges, covered, missing_count, missing[]missing_count == 0: report full coverage, donemissing_count > 0: for each missing entry, open the source page and insert [[dir/slug]] (where dir/slug = target path minus .md) at a semantically relevant location in the body. If no suitable location, append a sentence containing the wikilink at end of body.vault_edge_audit to confirm coverageReturns: { total_edges: number, covered: number, fixed: number }