Agent skill

convex-reviewer

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-reviewer

Metadata

Additional technical details for this skill

author
agentforge
source
get-convex/convex-agent-plugins@f104efb49a787a1ef4a6c84df496d58800ce334a

SKILL.md

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

  • Read review-checklist.md before doing a substantial review.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results