From sundial-org-awesome-openclaw-skills-4
Generates unit tests from JavaScript/TypeScript source files using AI, covering happy paths, edge cases, and errors. Supports Jest, Vitest, Mocha. Use when adding test coverage.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Your code has 12% test coverage and your manager is asking questions. This tool generates unit tests from your source files. Covers happy paths, edge cases, error conditions. Tests that actually test something, not just exist for coverage numbers.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Your code has 12% test coverage and your manager is asking questions. This tool generates unit tests from your source files. Covers happy paths, edge cases, error conditions. Tests that actually test something, not just exist for coverage numbers.
One command. Zero config. Just works.
npx ai-test-gen ./src/utils.ts
# Generate tests for a single file
npx ai-test-gen ./src/auth.ts
# Generate for all files in a directory
npx ai-test-gen ./src/services/
# Specify test framework
npx ai-test-gen ./src/utils.ts --framework vitest
# Output to a specific location
npx ai-test-gen ./src/parser.ts --output ./tests/parser.test.ts
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended.
npx ai-test-gen --help
The tool parses your source file, identifies testable units (functions, classes, methods), analyzes their signatures and implementations, then generates test cases that cover normal operation, edge cases, and error handling.
MIT. Free forever. Use it however you want.
Built by LXGIC Studios