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 like npx convex insights --details and routes each symptom to targeted fixes. ## Core Features & Use Cases - Signal-Based Diagnosis: Gathers performance signals from Convex CLI insights, deployment health data, or code audits, then routes them to the right problem class. - Four Problem-Class Playbooks: Reference guides cover hot-path read rules, OCC conflict resolution, subscription cost reduction, and function budget limits, each with code examples and a recommended fix order. - 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 Convex dashboard shows high bytes read and OCC conflicts on a project list page. The Skill traces the full read/write set, replaces scan-and-filter queries with indexed reads, adds no-op write protection, and verifies no regressions. ## Quick Start Audit this Convex app for performance issues, starting with the strongest available signal, and suggest the smallest high-impact fix before proposing structural changes.