test

Generate and execute unit, integration, and end-to-end tests for code files.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill test-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/test
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill test-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the generation and execution of unit, integration, and end-to-end tests, ensuring code quality and reducing manual testing effort.

Core Features & Use Cases

  • Automated Test Generation: Creates tests for specified or changed files based on existing patterns and code structure.
  • Test Execution: Runs existing tests using configured commands and reports results.
  • E2E Test Setup: Assists in setting up and running Playwright end-to-end tests, including dependency installation guidance.

Quick Start

Generate tests for the file 'src/utils/helpers.ts'.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate unit and integration tests for changed files in my codebase?

You can generate unit and integration tests for changed files by analyzing existing patterns and code structure. The tool creates relevant test suites automatically, ensuring your generated tests match your project's established conventions.

Does Playwright work with this tool for setting up E2E tests and managing dependencies?

Playwright is fully supported for end-to-end testing, including dependency installation guidance. It assists in setting up and running Playwright tests, ensuring your E2E environment is configured correctly.

What's the best way to ensure code coverage targets are met when running tests?

To ensure code coverage targets are met, execute your generated and existing tests while monitoring coverage metrics. The tool provides iterative feedback on test failures to help you refine tests until coverage goals are achieved.

How do I run existing tests and get feedback on failures?

You can run existing tests using your configured commands, and the tool reports the results. It provides iterative feedback on test failures, helping you identify and resolve issues in your unit, integration, or E2E tests.

Can I use this to automate test generation for a specific file?

Yes, you can automate test generation for a specific file like 'src/utils/helpers.ts'. The tool analyzes the file's code structure and existing test patterns to automatically create appropriate unit, integration, or E2E tests.

Why do I need automated test generation for my codebase?

Automated test generation solves the problem of manual testing effort and ensures code quality. By automatically creating unit, integration, and end-to-end tests, it reduces human error and accelerates your development workflow.