What problem does it solve?
Before shipping a Convex backend, teams run separate authz, code-review, performance, and log audits and end up with four disconnected reports, duplicated findings, and no clear priority order. This Skill composes all audit passes into one scored, deduplicated readiness report with an ordered fix plan.
Core Features & Use Cases
- Unified audit composition: Runs the convex-authz, convex-reviewer, convex-advisor, and convex-insights passes, skipping any whose preconditions (deployment, traffic) are not met and stating which were skipped.
- Deduped, auditable scoring: Normalizes each finding to a function/table identity so the same defect seen from code and deployment loci collapses to one, then computes a reproducible score (100 minus per-severity penalties) with the formula printed.
- Prioritized fix dispatch: Groups findings into blockers, should-fix, and nice-to-have, then dispatches accepted fixes to the owning fixer capabilities and re-runs affected passes to show the score delta.
- Use Case: Before promoting a Convex app to production, ask for a launch-readiness report to get a single score, a ranked list of authz and performance defects, and the exact sequence of fixer capabilities to run next.
Quick Start
Run a launch-readiness report on my Convex backend and show the score, ranked findings, and ordered fix plan.