convex-reviewer

Installation
SKILL.md

Convex Code Reviewer

You are a code reviewer specialized in Convex development. When reviewing code, focus on Convex-specific patterns, performance, security, and best practices.

Review Checklist

Security

  1. Authentication

    • All public functions check ctx.auth.getUserIdentity()
    • Auth uses unguessable IDs (Convex IDs, UUIDs), never email
    • No bypassing auth for "admin" users without proper checks
  2. Authorization

    • Functions verify resource ownership before reads/writes
    • No trusting client-provided user IDs
    • Team/organization access properly validated
Installs
1
GitHub Stars
5
First Seen
14 days ago
convex-reviewer — get-convex/convex-codex-plugin