convex-audit
Installation
SKILL.md
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
~/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json>. - Run
~/.codex/skill-support/bin/convex-scan surface --cwd <repo> --out <json>. - Run
~/.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.