Convex Audit
Use this skill for read-first Convex audits that produce a clear remediation plan before implementation.
Workflow
- Read the repo
AGENTS.md. - Run
/home/bjorn/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json>. - Run
/home/bjorn/.codex/skill-support/bin/convex-scan surface --cwd <repo> --out <json>. - Run
/home/bjorn/.codex/skill-support/bin/convex-scan gaps --inventory <json> --out <json>. - Read only the references needed for the active findings:
references/security.mdreferences/schema.mdreferences/runtime-boundaries.mdreferences/migrations.md
- Validate non-trivial recommendations against current docs before finalizing.
- Output a remediation plan with file targets, risk level, and verification steps.
Use When
- The user asks for a Convex audit, security pass, schema review, or backend remediation plan.
- The repo has Convex and the main task is to assess existing architecture or implementation quality.
Do Not Use When
- The task is a new feature specification with multiple design options.
- The task is only a dependency upgrade or docs sync.
Outputs
- A concise audit summary.
- Ranked findings.
- An implementation-ready remediation checklist.
Resources
- Inventory helpers via
/home/bjorn/.codex/skill-support/bin/convex-scan references/security.mdreferences/schema.mdreferences/runtime-boundaries.mdreferences/migrations.md