What problem does it solve?
Production errors in Convex deployments typically require manual investigation, root-cause analysis, and unverified fixes that engineers must debug under pressure. This Skill automates the loop from error capture to a certified fix PR while keeping the human in control of the merge.
Core Features & Use Cases
- Error Triage and Root-Cause Analysis: Classifies production errors as transient, config, or code/schema defects, then runs audit passes (convex-insights, convex-advisor, convex-reviewer) to produce evidence-backed findings.
- Certified Fix Preparation: Repairs defects on a branch and certifies them with tsc checks, schema migration rehearsal on a prod-snapshot preview, and reproduce-then-confirm-gone testing before proposing anything.
- Human-Gated Promotion: Opens a PR with full certification evidence and never auto-merges; after merge and deploy, it verifies the error signature stops recurring in production.
- Use Case: A recurring production error appears in your Convex deployment's sentinel table. The Skill triages it, root-causes a missing ownership check, certifies the fix against real data invariants, and opens a PR you simply review and merge.
Quick Start
Ask the agent to investigate the latest recurring production error from the sentinel table and prepare a certified fix PR for review.