What problem does it solve? Convex applications can become slow or expensive due to read amplification, OCC write conflicts, excessive reactive subscriptions, or functions hitting execution and transaction limits. This Skill provides a structured audit workflow that starts from real signals (Convex insights, logs, or code review) and routes each symptom to targeted fixes. ## Core Features & Use Cases - Signal-Based Diagnosis: Gathers evidence from npx convex insights --details, deployment health data, or code audits, then routes the symptom to the right problem class. - Four Problem-Class Playbooks: Reference guides cover hot-path read amplification, OCC conflicts and write contention, subscription cost and invalidation, and function budget limits. - Sibling Function Consistency: Ensures fixes are applied across all functions touching the same tables, not just the one flagged by an insight. - Use Case: Your dashboard shows high bytes read on a list query. The Skill traces the full read/write set, replaces scan-and-filter with an indexed query or digest table, checks sibling queries for the same pattern, and verifies no regressions. ## Quick Start Ask the assistant to audit your Convex app for performance issues, starting with the strongest available signal such as insights output or a slow page.