بنقرة واحدة
alias-resolution
SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
SOP for attaching evidence to a claim — create typed edge (supported_by, contradicts, qualifies) with evidence quality metadata.
| name | alias-resolution |
| description | SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges. |
| execution | sop |
| used-by | concept-extraction, ontology-refinement |
Detect when two concept pages refer to the same thing under different names. Merge into canonical page.
vault_search + CC file operations + vault_add_edge
[[dir/slug]] for all targets (dir/slug = target path minus .md). Place inline at semantically relevant locations. Skip if already present.Returns: { merged: boolean, canonical: string, aliases_resolved: string[] }