Convex audit
Audit Convex—schema, security, runtime edges, migrations, function risk. Triggers—review, contract, remediate. Not greenfield spec (convex-feature-spec).From its SKILL.md
npx -y skills add BjornMelin/dev-skills --skill convex-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 358 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 6 files
2.2 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml531 B
references/
- migrations.md269 B
- runtime-boundaries.md245 B
- schema.md254 B
- security.md293 B
scripts/
- scan_convex.pyruns684 B