# Convex Reviewer > Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions before shipping. Source: https://skillsagentes.com/skills/get-convex/agent-skills/convex-reviewer Repository: https://github.com/get-convex/agent-skills Author: get-convex License: not specified Updated: hace 13 días Context cost: 44 tok installed, 440 tok once triggered, 440 tok with every bundled file Bundle: 1 file, 2 KB Permissions requested: none declared ## Install ```bash npx -y skills add get-convex/agent-skills --skill convex-reviewer --agent claude-code ``` ## What it does - Realiza una revisión estructurada del código Convex en un directorio convex/, en tres pasadas: seguridad, rendimiento y calidad de código - Marca anti-patrones con severidad (Critical / Important / Suggestion) - Reporta hallazgos agrupados por severidad, explicando por qué importa cada uno y sugiriendo una corrección ## Use it when - Revisar o auditar funciones Convex antes de ponerlas en producción ## What triggers it - "Revisa el código en mi carpeta convex/ antes de hacer deploy" - "Audita estas funciones Convex por problemas de seguridad y rendimiento" - "¿Hay algún anti-patrón en mis mutations de Convex?" ## Files - SKILL.md — 2 KB ## SKILL.md Not reproduced here. Read it at https://github.com/get-convex/agent-skills/blob/main/skills/convex-reviewer/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/get-convex/agent-skills/convex-reviewer