Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bjornmelin avatar

Convex Audit

  • 5 installs
  • 5 repo stars
  • Updated August 5, 2026
  • bjornmelin/dev-skills

convex-audit is a skill that audits a Convex-backed codebase for schema, security, runtime-boundary, and migration risks.

About

convex-audit performs read-first audits of a Convex-backed codebase, covering schema quality, security, runtime boundaries, migrations, and function-surface risks. A developer uses it for a Convex review, backend audit, or remediation plan on existing architecture. It runs convex-scan inventory, surface, and gaps, then outputs ranked findings and an implementation-ready remediation checklist.

  • Read-first audit of a Convex-backed codebase for schema, security, runtime boundaries, and migrations
  • Runs convex-scan inventory, surface, and gaps to ground findings before recommendations
  • Outputs ranked findings and an implementation-ready remediation checklist with file targets and risk levels

Convex Audit by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #881 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

convex-audit capabilities & compatibility

Capabilities
convex audit · backend audit · security review · schema review
Use cases
security audit · code review · database
From the docs

What convex-audit says it does

Use this skill for read-first Convex audits that produce a clear remediation plan before implementation.
SKILL.md
Audit a Convex-backed codebase for schema quality, security, runtime boundaries, migrations, and function-surface risks.
SKILL.md
Output a remediation plan with file targets, risk level, and verification steps.
SKILL.md
npx skills add https://github.com/bjornmelin/dev-skills --skill convex-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars5
Last updatedAugust 5, 2026
Repositorybjornmelin/dev-skills

What it does

Audit an existing Convex backend for schema, security, and runtime risks and produce a remediation plan.

Who is it for?

Reviewing an existing Convex backend and producing a ranked remediation plan.

Skip if: Green-field feature-spec generation, which is handled by convex-feature-spec.

When should I use this skill?

The user asks for a Convex review, backend audit, contract analysis, or remediation plan on an existing implementation.

What you get

A concise audit summary, ranked findings, and an implementation-ready remediation checklist.

  • audit summary
  • ranked findings
  • remediation checklist with file targets and risk levels

By the numbers

  • 7-step audit workflow
  • 4 domain references (security, schema, runtime-boundaries, migrations)

Files

SKILL.mdMarkdownGitHub ↗

Convex Audit

Use this skill for read-first Convex audits that produce a clear remediation plan before implementation.

Workflow

1. Read the repo AGENTS.md. 2. Run /home/bjorn/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json>. 3. Run /home/bjorn/.codex/skill-support/bin/convex-scan surface --cwd <repo> --out <json>. 4. Run /home/bjorn/.codex/skill-support/bin/convex-scan gaps --inventory <json> --out <json>. 5. Read only the references needed for the active findings:

  • references/security.md
  • references/schema.md
  • references/runtime-boundaries.md
  • references/migrations.md

6. Validate non-trivial recommendations against current docs before finalizing. 7. 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.md
  • references/schema.md
  • references/runtime-boundaries.md
  • references/migrations.md

Related skills

FAQ

When should I not use it?

When the task is a new feature specification with design options; use convex-feature-spec instead.

What does it output?

A concise audit summary, ranked findings, and an implementation-ready remediation checklist.

Code Review & Qualitybackendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.