返回 Skill 列表
extension
分类: 开发与工程无需 API Key

convex-audit

审核一个Convex支持的代码库,检查模式质量、安全性、运行时边界、迁移以及功能表面风险。当用户请求进行Convex审查、后端审计、合约分析或修复计划时使用。不要用于新功能规格生成;为此应使用convex-feature-spec。

person作者: jakexiaohubgithub

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 ~/.codex/skill-support/bin/convex-scan inventory --cwd <repo> --out <json>.
  3. Run ~/.codex/skill-support/bin/convex-scan surface --cwd <repo> --out <json>.
  4. Run ~/.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 ~/.codex/skill-support/bin/convex-scan
  • references/security.md
  • references/schema.md
  • references/runtime-boundaries.md
  • references/migrations.md