What problem does it solve?
Investigating failures, slow functions, and deploy regressions in a running Convex app requires knowing the right log filters and identifiers, and raw log dumps are hard to act on. This Skill turns natural-language operational questions into scoped, evidence-backed queries against the official Convex MCP read tools.
Core Features & Use Cases
- Three Focused Views: Choose between a failures view (errors grouped by function and message), a health view (72h read-limit and OCC events from insights), and a trace view (full execution of a single requestId or function).
- Discovery-First Querying: Uses functionSpec and status to resolve real function names and deployment versions before querying, avoiding empty results from guessed identifiers.
- Deploy Causality Checks: Correlates failure onset timestamps against deployment versions to answer whether a deploy broke something.
- Use Case: After a production deploy, ask what started failing; the Skill fetches a bounded log window, groups errors by function, and returns counts, a representative stack trace, and a dashboard deep link for verification.
Quick Start
Ask the agent to check what functions are failing in my Convex deployment since the last deploy and show the evidence with a dashboard link.