qualia-test

Generate and execute tests for changed JavaScript and TypeScript files with Vitest or Jest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualia-test
Source: https://github.com/Qualiasolutions/qualia-framework/tree/main/skills/qualia-test
Command: npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and execute tests for client projects to ensure code quality and catch regressions early.

Core Features & Use Cases

  • Automated test generation: creates tests for changed files and new features across supported frameworks.
  • Test execution & reporting: runs tests locally with coverage reports and clear results.
  • Use Case: integrate with CI to automatically validate pull requests by generating and running tests for modified components.

Quick Start

Tell me to generate tests for the recently changed files in my project.

Frequently Asked Questions about qualia-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate tests for recently changed files in TypeScript?

It supports both Vitest and Jest for JavaScript and TypeScript projects. The Skill automatically writes generated test files beside your existing source files and runs them using your configured testing framework.

Can I automatically run tests with coverage reports for new features?

Yes, you can automatically run tests with coverage reports for new features. The Skill handles test execution locally, generates coverage metrics, and reports clear results to validate modified components and catch regressions early.

How do I integrate automated test generation into my CI pipeline for pull requests?

To integrate automated test generation into CI for pull requests, the Skill applies test generation to recently changed files. It validates modified components by creating and running tests automatically, ensuring code quality before merging.

Does Vitest test generation work for analyzing test coverage gaps in JavaScript projects?

Yes, Vitest test generation works for analyzing test coverage gaps in JavaScript projects. The Skill performs coverage analysis across your codebase, identifies untested changed files, and generates the missing tests to close those gaps.

What are the limitations of auto-generating tests for client code?

The limitations of auto-generating tests for client code include supporting only JavaScript and TypeScript with Vitest or Jest. It targets recently changed files and new features rather than generating comprehensive tests for legacy codebases.