Convex Reviewer

Review Convex code for security, runtime correctness, performance, schema design, and AgentForge-specific architectural boundaries.

majiayu000 6a3e0b0 2 files · 2.0 KB Updated 567 repo stars

File contents

Convex Reviewer

Use this skill when reviewing Convex code or PRs. Findings come first.

Review order

  1. Security: auth, authorization, validators, internal/public boundaries.
  2. Runtime correctness: deterministic queries, "use node" boundaries, awaited promises, scheduler usage.
  3. Performance: indexes, pagination, .filter() misuse, unbounded .collect().
  4. Schema quality: relationships, nested data, validator shape.
  5. AgentForge fit: no Mastra runtime or LLM orchestration in Convex.

Output style

  • Report concrete findings with file and line references.
  • Explain why each issue matters.
  • Suggest the safer Convex-native pattern.
  • If there are no findings, say so explicitly and note residual risk or missing tests.

References

majiayu000/claude-skill-registry-data/tree/main/quality/convex-reviewer commit 6a3e0b05a7

Frequently asked questions

npx skillmds add majiayu000/convex-reviewer