Generate tests for Convex functions with convex-test (queries/mutations/auth/scheduling, in-memory). TRIGGER when the user wants tests / a test suite for their Convex backend / 'how do I test this'.
$npx -y skills add get-convex/convex-backend-skill --skill testInstalls into the current project.
Run `npx skills use "https://github.com/get-convex/convex-backend-skill" --skill "get-convex/convex-backend-skill/test"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/get-convex/convex-backend-skill" that are relevant to the current task. Run `npx skills add "https://github.com/get-convex/convex-backend-skill"` and select the relevant skills, then follow their instructions.