What problem does it solve? Elasticsearch work fails silently: a term query on a text field returns zero hits with no error, a dynamic mapping guess becomes permanent, and a mapping change requires a full reindex. This Skill encodes the verified rules, diagnostic ladders, and gated workflows that prevent those failures and prove every fix with measurement. ## Core Features & Use Cases - Mapping design and review: Access-pattern-to-field-type decision procedure, dynamic mapping traps, multi-fields, flattened objects, and the append-only mapping rule with alias-based reindex cutover. - Query and relevance tuning: Profile-driven slow-query diagnosis, filter-versus-must semantics, judgement-set-based relevance evaluation with _rank_eval, and vector/hybrid search including licence-tier gates. - Cluster operations and diagnostics: Shard-count and heap sizing formulas, allocation-explain reading order, exception-to-cause tables, and honest benchmarking rules. - Use Case: A search endpoint suddenly returns wrong documents after a deploy. Follow the fix-a-query workflow: validate the query, run _analyze on the field, check the mapping for the named sub-fields, and use _explain to name the failing clause before changing anything. ## Quick Start Ask the agent to review your Elasticsearch index mapping and slow search query using the elasticsearch skill, and have it verify each finding against a local 9.5.3 single-node container.