
de Claude Code Skills — Quality Tools29
Compute multi-layer similarity scores for telemetry/log field names (syntactic, taxonomic, semantic) to surface naming collisions and standardization candidates
This skill scores telemetry field names across five layers (normalization, syntactic fuzzy matching, taxonomic WordNet checks, semantic embedding similarity, and optional canonical lookup against OTel/OCSF/CloudEvents). It emits raw scores and canonical anchors so an agent can decide rename proposals deterministically.
Use this when auditing logging/telemetry schemas, comparing two JSON/JSONL schemas, detecting naming style inconsistencies (trace_id vs traceId), or preparing structured rename proposals for review. Works well as a deterministic scoring phase feeding an LLM-driven proposal phase.
references/ (term_similarity.py).references/proposer-prompt.md for Phase 2 prompt templates and an abbreviation dictionary.Agents that can run Python scripts and manage local model downloads (e.g., Claude Code, local Python-capable LLM integrations).
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.