identity-resolution
0
总安装量
4
周安装量
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill identity-resolution
Agent 安装分布
gemini-cli
4
opencode
3
antigravity
3
replit
3
claude-code
3
github-copilot
3
Skill 文档
Identity Resolution Playbook Skill
When to Use
- Normalizing provider outputs before syncing to CRM/CDP.
- Tying intent, enrichment, and product telemetry to the same account/contact IDs.
- Diagnosing duplicate or conflicting records in downstream systems.
Framework
- Key Hierarchy â define primary/secondary keys (domain, account_id, email, person_id).
- Matching Logic â configure deterministic and fuzzy rules, tie-breakers, and confidence scoring.
- Conflict Handling â specify precedence rules, merge policies, and exception queues.
- Governance â document owners, change control, and monitoring cadence.
- Audit Trail â capture lineage metadata, before/after snapshots, and rollback steps.
Templates
- Matching rule matrix (field, rule type, weight, confidence threshold).
- Exception queue workflow with owners + SLAs.
- Audit workbook for sampling matches vs source-of-truth.
Tips
- Start with deterministic keys (domain, CRM ID) before fuzzy logic to reduce noise.
- Version rules so downstream teams know when behavior changes.
- Pair with
signal-taxonomyto keep IDs aligned with schema updates.