convex-optimize

Audit and optimize an existing Convex app for security, scale, upgrades, and observability.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/Tehzeeb07/CodeRush --skill convex-optimize-tehzeeb07
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex-optimize
Source: https://github.com/Tehzeeb07/CodeRush/tree/main/.agents/skills/convex-optimize
Command: npx skills add https://github.com/Tehzeeb07/CodeRush --skill convex-optimize-tehzeeb07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing Convex applications accumulate security gaps, stale components, and missing observability over time, and manually auditing them across authz, reviewer, advisor, and insights passes is slow and error-prone. ## Core Features & Use Cases - Scored Assessment: Delegates to launch-readiness to produce one deduplicated, scored report across authz, reviewer, advisor, and insights with an ordered fix plan. - Component Upgrades: Runs check-updates against pinned @convex-dev/* components and folds staleness findings into the same remediation plan. - Observability Setup: Detects missing production error capture and offers to install the sentinel component. - Use Case: Before a production launch, run this Skill to get a prioritized security-first fix plan, confirm each change, apply upgrades, and see the readiness score delta after re-assessment. ## Quick Start Audit my existing Convex app for security and scale issues, then propose and apply prioritized fixes after my confirmation.

Frequently Asked Questions about convex-optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a Convex app for security issues before launch?▼

Run the optimize workflow, which delegates to launch-readiness for a single scored, deduplicated report across authz, reviewer, advisor, and insights passes. It returns an ordered fix plan prioritizing security and data-loss risks, applied only after your confirmation.

How to upgrade stale @convex-dev components in an existing app?▼

The workflow runs check-updates against your pinned @convex-dev/* components and folds staleness findings into the same remediation plan as the security audit. Upgrades are presented for confirmation and never auto-applied to a production app.

Does the Convex optimize workflow change files automatically?▼

No. It is read-only first: it presents a combined prioritized plan and applies changes only on explicit confirmation. After applying fixes, it re-runs the launch-readiness assessment to show the score delta.

Can I add production error monitoring to a Convex app?▼

Yes. If the readiness report flags an observability gap such as missing production error capture, the workflow offers to install the sentinel component as part of the confirmed remediation plan.

When should I not use the Convex optimize workflow?▼

Avoid it for brand-new apps without an existing convex/ directory and schema, since it is designed to remediate existing deployments. It also does not re-implement the audit itself; use launch-readiness directly if you only need a scored report without remediation actions.