Agent skill
convex-reviewer
Review Convex code for security, runtime correctness, performance, schema design, and AgentForge-specific architectural boundaries.
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
- Security: auth, authorization, validators, internal/public boundaries.
- Runtime correctness: deterministic queries,
"use node"boundaries, awaited promises, scheduler usage. - Performance: indexes, pagination,
.filter()misuse, unbounded.collect(). - Schema quality: relationships, nested data, validator shape.
- 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?