From bb456356957a2c6e1f1d83e8adf4a3fd1dc98dbb Mon Sep 17 00:00:00 2001 From: Daniel Myers Date: Fri, 22 May 2026 11:46:33 -0500 Subject: [PATCH] fix(entity-resolution): YAML parse error in description The description value contained 'Triggers:' which YAML parses as a new mapping key. Convert to a folded block scalar (>-) so internal colons are treated as literal characters. --- skills/entity-resolution/SKILL.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/skills/entity-resolution/SKILL.md b/skills/entity-resolution/SKILL.md index 2333a8c1..619547bb 100644 --- a/skills/entity-resolution/SKILL.md +++ b/skills/entity-resolution/SKILL.md @@ -2,7 +2,16 @@ name: entity-resolution title: Resolve Entities summary: End-to-end entity resolution pipeline using Snowflake Cortex AI Functions to match, link, and dedupe records. -description: Use when you need to match records across datasets, deduplicate within a dataset, build a golden record, or link source records to a reference corpus. Orchestrates profiling, normalization, blocking, multi-tier matching (deterministic, fuzzy, AI-judged, agentic, contrastive), human review, and operationalization via dynamic tables. Industry-agnostic with optional domain profiles for pharma, financial services, retail/CPG, healthcare, and insurance. Triggers: entity resolution, record matching, deduplication, record linkage, fuzzy matching, golden record, master data, MDM, merge records, match entities, link records, dedupe, duplicate detection, identity resolution. +description: >- + Use when you need to match records across datasets, deduplicate within a + dataset, build a golden record, or link source records to a reference corpus. + Orchestrates profiling, normalization, blocking, multi-tier matching + (deterministic, fuzzy, AI-judged, agentic, contrastive), human review, and + operationalization via dynamic tables. Industry-agnostic with optional domain + profiles for pharma, financial services, retail/CPG, healthcare, and insurance. + Triggers: entity resolution, record matching, deduplication, record linkage, + fuzzy matching, golden record, master data, MDM, merge records, match + entities, link records, dedupe, duplicate detection, identity resolution. tools: - snowflake_sql_execute - Bash