Generate unit and integration tests for TypeScript/JavaScript projects. Detects testing framework (Vitest, Jest), finds untested files, analyzes function signatures, and generates test scaffolds with meaningful assertions. Use when user asks to "generate tests", "add tests", "create test file", "improve test coverage", "scaffold tests", or "find untested code". Use /test-generator:run to start.
From vca-completenpx claudepluginhub mralbertzwolle/vca-tools --plugin vca-completeThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Generate tests for TypeScript/JavaScript projects. Detects framework, finds untested code, and creates test scaffolds with real assertions. Use /test-generator:run for full analysis or /test-generator:run <file> for a specific file.