documentdb-query-optimization

Installation
SKILL.md

Query & Aggregation Optimization — Azure DocumentDB

Best-practice rules for writing queries that can actually use indexes. For the full diagnostic workflow (explain output interpretation, ESR compound index design, covered queries, anti-patterns), see the documentdb-query-optimizer skill.

Rules

  • query-explain-plan — Use explain("executionStats") to verify index usage; watch keysExamined / docsExamined vs nReturned; avoid COLLSCAN.
Installs
11
GitHub Stars
5
First Seen
May 8, 2026
documentdb-query-optimization — azure/documentdb-agent-kit